Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/big-beers-stare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/busy-plants-take.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/busy-snails-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/crazy-baboons-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-dancers-pay.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/humble-badgers-wonder.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/icy-pets-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-tables-dress.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ripe-schools-count.md

This file was deleted.

6 changes: 6 additions & 0 deletions crates/zed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# css-modules-kit-zed

## 0.1.1

### Patch Changes

- [#266](https://github.com/mizdra/css-modules-kit/pull/266) [`86b15f2`](https://github.com/mizdra/css-modules-kit/commit/86b15f2b181d63cc6bd4d28da6b3180fc215171f) Thanks [@kubkon](https://github.com/kubkon)! - deps: update zed_extension_api

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/zed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "css-modules-kit-zed"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion crates/zed/extension.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id = "css-modules-kit"
name = "CSS Modules Kit"
version = "0.1.0"
version = "0.1.1"
schema_version = 1
authors = ["mizdra <pp.mizdra@gmail.com>"]
description = "The Zed extension for CSS Modules Kit"
Expand Down
2 changes: 1 addition & 1 deletion crates/zed/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "css-modules-kit-zed",
"private": true,
"version": "0.1.0"
"version": "0.1.1"
}
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions packages/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @css-modules-kit/codegen

## 0.7.0

### Minor Changes

- [#269](https://github.com/mizdra/css-modules-kit/pull/269) [`60b7515`](https://github.com/mizdra/css-modules-kit/commit/60b7515151f426ed283e5e515d5056460c68926c) - feat: generate .d.ts files even if syntax or semantic errors are found

- [#278](https://github.com/mizdra/css-modules-kit/pull/278) [`f33b0a6`](https://github.com/mizdra/css-modules-kit/commit/f33b0a6adf7a90765cb2b061ae338e8c2a5ceea0) - feat: add `--watch` option

- [#272](https://github.com/mizdra/css-modules-kit/pull/272) [`c36be81`](https://github.com/mizdra/css-modules-kit/commit/c36be819ea5f405ade9d1aa6f0c47e428ca3755d) - feat!: report an error diagnostic when no files found by `include`/`exclude` pattern

### Patch Changes

- [#273](https://github.com/mizdra/css-modules-kit/pull/273) [`d1c2051`](https://github.com/mizdra/css-modules-kit/commit/d1c20511cbee75a39a306c28b8898d070404a180) - refactor: rename from `createDts` to `generateDts`

- [#275](https://github.com/mizdra/css-modules-kit/pull/275) [`412f33e`](https://github.com/mizdra/css-modules-kit/commit/412f33e25ed5a1d6245d17c5cb87229a37f55820) - feat: log internal errors with logger

- [#274](https://github.com/mizdra/css-modules-kit/pull/274) [`87e1aef`](https://github.com/mizdra/css-modules-kit/commit/87e1aef2b6a2f308bf0af76dc1a914b4eebac283) - refactor: include diagnostics within `CSSModule` object

- Updated dependencies [[`d1c2051`](https://github.com/mizdra/css-modules-kit/commit/d1c20511cbee75a39a306c28b8898d070404a180), [`60b7515`](https://github.com/mizdra/css-modules-kit/commit/60b7515151f426ed283e5e515d5056460c68926c), [`4d661a1`](https://github.com/mizdra/css-modules-kit/commit/4d661a195a90b34c43d4f7e2fa7def83762ffee4), [`87e1aef`](https://github.com/mizdra/css-modules-kit/commit/87e1aef2b6a2f308bf0af76dc1a914b4eebac283), [`c36be81`](https://github.com/mizdra/css-modules-kit/commit/c36be819ea5f405ade9d1aa6f0c47e428ca3755d)]:
- @css-modules-kit/core@0.7.0

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@css-modules-kit/codegen",
"description": "A tool for generating `*.d.ts` files for `*.module.css`.",
"version": "0.6.0",
"version": "0.7.0",
"type": "commonjs",
"sideEffects": false,
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"dist"
],
"dependencies": {
"@css-modules-kit/core": "^0.6.0",
"@css-modules-kit/core": "^0.7.0",
"chokidar": "^4.0.3"
},
"peerDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @css-modules-kit/core

## 0.7.0

### Minor Changes

- [#273](https://github.com/mizdra/css-modules-kit/pull/273) [`d1c2051`](https://github.com/mizdra/css-modules-kit/commit/d1c20511cbee75a39a306c28b8898d070404a180) - refactor: rename from `createDts` to `generateDts`

- [#269](https://github.com/mizdra/css-modules-kit/pull/269) [`60b7515`](https://github.com/mizdra/css-modules-kit/commit/60b7515151f426ed283e5e515d5056460c68926c) - feat: generate .d.ts files even if syntax or semantic errors are found

- [#262](https://github.com/mizdra/css-modules-kit/pull/262) [`4d661a1`](https://github.com/mizdra/css-modules-kit/commit/4d661a195a90b34c43d4f7e2fa7def83762ffee4) - feat: add `wildcardDirectories` in `CMKConfig`

- [#274](https://github.com/mizdra/css-modules-kit/pull/274) [`87e1aef`](https://github.com/mizdra/css-modules-kit/commit/87e1aef2b6a2f308bf0af76dc1a914b4eebac283) - refactor: include diagnostics within `CSSModule` object

- [#272](https://github.com/mizdra/css-modules-kit/pull/272) [`c36be81`](https://github.com/mizdra/css-modules-kit/commit/c36be819ea5f405ade9d1aa6f0c47e428ca3755d) - feat!: report an error diagnostic when no files found by `include`/`exclude` pattern

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@css-modules-kit/core",
"description": "The core of css-modules-kit",
"version": "0.6.0",
"version": "0.7.0",
"type": "commonjs",
"sideEffects": false,
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @css-modules-kit/eslint-plugin

## 0.3.1

### Patch Changes

- Updated dependencies [[`d1c2051`](https://github.com/mizdra/css-modules-kit/commit/d1c20511cbee75a39a306c28b8898d070404a180), [`60b7515`](https://github.com/mizdra/css-modules-kit/commit/60b7515151f426ed283e5e515d5056460c68926c), [`4d661a1`](https://github.com/mizdra/css-modules-kit/commit/4d661a195a90b34c43d4f7e2fa7def83762ffee4), [`87e1aef`](https://github.com/mizdra/css-modules-kit/commit/87e1aef2b6a2f308bf0af76dc1a914b4eebac283), [`c36be81`](https://github.com/mizdra/css-modules-kit/commit/c36be819ea5f405ade9d1aa6f0c47e428ca3755d)]:
- @css-modules-kit/core@0.7.0

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@css-modules-kit/eslint-plugin",
"description": "A eslint plugin for CSS Modules",
"version": "0.3.0",
"version": "0.3.1",
"type": "commonjs",
"sideEffects": false,
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"dist"
],
"dependencies": {
"@css-modules-kit/core": "^0.6.0",
"@css-modules-kit/core": "^0.7.0",
"postcss-safe-parser": "^7.0.1"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/stylelint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @css-modules-kit/stylelint-plugin

## 0.4.1

### Patch Changes

- Updated dependencies [[`d1c2051`](https://github.com/mizdra/css-modules-kit/commit/d1c20511cbee75a39a306c28b8898d070404a180), [`60b7515`](https://github.com/mizdra/css-modules-kit/commit/60b7515151f426ed283e5e515d5056460c68926c), [`4d661a1`](https://github.com/mizdra/css-modules-kit/commit/4d661a195a90b34c43d4f7e2fa7def83762ffee4), [`87e1aef`](https://github.com/mizdra/css-modules-kit/commit/87e1aef2b6a2f308bf0af76dc1a914b4eebac283), [`c36be81`](https://github.com/mizdra/css-modules-kit/commit/c36be819ea5f405ade9d1aa6f0c47e428ca3755d)]:
- @css-modules-kit/core@0.7.0

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@css-modules-kit/stylelint-plugin",
"description": "A stylelint plugin for CSS Modules",
"version": "0.4.0",
"version": "0.4.1",
"type": "commonjs",
"sideEffects": false,
"repository": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"dist"
],
"dependencies": {
"@css-modules-kit/core": "^0.6.0"
"@css-modules-kit/core": "^0.7.0"
},
"peerDependencies": {
"stylelint": "^16.0.0"
Expand Down
17 changes: 17 additions & 0 deletions packages/ts-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @css-modules-kit/ts-plugin

## 0.7.0

### Minor Changes

- [#269](https://github.com/mizdra/css-modules-kit/pull/269) [`60b7515`](https://github.com/mizdra/css-modules-kit/commit/60b7515151f426ed283e5e515d5056460c68926c) - feat: generate .d.ts files even if syntax or semantic errors are found

- [#272](https://github.com/mizdra/css-modules-kit/pull/272) [`c36be81`](https://github.com/mizdra/css-modules-kit/commit/c36be819ea5f405ade9d1aa6f0c47e428ca3755d) - feat!: report an error diagnostic when no files found by `include`/`exclude` pattern

### Patch Changes

- [#273](https://github.com/mizdra/css-modules-kit/pull/273) [`d1c2051`](https://github.com/mizdra/css-modules-kit/commit/d1c20511cbee75a39a306c28b8898d070404a180) - refactor: rename from `createDts` to `generateDts`

- [#274](https://github.com/mizdra/css-modules-kit/pull/274) [`87e1aef`](https://github.com/mizdra/css-modules-kit/commit/87e1aef2b6a2f308bf0af76dc1a914b4eebac283) - refactor: include diagnostics within `CSSModule` object

- Updated dependencies [[`d1c2051`](https://github.com/mizdra/css-modules-kit/commit/d1c20511cbee75a39a306c28b8898d070404a180), [`60b7515`](https://github.com/mizdra/css-modules-kit/commit/60b7515151f426ed283e5e515d5056460c68926c), [`4d661a1`](https://github.com/mizdra/css-modules-kit/commit/4d661a195a90b34c43d4f7e2fa7def83762ffee4), [`87e1aef`](https://github.com/mizdra/css-modules-kit/commit/87e1aef2b6a2f308bf0af76dc1a914b4eebac283), [`c36be81`](https://github.com/mizdra/css-modules-kit/commit/c36be819ea5f405ade9d1aa6f0c47e428ca3755d)]:
- @css-modules-kit/core@0.7.0

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@css-modules-kit/ts-plugin",
"description": "A TypeScript Language Service Plugin for CSS Modules",
"version": "0.6.0",
"version": "0.7.0",
"type": "commonjs",
"sideEffects": false,
"repository": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@volar/language-core": "^2.4.23",
"@volar/typescript": "^2.4.23",
"@css-modules-kit/core": "^0.6.0"
"@css-modules-kit/core": "^0.7.0"
},
"peerDependencies": {
"typescript": ">=5.6.3"
Expand Down
11 changes: 11 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# css-modules-kit-vscode

## 0.4.0

### Minor Changes

- [#277](https://github.com/mizdra/css-modules-kit/pull/277) [`3fff69d`](https://github.com/mizdra/css-modules-kit/commit/3fff69d2e8f83e05fd5dbcb6fa3da64452a22c3d) Thanks [@Gehbt](https://github.com/Gehbt)! - feat: enable cmkOptions completion in tsconfig.json

### Patch Changes

- Updated dependencies [[`d1c2051`](https://github.com/mizdra/css-modules-kit/commit/d1c20511cbee75a39a306c28b8898d070404a180), [`60b7515`](https://github.com/mizdra/css-modules-kit/commit/60b7515151f426ed283e5e515d5056460c68926c), [`87e1aef`](https://github.com/mizdra/css-modules-kit/commit/87e1aef2b6a2f308bf0af76dc1a914b4eebac283), [`c36be81`](https://github.com/mizdra/css-modules-kit/commit/c36be819ea5f405ade9d1aa6f0c47e428ca3755d)]:
- @css-modules-kit/ts-plugin@0.7.0

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "css-modules-kit-vscode",
"displayName": "CSS Modules Kit",
"description": "The VS Code extension for CSS Modules",
"version": "0.3.0",
"version": "0.4.0",
"type": "commonjs",
"repository": {
"type": "git",
Expand Down Expand Up @@ -81,6 +81,6 @@
}
},
"dependencies": {
"@css-modules-kit/ts-plugin": "^0.6.0"
"@css-modules-kit/ts-plugin": "^0.7.0"
}
}