diff --git a/.changeset/new-tools-attack.md b/.changeset/new-tools-attack.md deleted file mode 100644 index 8130cadc..00000000 --- a/.changeset/new-tools-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@terrazzo/cli": patch ---- - -Fix npm error when invoking the Terrazzo CLI through npm diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0e4077e8..3a99a882 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @terrazzo/cli +## 0.2.1 + +### Patch Changes + +- [#358](https://github.com/terrazzoapp/terrazzo/pull/358) [`6b3c543`](https://github.com/terrazzoapp/terrazzo/commit/6b3c543a3356c582522f6e2d9b2948a0634a66df) Thanks [@christoph-fricke](https://github.com/christoph-fricke)! - Fix npm error when invoking the Terrazzo CLI through npm + ## 0.2.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 739b5007..5eb61dea 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@terrazzo/cli", - "version": "0.2.0", + "version": "0.2.1", "description": "CLI for managing design tokens using the Design Tokens Community Group (DTCG) standard and generating code for any platform via plugins.", "type": "module", "author": { diff --git a/packages/plugin-js/CHANGELOG.md b/packages/plugin-js/CHANGELOG.md index ffe745ad..0bb44cdc 100644 --- a/packages/plugin-js/CHANGELOG.md +++ b/packages/plugin-js/CHANGELOG.md @@ -1,5 +1,12 @@ # @terrazzo/plugin-js +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`6b3c543`](https://github.com/terrazzoapp/terrazzo/commit/6b3c543a3356c582522f6e2d9b2948a0634a66df)]: + - @terrazzo/cli@0.2.1 + ## 0.1.1 ### Patch Changes diff --git a/packages/plugin-js/package.json b/packages/plugin-js/package.json index 62af345e..a406fee8 100644 --- a/packages/plugin-js/package.json +++ b/packages/plugin-js/package.json @@ -1,6 +1,6 @@ { "name": "@terrazzo/plugin-js", - "version": "0.1.1", + "version": "0.1.2", "description": "Generate JS, TS, and JSON from your design tokens schema (requires @terrazzo/cli)", "type": "module", "author": { diff --git a/packages/plugin-sass/CHANGELOG.md b/packages/plugin-sass/CHANGELOG.md index 196fd274..c8454ae8 100644 --- a/packages/plugin-sass/CHANGELOG.md +++ b/packages/plugin-sass/CHANGELOG.md @@ -1,5 +1,13 @@ # @terrazzo/plugin-sass +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`6b3c543`](https://github.com/terrazzoapp/terrazzo/commit/6b3c543a3356c582522f6e2d9b2948a0634a66df)]: + - @terrazzo/cli@0.2.1 + - @terrazzo/plugin-css@0.1.2 + ## 0.1.1 ### Patch Changes diff --git a/packages/plugin-sass/package.json b/packages/plugin-sass/package.json index 39413936..683957ab 100644 --- a/packages/plugin-sass/package.json +++ b/packages/plugin-sass/package.json @@ -1,7 +1,7 @@ { "name": "@terrazzo/plugin-sass", "description": "Generate scss/sass from your design tokens schema (requires @terrazzo/cli)", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "author": { "name": "Drew Powers", diff --git a/packages/plugin-tailwind/CHANGELOG.md b/packages/plugin-tailwind/CHANGELOG.md index f4f46016..63c21ce1 100644 --- a/packages/plugin-tailwind/CHANGELOG.md +++ b/packages/plugin-tailwind/CHANGELOG.md @@ -1 +1,9 @@ # @terrazzo/plugin-tailwind + +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`6b3c543`](https://github.com/terrazzoapp/terrazzo/commit/6b3c543a3356c582522f6e2d9b2948a0634a66df)]: + - @terrazzo/cli@0.2.1 + - @terrazzo/plugin-css@0.1.2 diff --git a/packages/plugin-tailwind/package.json b/packages/plugin-tailwind/package.json index cffc4bc3..068a180b 100644 --- a/packages/plugin-tailwind/package.json +++ b/packages/plugin-tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@terrazzo/plugin-tailwind", - "version": "0.0.1", + "version": "0.0.2", "private": true, "type": "module", "author": {