Skip to content

Commit b4219ce

Browse files
Version Packages
1 parent 597e6ad commit b4219ce

17 files changed

Lines changed: 100 additions & 50 deletions

.changeset/hip-horses-cheer.md

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

.changeset/migrate-eslint-to-oxlint.md

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

.changeset/migrate-prettier-to-oxfmt.md

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

.changeset/nine-pianos-dress.md

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

package-lock.json

Lines changed: 26 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @css-modules-kit/codegen
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [#343](https://github.com/mizdra/css-modules-kit/pull/343) [`727f295`](https://github.com/mizdra/css-modules-kit/commit/727f29598cc3256dfaccff1d1582e7f74189e4f4) - chore: migrate from ESLint to oxlint
8+
9+
- [#341](https://github.com/mizdra/css-modules-kit/pull/341) [`70660f4`](https://github.com/mizdra/css-modules-kit/commit/70660f4146ad499988c5239d839951495d8a0703) - chore: migrate from Prettier to oxfmt
10+
11+
- Updated dependencies [[`727f295`](https://github.com/mizdra/css-modules-kit/commit/727f29598cc3256dfaccff1d1582e7f74189e4f4), [`70660f4`](https://github.com/mizdra/css-modules-kit/commit/70660f4146ad499988c5239d839951495d8a0703)]:
12+
- @css-modules-kit/core@0.9.1
13+
314
## 0.9.0
415

516
### Patch Changes

packages/codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-modules-kit/codegen",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"private": false,
55
"description": "A tool for generating `*.d.ts` files for `*.module.css`.",
66
"keywords": [
@@ -35,7 +35,7 @@
3535
"build": "tsc -b tsconfig.build.json"
3636
},
3737
"dependencies": {
38-
"@css-modules-kit/core": "^0.9.0",
38+
"@css-modules-kit/core": "^0.9.1",
3939
"chokidar": "^4.0.3"
4040
},
4141
"peerDependencies": {

packages/core/CHANGELOG.md

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

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [#343](https://github.com/mizdra/css-modules-kit/pull/343) [`727f295`](https://github.com/mizdra/css-modules-kit/commit/727f29598cc3256dfaccff1d1582e7f74189e4f4) - chore: migrate from ESLint to oxlint
8+
9+
- [#341](https://github.com/mizdra/css-modules-kit/pull/341) [`70660f4`](https://github.com/mizdra/css-modules-kit/commit/70660f4146ad499988c5239d839951495d8a0703) - chore: migrate from Prettier to oxfmt
10+
311
## 0.9.0
412

513
### Minor 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.9.0",
3+
"version": "0.9.1",
44
"private": false,
55
"description": "The core of css-modules-kit",
66
"keywords": [

packages/eslint-plugin/CHANGELOG.md

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

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [#341](https://github.com/mizdra/css-modules-kit/pull/341) [`70660f4`](https://github.com/mizdra/css-modules-kit/commit/70660f4146ad499988c5239d839951495d8a0703) - chore: migrate from Prettier to oxfmt
8+
9+
- Updated dependencies [[`727f295`](https://github.com/mizdra/css-modules-kit/commit/727f29598cc3256dfaccff1d1582e7f74189e4f4), [`70660f4`](https://github.com/mizdra/css-modules-kit/commit/70660f4146ad499988c5239d839951495d8a0703)]:
10+
- @css-modules-kit/core@0.9.1
11+
312
## 0.9.0
413

514
### Patch Changes

0 commit comments

Comments
 (0)