Skip to content

Commit acad4df

Browse files
Version Packages
1 parent 34a3174 commit acad4df

18 files changed

+90
-46
lines changed

.changeset/breaking-enabled-opt-in.md

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

.changeset/bundle-ts-plugin-deps-for-vscode.md

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

.changeset/drop-node-20.md

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

.changeset/exclude-reexport-goto-def.md

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

.changeset/grumpy-waves-teach.md

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

.changeset/update-core-deps.md

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

packages/codegen/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#357](https://github.com/mizdra/css-modules-kit/pull/357) [`cc5f4c8`](https://github.com/mizdra/css-modules-kit/commit/cc5f4c8bd2c0cf49d582852150357669c1d9ea6b) - feat(core, ts-plugin, codegen)!: require `cmkOptions.enabled: true` to activate
8+
9+
ts-plugin and codegen are now only enabled when `cmkOptions.enabled` is explicitly set to `true` in tsconfig.json.
10+
Previously they worked even without the option. See [#289](https://github.com/mizdra/css-modules-kit/issues/289) for background.
11+
12+
- [#362](https://github.com/mizdra/css-modules-kit/pull/362) [`e1f2983`](https://github.com/mizdra/css-modules-kit/commit/e1f2983c5040159ac97ba34f26c8b26f72d2f4ae) - Drop Node.js 20 support and require Node.js >=22.12.0.
13+
14+
### Patch Changes
15+
16+
- [#351](https://github.com/mizdra/css-modules-kit/pull/351) [`0f570c1`](https://github.com/mizdra/css-modules-kit/commit/0f570c17f698c7dd6239931ffcf6ae61ff40e867) - fix(core, codegen): support TypeScript v6
17+
18+
- Updated dependencies [[`cc5f4c8`](https://github.com/mizdra/css-modules-kit/commit/cc5f4c8bd2c0cf49d582852150357669c1d9ea6b), [`e1f2983`](https://github.com/mizdra/css-modules-kit/commit/e1f2983c5040159ac97ba34f26c8b26f72d2f4ae), [`0f570c1`](https://github.com/mizdra/css-modules-kit/commit/0f570c17f698c7dd6239931ffcf6ae61ff40e867), [`f615cce`](https://github.com/mizdra/css-modules-kit/commit/f615cce4dc35f5b4c63215d57f98c05e13b4db47)]:
19+
- @css-modules-kit/core@1.0.0
20+
321
## 0.10.0
422

523
### Patch Changes

packages/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-modules-kit/codegen",
3-
"version": "0.10.0",
3+
"version": "1.0.0",
44
"private": false,
55
"description": "A tool for generating `*.d.ts` files for `*.module.css`.",
66
"keywords": [

packages/core/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#357](https://github.com/mizdra/css-modules-kit/pull/357) [`cc5f4c8`](https://github.com/mizdra/css-modules-kit/commit/cc5f4c8bd2c0cf49d582852150357669c1d9ea6b) - feat(core, ts-plugin, codegen)!: require `cmkOptions.enabled: true` to activate
8+
9+
ts-plugin and codegen are now only enabled when `cmkOptions.enabled` is explicitly set to `true` in tsconfig.json.
10+
Previously they worked even without the option. See [#289](https://github.com/mizdra/css-modules-kit/issues/289) for background.
11+
12+
- [#362](https://github.com/mizdra/css-modules-kit/pull/362) [`e1f2983`](https://github.com/mizdra/css-modules-kit/commit/e1f2983c5040159ac97ba34f26c8b26f72d2f4ae) - Drop Node.js 20 support and require Node.js >=22.12.0.
13+
14+
### Patch Changes
15+
16+
- [#351](https://github.com/mizdra/css-modules-kit/pull/351) [`0f570c1`](https://github.com/mizdra/css-modules-kit/commit/0f570c17f698c7dd6239931ffcf6ae61ff40e867) - fix(core, codegen): support TypeScript v6
17+
18+
- [#350](https://github.com/mizdra/css-modules-kit/pull/350) [`f615cce`](https://github.com/mizdra/css-modules-kit/commit/f615cce4dc35f5b4c63215d57f98c05e13b4db47) - deps(core): update postcss and postcss-selector-parser
19+
320
## 0.10.0
421

522
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-modules-kit/core",
3-
"version": "0.10.0",
3+
"version": "1.0.0",
44
"private": false,
55
"description": "The core of css-modules-kit",
66
"keywords": [

0 commit comments

Comments
 (0)