Skip to content

Commit f4b5b9d

Browse files
author
nicmosc
committed
Update CHANGELOG.md [skip ci]
1 parent f70df2c commit f4b5b9d

6 files changed

Lines changed: 127 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,59 @@
22

33
#### ⚠️ Pushed to `master`
44

5+
- Trigger CI release ([@LaurentClaes](https://github.com/LaurentClaes))
6+
- Retrigger CI release ([@LaurentClaes](https://github.com/LaurentClaes))
7+
- Fix repo URL casing in CI release job ([@LaurentClaes](https://github.com/LaurentClaes))
8+
- Fetch full git history in release job for auto changelog ([@LaurentClaes](https://github.com/LaurentClaes))
9+
- Upgrade auto from v7 to v11 to fix git log depth error ([@LaurentClaes](https://github.com/LaurentClaes))
10+
- Revert NODE_AUTH_TOKEN back to GH_TOKEN ([@LaurentClaes](https://github.com/LaurentClaes))
11+
- Use GITHUB_TOKEN for GitHub Packages auth in CI ([@LaurentClaes](https://github.com/LaurentClaes))
12+
- Bump use-screen-size to v2.0.2 ([@LaurentClaes](https://github.com/LaurentClaes))
13+
- Remove peerDependencies from local use-screen-size package ([@LaurentClaes](https://github.com/LaurentClaes))
14+
- Fix use-screen-size resolution in deploy-docs by installing explicitly ([@LaurentClaes](https://github.com/LaurentClaes))
15+
- Debug: check use-screen-size installation in deploy-docs workflow ([@LaurentClaes](https://github.com/LaurentClaes))
16+
- Add use-screen-size to root devDependencies for CI resolution ([@LaurentClaes](https://github.com/LaurentClaes))
17+
- Clean up CI workflow: remove debug step, consolidate steps ([@LaurentClaes](https://github.com/LaurentClaes))
18+
- Fix bootstrap order: root npm install before lerna exec ([@LaurentClaes](https://github.com/LaurentClaes))
19+
- Include CI workflow and root package.json in CI path triggers ([@LaurentClaes](https://github.com/LaurentClaes))
20+
- Add debug step for emotion version and force correct install on CI ([@LaurentClaes](https://github.com/LaurentClaes))
21+
- Fix .npmrc to use GitHub Packages registry instead of local path ([@LaurentClaes](https://github.com/LaurentClaes))
22+
- Upgrade CI to Node 20 and make stmux optional ([@LaurentClaes](https://github.com/LaurentClaes))
23+
- Mention license ([@StanBoyet](https://github.com/StanBoyet))
24+
- Add license ([@StanBoyet](https://github.com/StanBoyet))
25+
- `@drawbotics/drylus-style-vars`, `@drawbotics/extract-emotion`, `@drawbotics/icons`, `@drawbotics/react-drylus`, `@drawbotics/styleguide`, `@drawbotics/vanilla-drylus`
26+
- v8.7.1 ([@LaurentClaes](https://github.com/LaurentClaes))
27+
- Fix vulnerabilities, update deps, and fix styleguide compatibility ([@LaurentClaes](https://github.com/LaurentClaes))
28+
- `@drawbotics/styleguide`
29+
- Remove deprecated minimal-ui viewport directive ([@LaurentClaes](https://github.com/LaurentClaes))
30+
- Fix styleguide build: use published use-screen-size, build vanilla-drylus ([@LaurentClaes](https://github.com/LaurentClaes))
31+
- Show webpack errors in styleguide build ([@LaurentClaes](https://github.com/LaurentClaes))
32+
- Inline check-env in styleguide webpack config ([@LaurentClaes](https://github.com/LaurentClaes))
33+
- `@drawbotics/react-drylus`, `@drawbotics/styleguide`
34+
- Switch use-screen-size, check-env, and s3sync to GitHub Packages ([@LaurentClaes](https://github.com/LaurentClaes))
35+
- Add use-screen-size as local package to fix CI resolution ([@LaurentClaes](https://github.com/LaurentClaes))
36+
- `@drawbotics/react-drylus`
37+
- Fix typedoc build for docs.json generation in deploy-docs ([@LaurentClaes](https://github.com/LaurentClaes))
38+
- Add jest mock for @drawbotics/use-screen-size ([@LaurentClaes](https://github.com/LaurentClaes))
39+
- `@drawbotics/extract-emotion`
40+
- Fix removeHash regex to not corrupt CSS for hash-only class names ([@LaurentClaes](https://github.com/LaurentClaes))
41+
- Add use-screen-size as webpack external in extract-emotion ([@LaurentClaes](https://github.com/LaurentClaes))
42+
- `@drawbotics/react-drylus`, `@drawbotics/vanilla-drylus`
43+
- Pin emotion to exact 10.0.27 to prevent CI resolving tombstone v11 ([@LaurentClaes](https://github.com/LaurentClaes))
44+
- `@drawbotics/vanilla-drylus`
45+
- Fix deploy-docs workflow and inline check-env ([@LaurentClaes](https://github.com/LaurentClaes))
46+
47+
#### Authors: 2
48+
49+
- [@LaurentClaes](https://github.com/LaurentClaes)
50+
- Stanislas Boyet ([@StanBoyet](https://github.com/StanBoyet))
51+
52+
---
53+
54+
# v8.7.1 (Mon Mar 02 2026)
55+
56+
#### ⚠️ Pushed to `master`
57+
558
- Fix repo URL casing in CI release job ([@LaurentClaes](https://github.com/LaurentClaes))
659
- Fetch full git history in release job for auto changelog ([@LaurentClaes](https://github.com/LaurentClaes))
760
- Upgrade auto from v7 to v11 to fix git log depth error ([@LaurentClaes](https://github.com/LaurentClaes))

packages/drylus-style-vars/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v8.7.3 (Mon Mar 02 2026)
2+
3+
#### ⚠️ Pushed to `master`
4+
5+
- v8.7.1 ([@LaurentClaes](https://github.com/LaurentClaes))
6+
- Fix vulnerabilities, update deps, and fix styleguide compatibility ([@LaurentClaes](https://github.com/LaurentClaes))
7+
8+
#### Authors: 1
9+
10+
- [@LaurentClaes](https://github.com/LaurentClaes)
11+
12+
---
13+
114
# v8.7.2 (Mon Mar 02 2026)
215

316
#### ⚠️ Pushed to `master`

packages/extract-emotion/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v8.7.3 (Mon Mar 02 2026)
2+
3+
#### ⚠️ Pushed to `master`
4+
5+
- v8.7.1 ([@LaurentClaes](https://github.com/LaurentClaes))
6+
- Fix removeHash regex to not corrupt CSS for hash-only class names ([@LaurentClaes](https://github.com/LaurentClaes))
7+
- Add use-screen-size as webpack external in extract-emotion ([@LaurentClaes](https://github.com/LaurentClaes))
8+
- Fix vulnerabilities, update deps, and fix styleguide compatibility ([@LaurentClaes](https://github.com/LaurentClaes))
9+
10+
#### Authors: 1
11+
12+
- [@LaurentClaes](https://github.com/LaurentClaes)
13+
14+
---
15+
116
# v8.7.2 (Mon Mar 02 2026)
217

318
#### ⚠️ Pushed to `master`

packages/icons/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v8.7.3 (Mon Mar 02 2026)
2+
3+
#### ⚠️ Pushed to `master`
4+
5+
- v8.7.1 ([@LaurentClaes](https://github.com/LaurentClaes))
6+
- Fix vulnerabilities, update deps, and fix styleguide compatibility ([@LaurentClaes](https://github.com/LaurentClaes))
7+
8+
#### Authors: 1
9+
10+
- [@LaurentClaes](https://github.com/LaurentClaes)
11+
12+
---
13+
114
# v8.7.2 (Mon Mar 02 2026)
215

316
#### ⚠️ Pushed to `master`

packages/react-drylus/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v8.7.3 (Mon Mar 02 2026)
2+
3+
#### ⚠️ Pushed to `master`
4+
5+
- v8.7.1 ([@LaurentClaes](https://github.com/LaurentClaes))
6+
- Switch use-screen-size, check-env, and s3sync to GitHub Packages ([@LaurentClaes](https://github.com/LaurentClaes))
7+
- Fix typedoc build for docs.json generation in deploy-docs ([@LaurentClaes](https://github.com/LaurentClaes))
8+
- Add use-screen-size as local package to fix CI resolution ([@LaurentClaes](https://github.com/LaurentClaes))
9+
- Add jest mock for @drawbotics/use-screen-size ([@LaurentClaes](https://github.com/LaurentClaes))
10+
- Pin emotion to exact 10.0.27 to prevent CI resolving tombstone v11 ([@LaurentClaes](https://github.com/LaurentClaes))
11+
- Fix vulnerabilities, update deps, and fix styleguide compatibility ([@LaurentClaes](https://github.com/LaurentClaes))
12+
13+
#### Authors: 1
14+
15+
- [@LaurentClaes](https://github.com/LaurentClaes)
16+
17+
---
18+
119
# v8.7.2 (Mon Mar 02 2026)
220

321
#### ⚠️ Pushed to `master`

packages/vanilla-drylus/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v8.7.3 (Mon Mar 02 2026)
2+
3+
#### ⚠️ Pushed to `master`
4+
5+
- v8.7.1 ([@LaurentClaes](https://github.com/LaurentClaes))
6+
- Pin emotion to exact 10.0.27 to prevent CI resolving tombstone v11 ([@LaurentClaes](https://github.com/LaurentClaes))
7+
- Fix deploy-docs workflow and inline check-env ([@LaurentClaes](https://github.com/LaurentClaes))
8+
- Fix vulnerabilities, update deps, and fix styleguide compatibility ([@LaurentClaes](https://github.com/LaurentClaes))
9+
10+
#### Authors: 1
11+
12+
- [@LaurentClaes](https://github.com/LaurentClaes)
13+
14+
---
15+
116
# v8.7.2 (Mon Mar 02 2026)
217

318
#### ⚠️ Pushed to `master`

0 commit comments

Comments
 (0)