diff --git a/.changeset/healthy-icons-design.md b/.changeset/healthy-icons-design.md deleted file mode 100644 index 8a02d7ea..00000000 --- a/.changeset/healthy-icons-design.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@terrazzo/cli": patch -"@terrazzo/parser": patch -"@terrazzo/token-tools": patch ---- - -Fix incorrect parsing of typography tokens’ lineHeight when it’s a dimension value. diff --git a/.changeset/quiet-files-change.md b/.changeset/quiet-files-change.md deleted file mode 100644 index 8d08d3c4..00000000 --- a/.changeset/quiet-files-change.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@terrazzo/parser": patch -"@terrazzo/cli": patch -"@terrazzo/token-tools": patch ---- - -Fix warning on parsing dimension tokens in typography tokens diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 192d3f75..e2029669 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # @terrazzo/cli +## 0.2.9 + +### Patch Changes + +- [#387](https://github.com/terrazzoapp/terrazzo/pull/387) [`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b) Thanks [@drwpow](https://github.com/drwpow)! - Fix incorrect parsing of typography tokens’ lineHeight when it’s a dimension value. + +- [#387](https://github.com/terrazzoapp/terrazzo/pull/387) [`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b) Thanks [@drwpow](https://github.com/drwpow)! - Fix warning on parsing dimension tokens in typography tokens + +- Updated dependencies [[`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b), [`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b)]: + - @terrazzo/parser@0.2.9 + - @terrazzo/token-tools@0.2.9 + ## 0.2.8 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index abcf39fe..60fc4131 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@terrazzo/cli", - "version": "0.2.8", + "version": "0.2.9", "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/icons/package.json b/packages/icons/package.json index 9949182d..78e108ff 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -19,8 +19,8 @@ "lint:js": "biome check ." }, "peerDependencies": { - "react": "19.x", - "react-dom": "19.x" + "react": "^19.0.0", + "react-dom": "^19.0.0" }, "devDependencies": { "@rollup/plugin-typescript": "^12.1.1", diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index b20efffc..64ca2016 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -1,5 +1,16 @@ # @terrazzo/parser +## 0.2.9 + +### Patch Changes + +- [#387](https://github.com/terrazzoapp/terrazzo/pull/387) [`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b) Thanks [@drwpow](https://github.com/drwpow)! - Fix incorrect parsing of typography tokens’ lineHeight when it’s a dimension value. + +- [#387](https://github.com/terrazzoapp/terrazzo/pull/387) [`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b) Thanks [@drwpow](https://github.com/drwpow)! - Fix warning on parsing dimension tokens in typography tokens + +- Updated dependencies [[`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b), [`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b)]: + - @terrazzo/token-tools@0.2.9 + ## 0.2.8 ### Patch Changes diff --git a/packages/parser/package.json b/packages/parser/package.json index 0a830bd8..969c7bc0 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "@terrazzo/parser", - "version": "0.2.8", + "version": "0.2.9", "description": "Parser/validator for the Design Tokens Community Group (DTCG) standard.", "type": "module", "author": { diff --git a/packages/plugin-css/package.json b/packages/plugin-css/package.json index cb42097d..60150215 100644 --- a/packages/plugin-css/package.json +++ b/packages/plugin-css/package.json @@ -33,7 +33,7 @@ "test:ts": "tsc --noEmit" }, "peerDependencies": { - "@terrazzo/cli": "*" + "@terrazzo/cli": "^0.2.0" }, "dependencies": { "scule": "^1.3.0" diff --git a/packages/plugin-js/package.json b/packages/plugin-js/package.json index 349791fc..42bf0009 100644 --- a/packages/plugin-js/package.json +++ b/packages/plugin-js/package.json @@ -34,7 +34,7 @@ "test:ts": "tsc --noEmit" }, "peerDependencies": { - "@terrazzo/cli": "workspace:^" + "@terrazzo/cli": "^0.2.0" }, "devDependencies": { "@terrazzo/cli": "workspace:^", diff --git a/packages/plugin-sass/package.json b/packages/plugin-sass/package.json index c973e62f..13f90ef8 100644 --- a/packages/plugin-sass/package.json +++ b/packages/plugin-sass/package.json @@ -33,8 +33,8 @@ "test:ts": "tsc --noEmit" }, "peerDependencies": { - "@terrazzo/cli": "workspace:^", - "@terrazzo/plugin-css": "workspace:^" + "@terrazzo/cli": "^0.2.0", + "@terrazzo/plugin-css": "^0.2.0" }, "devDependencies": { "@terrazzo/cli": "workspace:^", diff --git a/packages/plugin-tailwind/package.json b/packages/plugin-tailwind/package.json index 9a205a1d..badcb59c 100644 --- a/packages/plugin-tailwind/package.json +++ b/packages/plugin-tailwind/package.json @@ -33,8 +33,8 @@ "--disabled--test:ts": "tsc --noEmit" }, "peerDependencies": { - "@terrazzo/cli": "workspace:^", - "@terrazzo/plugin-css": "workspace:^", + "@terrazzo/cli": "^0.2.0", + "@terrazzo/plugin-css": "^0.2.0", "tailwindcss": "*" }, "devDependencies": { diff --git a/packages/react-color-picker/package.json b/packages/react-color-picker/package.json index 0c32a5f3..91581055 100644 --- a/packages/react-color-picker/package.json +++ b/packages/react-color-picker/package.json @@ -38,9 +38,9 @@ "test:ts": "tsc --noEmit" }, "peerDependencies": { - "culori": "4.x", - "react": "*", - "react-dom": "*" + "culori": "^4.0.0", + "react": "^19.0.0", + "react-dom": "^19.0.0" }, "dependencies": { "@terrazzo/icons": "workspace:^", diff --git a/packages/token-tools/CHANGELOG.md b/packages/token-tools/CHANGELOG.md index 2c938adc..73e367a1 100644 --- a/packages/token-tools/CHANGELOG.md +++ b/packages/token-tools/CHANGELOG.md @@ -1,5 +1,13 @@ # @terrazzo/token-tools +## 0.2.9 + +### Patch Changes + +- [#387](https://github.com/terrazzoapp/terrazzo/pull/387) [`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b) Thanks [@drwpow](https://github.com/drwpow)! - Fix incorrect parsing of typography tokens’ lineHeight when it’s a dimension value. + +- [#387](https://github.com/terrazzoapp/terrazzo/pull/387) [`f14224b`](https://github.com/terrazzoapp/terrazzo/commit/f14224b5ae3dcf31d1a67a2f3346ffabfe7dc71b) Thanks [@drwpow](https://github.com/drwpow)! - Fix warning on parsing dimension tokens in typography tokens + ## 0.2.8 ### Patch Changes diff --git a/packages/token-tools/package.json b/packages/token-tools/package.json index ff9f2321..52d8b431 100644 --- a/packages/token-tools/package.json +++ b/packages/token-tools/package.json @@ -1,7 +1,7 @@ { "name": "@terrazzo/token-tools", "description": "Various utilities for token types", - "version": "0.2.8", + "version": "0.2.9", "author": { "name": "Drew Powers", "email": "drew@pow.rs" diff --git a/packages/use-color/package.json b/packages/use-color/package.json index 968f4da4..0773bd60 100644 --- a/packages/use-color/package.json +++ b/packages/use-color/package.json @@ -29,7 +29,7 @@ "test": "vitest run" }, "peerDependencies": { - "react": "*" + "react": "^19.0.0" }, "dependencies": { "@terrazzo/token-tools": "workspace:^", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 91fca355..c8980d7a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -221,8 +221,8 @@ importers: packages/plugin-tailwind: dependencies: '@terrazzo/plugin-css': - specifier: workspace:^ - version: link:../plugin-css + specifier: ^0.2.0 + version: 0.2.0(@terrazzo/cli@packages+cli) devDependencies: '@terrazzo/cli': specifier: workspace:^ @@ -2381,6 +2381,11 @@ packages: '@swc/types@0.1.17': resolution: {integrity: sha512-V5gRru+aD8YVyCOMAjMpWR1Ui577DD5KSJsHP8RAxopAH22jFz6GZd/qxqjO6MJHQhcsjvjOFXyDhyLQUnMveQ==} + '@terrazzo/plugin-css@0.2.0': + resolution: {integrity: sha512-ONF8qzVekJAY4KuorZJGDoI3C+ToNRvOjRM/QfE/t1S1d5+SC9rQI/XEGwMueK6e3qJq0G39SiEOX3USyIbrvQ==} + peerDependencies: + '@terrazzo/cli': '*' + '@testing-library/dom@10.4.0': resolution: {integrity: sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==} engines: {node: '>=18'} @@ -7347,6 +7352,11 @@ snapshots: dependencies: '@swc/counter': 0.1.3 + '@terrazzo/plugin-css@0.2.0(@terrazzo/cli@packages+cli)': + dependencies: + '@terrazzo/cli': link:packages/cli + scule: 1.3.0 + '@testing-library/dom@10.4.0': dependencies: '@babel/code-frame': 7.26.2