From 1ce1e35fc4cb6b656fd9da49e4e1876ec993ca6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 4 Dec 2024 05:46:37 +0000 Subject: [PATCH 1/2] [ci] release --- .changeset/thick-mayflies-thank.md | 7 ------- packages/cli/CHANGELOG.md | 10 ++++++++++ packages/cli/package.json | 2 +- packages/parser/CHANGELOG.md | 9 +++++++++ packages/parser/package.json | 2 +- packages/plugin-css/CHANGELOG.md | 9 +++++++++ packages/plugin-css/package.json | 2 +- packages/plugin-js/CHANGELOG.md | 8 ++++++++ packages/plugin-js/package.json | 2 +- packages/plugin-sass/CHANGELOG.md | 9 +++++++++ packages/plugin-sass/package.json | 2 +- packages/plugin-swift/CHANGELOG.md | 7 +++++++ packages/plugin-swift/package.json | 2 +- packages/plugin-tailwind/CHANGELOG.md | 9 +++++++++ packages/plugin-tailwind/package.json | 2 +- packages/react-color-picker/CHANGELOG.md | 9 +++++++++ packages/react-color-picker/package.json | 2 +- packages/tiles/CHANGELOG.md | 8 ++++++++ packages/tiles/package.json | 2 +- packages/token-lab/CHANGELOG.md | 12 ++++++++++++ packages/token-lab/package.json | 2 +- packages/token-tools/CHANGELOG.md | 6 ++++++ packages/token-tools/package.json | 2 +- packages/use-color/CHANGELOG.md | 7 +++++++ packages/use-color/package.json | 2 +- 25 files changed, 115 insertions(+), 19 deletions(-) delete mode 100644 .changeset/thick-mayflies-thank.md diff --git a/.changeset/thick-mayflies-thank.md b/.changeset/thick-mayflies-thank.md deleted file mode 100644 index 6eb32c42..00000000 --- a/.changeset/thick-mayflies-thank.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@terrazzo/cli": patch -"@terrazzo/parser": patch -"@terrazzo/token-tools": patch ---- - -Fix bug in normalize where modes were skipped over diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 34445ffe..192d3f75 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @terrazzo/cli +## 0.2.8 + +### Patch Changes + +- [#380](https://github.com/terrazzoapp/terrazzo/pull/380) [`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2) Thanks [@drwpow](https://github.com/drwpow)! - Fix bug in normalize where modes were skipped over + +- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: + - @terrazzo/parser@0.2.8 + - @terrazzo/token-tools@0.2.8 + ## 0.2.7 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index ee01b373..abcf39fe 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@terrazzo/cli", - "version": "0.2.7", + "version": "0.2.8", "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/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index 1d07a06c..b20efffc 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -1,5 +1,14 @@ # @terrazzo/parser +## 0.2.8 + +### Patch Changes + +- [#380](https://github.com/terrazzoapp/terrazzo/pull/380) [`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2) Thanks [@drwpow](https://github.com/drwpow)! - Fix bug in normalize where modes were skipped over + +- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: + - @terrazzo/token-tools@0.2.8 + ## 0.2.7 ### Patch Changes diff --git a/packages/parser/package.json b/packages/parser/package.json index 4e672e67..bc45280a 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "@terrazzo/parser", - "version": "0.2.7", + "version": "0.2.8", "description": "Parser/validator for the Design Tokens Community Group (DTCG) standard.", "type": "module", "author": { diff --git a/packages/plugin-css/CHANGELOG.md b/packages/plugin-css/CHANGELOG.md index 2f433461..1bc4338c 100644 --- a/packages/plugin-css/CHANGELOG.md +++ b/packages/plugin-css/CHANGELOG.md @@ -1,5 +1,14 @@ # @terrazzo/plugin-css +## 0.1.3 + +### Patch Changes + +- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: + - @terrazzo/cli@0.2.8 + - @terrazzo/parser@0.2.8 + - @terrazzo/token-tools@0.2.8 + ## 0.1.2 ### Patch Changes diff --git a/packages/plugin-css/package.json b/packages/plugin-css/package.json index 4f8b3dc5..398d4527 100644 --- a/packages/plugin-css/package.json +++ b/packages/plugin-css/package.json @@ -1,6 +1,6 @@ { "name": "@terrazzo/plugin-css", - "version": "0.1.2", + "version": "0.1.3", "description": "Convert DTCG tokens into CSS variables for use in any web application or native app with webview.", "type": "module", "author": { diff --git a/packages/plugin-js/CHANGELOG.md b/packages/plugin-js/CHANGELOG.md index ffe745ad..7852dddc 100644 --- a/packages/plugin-js/CHANGELOG.md +++ b/packages/plugin-js/CHANGELOG.md @@ -1,5 +1,13 @@ # @terrazzo/plugin-js +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: + - @terrazzo/cli@0.2.8 + - @terrazzo/token-tools@0.2.8 + ## 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..ca0c5490 100644 --- a/packages/plugin-sass/CHANGELOG.md +++ b/packages/plugin-sass/CHANGELOG.md @@ -1,5 +1,14 @@ # @terrazzo/plugin-sass +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: + - @terrazzo/cli@0.2.8 + - @terrazzo/token-tools@0.2.8 + - @terrazzo/plugin-css@0.1.3 + ## 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-swift/CHANGELOG.md b/packages/plugin-swift/CHANGELOG.md index 11d1fcb3..302c1f01 100644 --- a/packages/plugin-swift/CHANGELOG.md +++ b/packages/plugin-swift/CHANGELOG.md @@ -1,5 +1,12 @@ # @terrazzo/plugin-swift +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: + - @terrazzo/token-tools@0.2.8 + ## 0.0.1 ### Patch Changes diff --git a/packages/plugin-swift/package.json b/packages/plugin-swift/package.json index 00178e01..ed3438c2 100644 --- a/packages/plugin-swift/package.json +++ b/packages/plugin-swift/package.json @@ -1,7 +1,7 @@ { "name": "@terrazzo/plugin-swift", "description": "Generate Swift code using DTCG tokens.", - "version": "0.0.1", + "version": "0.0.2", "type": "module", "license": "MIT", "main": "./dist/index.js", diff --git a/packages/plugin-tailwind/CHANGELOG.md b/packages/plugin-tailwind/CHANGELOG.md index f4f46016..03cd2762 100644 --- a/packages/plugin-tailwind/CHANGELOG.md +++ b/packages/plugin-tailwind/CHANGELOG.md @@ -1 +1,10 @@ # @terrazzo/plugin-tailwind + +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: + - @terrazzo/cli@0.2.8 + - @terrazzo/token-tools@0.2.8 + - @terrazzo/plugin-css@0.1.3 diff --git a/packages/plugin-tailwind/package.json b/packages/plugin-tailwind/package.json index ddc8b9c4..c5f700b1 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": { diff --git a/packages/react-color-picker/CHANGELOG.md b/packages/react-color-picker/CHANGELOG.md index 6a611076..45bd2bd1 100644 --- a/packages/react-color-picker/CHANGELOG.md +++ b/packages/react-color-picker/CHANGELOG.md @@ -1 +1,10 @@ # @terrazzo/react-color-picker + +## 0.0.5 + +### Patch Changes + +- Updated dependencies []: + - @terrazzo/tokens@0.0.1 + - @terrazzo/use-color@0.0.3 + - @terrazzo/tiles@0.0.7 diff --git a/packages/react-color-picker/package.json b/packages/react-color-picker/package.json index 0247a907..09ae72e2 100644 --- a/packages/react-color-picker/package.json +++ b/packages/react-color-picker/package.json @@ -1,7 +1,7 @@ { "name": "@terrazzo/react-color-picker", "description": "React color picker that supports Color Module 4, wide color gamut (WCG), and Display-P3 using WebGL for monitor-accurate colors. Powered by Culori.", - "version": "0.0.4", + "version": "0.0.5", "author": { "name": "Drew Powers", "email": "drew@pow.rs" diff --git a/packages/tiles/CHANGELOG.md b/packages/tiles/CHANGELOG.md index 90e7d90a..28ffc779 100644 --- a/packages/tiles/CHANGELOG.md +++ b/packages/tiles/CHANGELOG.md @@ -1,5 +1,13 @@ # @terrazzo/tiles +## 0.0.7 + +### Patch Changes + +- Updated dependencies []: + - @terrazzo/tokens@0.0.1 + - @terrazzo/use-color@0.0.3 + ## 0.0.3 ### Patch Changes diff --git a/packages/tiles/package.json b/packages/tiles/package.json index 22b3013d..734efbbb 100644 --- a/packages/tiles/package.json +++ b/packages/tiles/package.json @@ -1,7 +1,7 @@ { "name": "@terrazzo/tiles", "description": "Terrazzo’s component library", - "version": "0.0.6", + "version": "0.0.7", "author": { "name": "Drew Powers", "email": "drew@pow.rs" diff --git a/packages/token-lab/CHANGELOG.md b/packages/token-lab/CHANGELOG.md index 59e86861..8d65dde5 100644 --- a/packages/token-lab/CHANGELOG.md +++ b/packages/token-lab/CHANGELOG.md @@ -1 +1,13 @@ # @terrazzo/token-lab + +## 0.0.1 + +### Patch Changes + +- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: + - @terrazzo/parser@0.2.8 + - @terrazzo/token-tools@0.2.8 + - @terrazzo/tokens@0.0.1 + - @terrazzo/use-color@0.0.3 + - @terrazzo/react-color-picker@0.0.5 + - @terrazzo/tiles@0.0.7 diff --git a/packages/token-lab/package.json b/packages/token-lab/package.json index 7bde0fa7..a044aa1e 100644 --- a/packages/token-lab/package.json +++ b/packages/token-lab/package.json @@ -1,7 +1,7 @@ { "name": "@terrazzo/token-lab", "description": "Create, edit, and save tokens.json in DTCG format", - "version": "0.0.0", + "version": "0.0.1", "type": "module", "keywords": [ "dtcg", diff --git a/packages/token-tools/CHANGELOG.md b/packages/token-tools/CHANGELOG.md index 19633231..2c938adc 100644 --- a/packages/token-tools/CHANGELOG.md +++ b/packages/token-tools/CHANGELOG.md @@ -1,5 +1,11 @@ # @terrazzo/token-tools +## 0.2.8 + +### Patch Changes + +- [#380](https://github.com/terrazzoapp/terrazzo/pull/380) [`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2) Thanks [@drwpow](https://github.com/drwpow)! - Fix bug in normalize where modes were skipped over + ## 0.2.7 ### Patch Changes diff --git a/packages/token-tools/package.json b/packages/token-tools/package.json index a9cd829d..ff9f2321 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.7", + "version": "0.2.8", "author": { "name": "Drew Powers", "email": "drew@pow.rs" diff --git a/packages/use-color/CHANGELOG.md b/packages/use-color/CHANGELOG.md index 742ae994..96ea8bcb 100644 --- a/packages/use-color/CHANGELOG.md +++ b/packages/use-color/CHANGELOG.md @@ -1 +1,8 @@ # @terrazzo/use-color + +## 0.0.3 + +### Patch Changes + +- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: + - @terrazzo/token-tools@0.2.8 diff --git a/packages/use-color/package.json b/packages/use-color/package.json index 198e0885..af8dfed0 100644 --- a/packages/use-color/package.json +++ b/packages/use-color/package.json @@ -1,7 +1,7 @@ { "name": "@terrazzo/use-color", "description": "React hook for memoizing and transforming any web-compatible color. Uses Culori.", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "keywords": [ "color", From 955bb71248196921fc963e8eff2b780f7f4252cb Mon Sep 17 00:00:00 2001 From: Drew Powers Date: Tue, 3 Dec 2024 22:48:52 -0700 Subject: [PATCH 2/2] =?UTF-8?q?Don=E2=80=99t=20publish=20dese?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/plugin-css/CHANGELOG.md | 9 --------- packages/plugin-css/package.json | 2 +- packages/plugin-js/CHANGELOG.md | 8 -------- packages/plugin-js/package.json | 2 +- packages/plugin-sass/CHANGELOG.md | 9 --------- packages/plugin-sass/package.json | 2 +- packages/plugin-swift/CHANGELOG.md | 7 ------- packages/plugin-swift/package.json | 2 +- packages/plugin-tailwind/CHANGELOG.md | 9 --------- packages/plugin-tailwind/package.json | 2 +- packages/react-color-picker/CHANGELOG.md | 9 --------- packages/react-color-picker/package.json | 2 +- packages/tiles/CHANGELOG.md | 8 -------- packages/tiles/package.json | 2 +- packages/token-lab/CHANGELOG.md | 12 ------------ packages/token-lab/package.json | 2 +- packages/use-color/CHANGELOG.md | 7 ------- packages/use-color/package.json | 2 +- 18 files changed, 9 insertions(+), 87 deletions(-) diff --git a/packages/plugin-css/CHANGELOG.md b/packages/plugin-css/CHANGELOG.md index 1bc4338c..2f433461 100644 --- a/packages/plugin-css/CHANGELOG.md +++ b/packages/plugin-css/CHANGELOG.md @@ -1,14 +1,5 @@ # @terrazzo/plugin-css -## 0.1.3 - -### Patch Changes - -- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: - - @terrazzo/cli@0.2.8 - - @terrazzo/parser@0.2.8 - - @terrazzo/token-tools@0.2.8 - ## 0.1.2 ### Patch Changes diff --git a/packages/plugin-css/package.json b/packages/plugin-css/package.json index 398d4527..4f8b3dc5 100644 --- a/packages/plugin-css/package.json +++ b/packages/plugin-css/package.json @@ -1,6 +1,6 @@ { "name": "@terrazzo/plugin-css", - "version": "0.1.3", + "version": "0.1.2", "description": "Convert DTCG tokens into CSS variables for use in any web application or native app with webview.", "type": "module", "author": { diff --git a/packages/plugin-js/CHANGELOG.md b/packages/plugin-js/CHANGELOG.md index 7852dddc..ffe745ad 100644 --- a/packages/plugin-js/CHANGELOG.md +++ b/packages/plugin-js/CHANGELOG.md @@ -1,13 +1,5 @@ # @terrazzo/plugin-js -## 0.1.2 - -### Patch Changes - -- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: - - @terrazzo/cli@0.2.8 - - @terrazzo/token-tools@0.2.8 - ## 0.1.1 ### Patch Changes diff --git a/packages/plugin-js/package.json b/packages/plugin-js/package.json index a406fee8..62af345e 100644 --- a/packages/plugin-js/package.json +++ b/packages/plugin-js/package.json @@ -1,6 +1,6 @@ { "name": "@terrazzo/plugin-js", - "version": "0.1.2", + "version": "0.1.1", "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 ca0c5490..196fd274 100644 --- a/packages/plugin-sass/CHANGELOG.md +++ b/packages/plugin-sass/CHANGELOG.md @@ -1,14 +1,5 @@ # @terrazzo/plugin-sass -## 0.1.2 - -### Patch Changes - -- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: - - @terrazzo/cli@0.2.8 - - @terrazzo/token-tools@0.2.8 - - @terrazzo/plugin-css@0.1.3 - ## 0.1.1 ### Patch Changes diff --git a/packages/plugin-sass/package.json b/packages/plugin-sass/package.json index 683957ab..39413936 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.2", + "version": "0.1.1", "type": "module", "author": { "name": "Drew Powers", diff --git a/packages/plugin-swift/CHANGELOG.md b/packages/plugin-swift/CHANGELOG.md index 302c1f01..11d1fcb3 100644 --- a/packages/plugin-swift/CHANGELOG.md +++ b/packages/plugin-swift/CHANGELOG.md @@ -1,12 +1,5 @@ # @terrazzo/plugin-swift -## 0.0.2 - -### Patch Changes - -- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: - - @terrazzo/token-tools@0.2.8 - ## 0.0.1 ### Patch Changes diff --git a/packages/plugin-swift/package.json b/packages/plugin-swift/package.json index ed3438c2..00178e01 100644 --- a/packages/plugin-swift/package.json +++ b/packages/plugin-swift/package.json @@ -1,7 +1,7 @@ { "name": "@terrazzo/plugin-swift", "description": "Generate Swift code using DTCG tokens.", - "version": "0.0.2", + "version": "0.0.1", "type": "module", "license": "MIT", "main": "./dist/index.js", diff --git a/packages/plugin-tailwind/CHANGELOG.md b/packages/plugin-tailwind/CHANGELOG.md index 03cd2762..f4f46016 100644 --- a/packages/plugin-tailwind/CHANGELOG.md +++ b/packages/plugin-tailwind/CHANGELOG.md @@ -1,10 +1 @@ # @terrazzo/plugin-tailwind - -## 0.0.2 - -### Patch Changes - -- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: - - @terrazzo/cli@0.2.8 - - @terrazzo/token-tools@0.2.8 - - @terrazzo/plugin-css@0.1.3 diff --git a/packages/plugin-tailwind/package.json b/packages/plugin-tailwind/package.json index c5f700b1..ddc8b9c4 100644 --- a/packages/plugin-tailwind/package.json +++ b/packages/plugin-tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@terrazzo/plugin-tailwind", - "version": "0.0.2", + "version": "0.0.1", "private": true, "type": "module", "author": { diff --git a/packages/react-color-picker/CHANGELOG.md b/packages/react-color-picker/CHANGELOG.md index 45bd2bd1..6a611076 100644 --- a/packages/react-color-picker/CHANGELOG.md +++ b/packages/react-color-picker/CHANGELOG.md @@ -1,10 +1 @@ # @terrazzo/react-color-picker - -## 0.0.5 - -### Patch Changes - -- Updated dependencies []: - - @terrazzo/tokens@0.0.1 - - @terrazzo/use-color@0.0.3 - - @terrazzo/tiles@0.0.7 diff --git a/packages/react-color-picker/package.json b/packages/react-color-picker/package.json index 09ae72e2..0247a907 100644 --- a/packages/react-color-picker/package.json +++ b/packages/react-color-picker/package.json @@ -1,7 +1,7 @@ { "name": "@terrazzo/react-color-picker", "description": "React color picker that supports Color Module 4, wide color gamut (WCG), and Display-P3 using WebGL for monitor-accurate colors. Powered by Culori.", - "version": "0.0.5", + "version": "0.0.4", "author": { "name": "Drew Powers", "email": "drew@pow.rs" diff --git a/packages/tiles/CHANGELOG.md b/packages/tiles/CHANGELOG.md index 28ffc779..90e7d90a 100644 --- a/packages/tiles/CHANGELOG.md +++ b/packages/tiles/CHANGELOG.md @@ -1,13 +1,5 @@ # @terrazzo/tiles -## 0.0.7 - -### Patch Changes - -- Updated dependencies []: - - @terrazzo/tokens@0.0.1 - - @terrazzo/use-color@0.0.3 - ## 0.0.3 ### Patch Changes diff --git a/packages/tiles/package.json b/packages/tiles/package.json index 734efbbb..22b3013d 100644 --- a/packages/tiles/package.json +++ b/packages/tiles/package.json @@ -1,7 +1,7 @@ { "name": "@terrazzo/tiles", "description": "Terrazzo’s component library", - "version": "0.0.7", + "version": "0.0.6", "author": { "name": "Drew Powers", "email": "drew@pow.rs" diff --git a/packages/token-lab/CHANGELOG.md b/packages/token-lab/CHANGELOG.md index 8d65dde5..59e86861 100644 --- a/packages/token-lab/CHANGELOG.md +++ b/packages/token-lab/CHANGELOG.md @@ -1,13 +1 @@ # @terrazzo/token-lab - -## 0.0.1 - -### Patch Changes - -- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: - - @terrazzo/parser@0.2.8 - - @terrazzo/token-tools@0.2.8 - - @terrazzo/tokens@0.0.1 - - @terrazzo/use-color@0.0.3 - - @terrazzo/react-color-picker@0.0.5 - - @terrazzo/tiles@0.0.7 diff --git a/packages/token-lab/package.json b/packages/token-lab/package.json index a044aa1e..7bde0fa7 100644 --- a/packages/token-lab/package.json +++ b/packages/token-lab/package.json @@ -1,7 +1,7 @@ { "name": "@terrazzo/token-lab", "description": "Create, edit, and save tokens.json in DTCG format", - "version": "0.0.1", + "version": "0.0.0", "type": "module", "keywords": [ "dtcg", diff --git a/packages/use-color/CHANGELOG.md b/packages/use-color/CHANGELOG.md index 96ea8bcb..742ae994 100644 --- a/packages/use-color/CHANGELOG.md +++ b/packages/use-color/CHANGELOG.md @@ -1,8 +1 @@ # @terrazzo/use-color - -## 0.0.3 - -### Patch Changes - -- Updated dependencies [[`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2)]: - - @terrazzo/token-tools@0.2.8 diff --git a/packages/use-color/package.json b/packages/use-color/package.json index af8dfed0..198e0885 100644 --- a/packages/use-color/package.json +++ b/packages/use-color/package.json @@ -1,7 +1,7 @@ { "name": "@terrazzo/use-color", "description": "React hook for memoizing and transforming any web-compatible color. Uses Culori.", - "version": "0.0.3", + "version": "0.0.2", "type": "module", "keywords": [ "color",