Skip to content

Commit b515be8

Browse files
authored
[WIP] Fix incomplete automated change log generation (#587)
1 parent fcb7785 commit b515be8

File tree

3 files changed

+122
-3
lines changed

3 files changed

+122
-3
lines changed

.github/workflows/version-bump.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0 # Fetch all history for changelog generation
32+
fetch-tags: true # Ensure tags are fetched
3233

3334
- uses: actions/setup-node@v4
3435

CHANGELOG.md

Lines changed: 120 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,129 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [v1.7.23](https://github.com/argyleink/open-props/compare/v1.6.0...v1.7.23)
7+
#### [v1.7.23](https://github.com/argyleink/open-props/compare/v1.7.22...v1.7.23)
88

9-
- Initial plan [`9e8d95f`](https://github.com/argyleink/open-props/commit/9e8d95febf8e23f8b1f82668a0632423ca0e308d)
9+
> 31 January 2026
10+
11+
- Add commit message input to version-bump workflow [`#585`](https://github.com/argyleink/open-props/pull/585)
1012
- ✂️ 1.7.23 [`74515a5`](https://github.com/argyleink/open-props/commit/74515a51ff8c098b487521a8daa5f30c09887417)
1113

14+
#### [v1.7.22](https://github.com/argyleink/open-props/compare/v1.7.21...v1.7.22)
15+
16+
> 31 January 2026
17+
18+
- Add id-token permission to version-bump workflow [`#584`](https://github.com/argyleink/open-props/pull/584)
19+
- Add TypeScript types to submodule exports [`#582`](https://github.com/argyleink/open-props/pull/582)
20+
- [WIP] Fix issue with npm_publish workflow not triggering [`#583`](https://github.com/argyleink/open-props/pull/583)
21+
- ✂️ 1.7.22 [`ef7acc0`](https://github.com/argyleink/open-props/commit/ef7acc0e1f43bd78c68007dd1c032ca673474a5d)
22+
23+
#### [v1.7.21](https://github.com/argyleink/open-props/compare/v1.7.20...v1.7.21)
24+
25+
> 31 January 2026
26+
27+
- Add non-adaptive shadows.light.min.css and shadows.dark.min.css exports [`#580`](https://github.com/argyleink/open-props/pull/580)
28+
- Inject docsite version from package.json at build time [`#578`](https://github.com/argyleink/open-props/pull/578)
29+
- ✂️ 1.7.21 [`1368169`](https://github.com/argyleink/open-props/commit/1368169e36c292b7cb7dfde46a3e4664dbbbc5ff)
30+
31+
#### [v1.7.20](https://github.com/argyleink/open-props/compare/v1.7.19...v1.7.20)
32+
33+
> 31 January 2026
34+
35+
- build and action fixes [`a547335`](https://github.com/argyleink/open-props/commit/a547335a078922a7d5b59de6067cc9a761623fc7)
36+
- ✂️ 1.7.20 [`6a208d1`](https://github.com/argyleink/open-props/commit/6a208d14d0664caf6883843ae988ac3b078aa059)
37+
38+
#### [v1.7.19](https://github.com/argyleink/open-props/compare/v1.7.18...v1.7.19)
39+
40+
> 31 January 2026
41+
42+
- Add workflow_dispatch action for version bumping [`#577`](https://github.com/argyleink/open-props/pull/577)
43+
- Update NPM Publish workflow to latest action versions [`#576`](https://github.com/argyleink/open-props/pull/576)
44+
- chore: bump version to 1.7.19 [`1f63fef`](https://github.com/argyleink/open-props/commit/1f63fefbe568b48e0b74328110909796af223374)
45+
46+
#### [v1.7.18](https://github.com/argyleink/open-props/compare/v1.7.17...v1.7.18)
47+
48+
> 30 January 2026
49+
50+
- Add new resolver tokens to docs [`#575`](https://github.com/argyleink/open-props/pull/575)
51+
- Add interactive shadow playground and fix shadow CSS regression [`#573`](https://github.com/argyleink/open-props/pull/573)
52+
- Add interactive duration documentation with animated demo [`#574`](https://github.com/argyleink/open-props/pull/574)
53+
- Support shadows in design tokens [`#570`](https://github.com/argyleink/open-props/pull/570)
54+
- Group design tokens [`#569`](https://github.com/argyleink/open-props/pull/569)
55+
- Support fonts in design tokens resolver [`#568`](https://github.com/argyleink/open-props/pull/568)
56+
- feat: add palette file, add palette tests [`#566`](https://github.com/argyleink/open-props/pull/566)
57+
- Support latest design tokens specification [`#567`](https://github.com/argyleink/open-props/pull/567)
58+
- ✂️ v1.7.18 [`1c10c5f`](https://github.com/argyleink/open-props/commit/1c10c5ff333e95e715dc0bb4ac5175ad05dd893b)
59+
60+
#### [v1.7.17](https://github.com/argyleink/open-props/compare/v1.7.16...v1.7.17)
61+
62+
> 1 December 2025
63+
64+
- fix(duration): add missing semicolon [`#564`](https://github.com/argyleink/open-props/pull/564)
65+
- Fix: restore newline so logo renders properly in README [`#560`](https://github.com/argyleink/open-props/pull/560)
66+
- ✂️ v1.7.17 [`5a79f44`](https://github.com/argyleink/open-props/commit/5a79f445949e21277f1f681c8389b37912f4a3f0)
67+
68+
#### [v1.7.16](https://github.com/argyleink/open-props/compare/v1.7.15...v1.7.16)
69+
70+
> 10 July 2025
71+
72+
- Add Robert Penner's easing functions (#526) [`#559`](https://github.com/argyleink/open-props/pull/559)
73+
- ✂️ v1.7.16 with classic easing variables, thx #559! [`5d458d2`](https://github.com/argyleink/open-props/commit/5d458d253fc5d3ad263c4d7d590474662d772e09)
74+
75+
#### [v1.7.15](https://github.com/argyleink/open-props/compare/v1.6.0...v1.7.15)
76+
77+
> 8 April 2025
78+
79+
- feat: auto-upgrade gradients to oklab and HDR (#397) [`#554`](https://github.com/argyleink/open-props/pull/554)
80+
- Optimizing the mask gradients [`#553`](https://github.com/argyleink/open-props/pull/553)
81+
- add animation durations [`#550`](https://github.com/argyleink/open-props/pull/550)
82+
- Added flinch to durations.css [`#548`](https://github.com/argyleink/open-props/pull/548)
83+
- fix: add missing size-px props to style-dictionary-tokens [`#543`](https://github.com/argyleink/open-props/pull/543)
84+
- fix(normalize): use surface-3 on tr:hover [`#544`](https://github.com/argyleink/open-props/pull/544)
85+
- chore: document theme switch imports [`#540`](https://github.com/argyleink/open-props/pull/540)
86+
- Fix: Ensure consistent fonts and correct usage of --font-monospace-code [`#542`](https://github.com/argyleink/open-props/pull/542)
87+
- Add text-decoration: none to .btn links for better styling [`#538`](https://github.com/argyleink/open-props/pull/538)
88+
- chore: add field-sizing to select and textarea [`#535`](https://github.com/argyleink/open-props/pull/535)
89+
- Add social media brand colors pack (Closes #471) [`#520`](https://github.com/argyleink/open-props/pull/520)
90+
- Fix typo in index.html - ease-elastic-out-3 [`#516`](https://github.com/argyleink/open-props/pull/516)
91+
- fix docsite font-size-fluid variables [`#508`](https://github.com/argyleink/open-props/pull/508)
92+
- Add Modern Font Stacks [`#498`](https://github.com/argyleink/open-props/pull/498)
93+
- Drawn Borders [`#496`](https://github.com/argyleink/open-props/pull/496)
94+
- add px-based sizes [`#493`](https://github.com/argyleink/open-props/pull/493)
95+
- Remove anchor link focus padding [`#492`](https://github.com/argyleink/open-props/pull/492)
96+
- add shake-z animation [`#489`](https://github.com/argyleink/open-props/pull/489)
97+
- Fix media queries "-only" breakpoints bug and update documentation [`#488`](https://github.com/argyleink/open-props/pull/488)
98+
- Assorted typos [`#487`](https://github.com/argyleink/open-props/pull/487)
99+
- add from-one class to size and box-shadow demos [`#482`](https://github.com/argyleink/open-props/pull/482)
100+
- Fix Gradient Docs [`#480`](https://github.com/argyleink/open-props/pull/480)
101+
- Implement clickable color swatches to copy color props to clipboard [`#476`](https://github.com/argyleink/open-props/pull/476)
102+
- Fix the broken link for durations.css [`#477`](https://github.com/argyleink/open-props/pull/477)
103+
- durations.css – correct leap-year duration; introduce olympiad [`#475`](https://github.com/argyleink/open-props/pull/475)
104+
- Add script to generate bundle sizes [`#474`](https://github.com/argyleink/open-props/pull/474)
105+
- docs: configure Open Graph metadata properly [`#472`](https://github.com/argyleink/open-props/pull/472)
106+
- feat(media): add inverted colors custom media query [`#469`](https://github.com/argyleink/open-props/pull/469)
107+
- undo part of 327a70f (#392) to fix #455 to make figma-tokens plugin work again [`#456`](https://github.com/argyleink/open-props/pull/456)
108+
- fix: naming to --animation-slide-in-up [`#452`](https://github.com/argyleink/open-props/pull/452)
109+
- bookmarklet suggestion [`#447`](https://github.com/argyleink/open-props/pull/447)
110+
- feat(custom-media): add --forcedColors to the custom media queries list [`#445`](https://github.com/argyleink/open-props/pull/445)
111+
- fix(customMQ): extend --HDcolor media query with color-gamut check [`#444`](https://github.com/argyleink/open-props/pull/444)
112+
- fixes #440 [`#441`](https://github.com/argyleink/open-props/pull/441)
113+
- Chore: add `width: fit-content` to a tag [`#436`](https://github.com/argyleink/open-props/pull/436)
114+
- fix(props.js): prefix mask individual props file names as all others [`#435`](https://github.com/argyleink/open-props/pull/435)
115+
- Style dictionary tokens [`#433`](https://github.com/argyleink/open-props/pull/433)
116+
- Bounce easings [`#430`](https://github.com/argyleink/open-props/pull/430)
117+
- fix referencing of elastic easing [`#428`](https://github.com/argyleink/open-props/pull/428)
118+
- fixes #425 [`#426`](https://github.com/argyleink/open-props/pull/426)
119+
- Created durations.css to address #415; [`#424`](https://github.com/argyleink/open-props/pull/424)
120+
- Add social media brand colors pack (Closes #471) (#520) [`#471`](https://github.com/argyleink/open-props/issues/471) [`#471`](https://github.com/argyleink/open-props/issues/471)
121+
- Add Modern Font Stacks (#498) [`#500`](https://github.com/argyleink/open-props/issues/500)
122+
- undo part of 327a70f (#392) to fix #455 to make figma-tokens plugin work again (#456) [`#455`](https://github.com/argyleink/open-props/issues/455)
123+
- fixes #440 (#441) [`#440`](https://github.com/argyleink/open-props/issues/440)
124+
- fixes #298 [`#298`](https://github.com/argyleink/open-props/issues/298)
125+
- fixes #425 (#426) [`#425`](https://github.com/argyleink/open-props/issues/425)
126+
- [docsite] update vite, remove @nest [`ff5efea`](https://github.com/argyleink/open-props/commit/ff5efea5c43f81fed0023870c59e01e79d290f86)
127+
- 📖 v1.6.10 - adds style dictionary json [`62317b4`](https://github.com/argyleink/open-props/commit/62317b4bfce65ffab34505a40d081ead199373f5)
128+
- v1.6.5 text color improvements to normalize [`e297950`](https://github.com/argyleink/open-props/commit/e2979502cd15f15d1e3533d2c52431125bb94039)
129+
12130
#### [v1.6.0](https://github.com/argyleink/open-props/compare/v1.5.1...v1.6.0)
13131

14132
> 29 September 2023

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"scripts": {
249249
"build": "concurrently npm:gen:op npm:gen:shadowdom && npm run gen:types",
250250
"test": "ava test/basic.test.cjs",
251-
"changelog": "auto-changelog -p",
251+
"changelog": "auto-changelog -p --unreleased",
252252
"bundle": "concurrently npm:lib:* -m 25 && concurrently npm:shadow:* -m 25",
253253
"bundle:sizes": "cd build && node bundle-sizes.js",
254254
"gen:op": "cd build && node props.js \"\" true",

0 commit comments

Comments
 (0)