Skip to content

Commit 634fa56

Browse files
Version Packages (#327)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6115ee6 commit 634fa56

19 files changed

Lines changed: 79 additions & 53 deletions

.changeset/easy-breads-chew.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/fix-emfile-watch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-regexp-exec.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-zed-config-path.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/support-bracket-notation.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yellow-singers-walk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/codegen/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @css-modules-kit/codegen
22

3+
## 0.9.0
4+
5+
### Patch Changes
6+
7+
- [#335](https://github.com/mizdra/css-modules-kit/pull/335) [`01e89eb`](https://github.com/mizdra/css-modules-kit/commit/01e89eb26e99b2d42a375a948c798bd82e457947) - fix(codegen): ignore `node_modules` and `.git` directories in watch mode to prevent EMFILE errors
8+
9+
- Updated dependencies [[`d89f583`](https://github.com/mizdra/css-modules-kit/commit/d89f583c96176164dc05b5fd77cd5851738cd31b), [`9b9aeae`](https://github.com/mizdra/css-modules-kit/commit/9b9aeae02196db948975fecd5177e0de0a1477eb), [`9ca81da`](https://github.com/mizdra/css-modules-kit/commit/9ca81da5d6a8f101aaafd9ba1fce5eb329ac2ac9), [`61f228a`](https://github.com/mizdra/css-modules-kit/commit/61f228a13908f69588bae7d52dc0c656d5eaff17)]:
10+
- @css-modules-kit/core@0.9.0
11+
312
## 0.8.1
413

514
### Patch Changes

packages/codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@css-modules-kit/codegen",
33
"description": "A tool for generating `*.d.ts` files for `*.module.css`.",
4-
"version": "0.8.1",
4+
"version": "0.9.0",
55
"type": "module",
66
"sideEffects": false,
77
"repository": {
@@ -38,7 +38,7 @@
3838
"dist"
3939
],
4040
"dependencies": {
41-
"@css-modules-kit/core": "^0.8.1",
41+
"@css-modules-kit/core": "^0.9.0",
4242
"chokidar": "^4.0.3"
4343
},
4444
"peerDependencies": {

packages/core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @css-modules-kit/core
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- [#330](https://github.com/mizdra/css-modules-kit/pull/330) [`d89f583`](https://github.com/mizdra/css-modules-kit/commit/d89f583c96176164dc05b5fd77cd5851738cd31b) - feat(core, ts-plugin): support non-JavaScript identifier token in default export
8+
9+
### Patch Changes
10+
11+
- [#333](https://github.com/mizdra/css-modules-kit/pull/333) [`9b9aeae`](https://github.com/mizdra/css-modules-kit/commit/9b9aeae02196db948975fecd5177e0de0a1477eb) - fix(core): use `matchAll` instead of `exec` in `findUsedTokenNames` to avoid potential `lastIndex` state issues
12+
13+
- [#334](https://github.com/mizdra/css-modules-kit/pull/334) [`9ca81da`](https://github.com/mizdra/css-modules-kit/commit/9ca81da5d6a8f101aaafd9ba1fce5eb329ac2ac9) - fix(core): support `styles['foo']` and `styles["foo"]` bracket notation in `findUsedTokenNames`
14+
15+
- [#326](https://github.com/mizdra/css-modules-kit/pull/326) [`61f228a`](https://github.com/mizdra/css-modules-kit/commit/61f228a13908f69588bae7d52dc0c656d5eaff17) - fix(core): fix the incorrect position of the diagnostics for the escaped class selectors
16+
317
## 0.8.1
418

519
### Patch Changes

0 commit comments

Comments
 (0)