Skip to content

Commit b624cdd

Browse files
Version Packages
1 parent 2fe4328 commit b624cdd

21 files changed

Lines changed: 99 additions & 70 deletions

.changeset/big-beers-stare.md

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

.changeset/busy-plants-take.md

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

.changeset/busy-snails-play.md

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

.changeset/crazy-baboons-share.md

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

.changeset/fresh-dancers-pay.md

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

.changeset/icy-pets-wave.md

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

.changeset/modern-tables-dress.md

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

.changeset/ripe-schools-count.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#278](https://github.com/mizdra/css-modules-kit/pull/278) [`f33b0a6`](https://github.com/mizdra/css-modules-kit/commit/f33b0a6adf7a90765cb2b061ae338e8c2a5ceea0) - feat: add `--watch` option
10+
11+
- [#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
12+
13+
### Patch Changes
14+
15+
- [#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`
16+
17+
- [#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
18+
19+
- [#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
20+
21+
- 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)]:
22+
- @css-modules-kit/core@0.7.0
23+
324
## 0.6.0
425

526
### Minor Changes

0 commit comments

Comments
 (0)