From c3321b1f2f7dcfdcaad9d8c4ecdb79d1a0ee13af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:54:17 -0700 Subject: [PATCH] [ci] release (#381) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [ci] release * Don’t publish dese --------- Co-authored-by: github-actions[bot] Co-authored-by: Drew Powers --- .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/token-tools/CHANGELOG.md | 6 ++++++ packages/token-tools/package.json | 2 +- 7 files changed, 28 insertions(+), 10 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/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"