Skip to content

Commit 91a60a2

Browse files
Version Packages
1 parent 7ae3ebc commit 91a60a2

File tree

16 files changed

+74
-32
lines changed

16 files changed

+74
-32
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/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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
### Patch Changes
13+
14+
- [#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
15+
16+
- Updated dependencies [[`cc5f4c8`](https://github.com/mizdra/css-modules-kit/commit/cc5f4c8bd2c0cf49d582852150357669c1d9ea6b), [`0f570c1`](https://github.com/mizdra/css-modules-kit/commit/0f570c17f698c7dd6239931ffcf6ae61ff40e867), [`f615cce`](https://github.com/mizdra/css-modules-kit/commit/f615cce4dc35f5b4c63215d57f98c05e13b4db47)]:
17+
- @css-modules-kit/core@1.0.0
18+
319
## 0.10.0
420

521
### 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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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+
### Patch Changes
13+
14+
- [#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
15+
16+
- [#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
17+
318
## 0.10.0
419

520
### 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": [

packages/eslint-plugin/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cc5f4c8`](https://github.com/mizdra/css-modules-kit/commit/cc5f4c8bd2c0cf49d582852150357669c1d9ea6b), [`0f570c1`](https://github.com/mizdra/css-modules-kit/commit/0f570c17f698c7dd6239931ffcf6ae61ff40e867), [`f615cce`](https://github.com/mizdra/css-modules-kit/commit/f615cce4dc35f5b4c63215d57f98c05e13b4db47)]:
8+
- @css-modules-kit/core@1.0.0
9+
310
## 0.10.0
411

512
### Patch Changes

packages/eslint-plugin/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/eslint-plugin",
3-
"version": "0.10.0",
3+
"version": "1.0.0",
44
"private": false,
55
"description": "A eslint plugin for CSS Modules",
66
"keywords": [

0 commit comments

Comments
 (0)