From 64dcdfe7e3f13507aba6a9db384925812b34ae48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:42:29 -0700 Subject: [PATCH] [ci] release (#373) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [ci] release * Don’t publish packages --------- Co-authored-by: github-actions[bot] Co-authored-by: Drew Powers --- .changeset/config.json | 9 +++++++-- .changeset/cyan-ties-collect.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 +- 8 files changed, 35 insertions(+), 12 deletions(-) delete mode 100644 .changeset/cyan-ties-collect.md diff --git a/.changeset/config.json b/.changeset/config.json index cc4cbf9f..5587fa0b 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,8 +1,13 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json", - "changelog": ["@changesets/changelog-github", { "repo": "terrazzoapp/terrazzo" }], + "changelog": [ + "@changesets/changelog-github", + { + "repo": "terrazzoapp/terrazzo" + } + ], "commit": false, - "linked": [["@terrazzo/cli", "@terrazzo/parser"]], + "fixed": [["@terrazzo/cli", "@terrazzo/parser", "@terrazzo/token-tools"]], "access": "public", "baseBranch": "main" } diff --git a/.changeset/cyan-ties-collect.md b/.changeset/cyan-ties-collect.md deleted file mode 100644 index db3d7326..00000000 --- a/.changeset/cyan-ties-collect.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@terrazzo/parser": patch -"@terrazzo/cli": patch -"@terrazzo/token-tools": patch ---- - -Ignore token-like structures inside $extensions diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 47321c0b..747271a1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @terrazzo/cli +## 0.2.5 + +### Patch Changes + +- [#372](https://github.com/terrazzoapp/terrazzo/pull/372) [`d19df01`](https://github.com/terrazzoapp/terrazzo/commit/d19df016cd804971a190a8602d575aecdec00d5e) Thanks [@drwpow](https://github.com/drwpow)! - Ignore token-like structures inside $extensions + +- Updated dependencies [[`d19df01`](https://github.com/terrazzoapp/terrazzo/commit/d19df016cd804971a190a8602d575aecdec00d5e)]: + - @terrazzo/parser@0.2.5 + - @terrazzo/token-tools@0.2.5 + ## 0.2.4 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index cda30411..fcbb9711 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@terrazzo/cli", - "version": "0.2.4", + "version": "0.2.5", "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 dc949903..e4cf1925 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -1,5 +1,14 @@ # @terrazzo/parser +## 0.2.5 + +### Patch Changes + +- [#372](https://github.com/terrazzoapp/terrazzo/pull/372) [`d19df01`](https://github.com/terrazzoapp/terrazzo/commit/d19df016cd804971a190a8602d575aecdec00d5e) Thanks [@drwpow](https://github.com/drwpow)! - Ignore token-like structures inside $extensions + +- Updated dependencies [[`d19df01`](https://github.com/terrazzoapp/terrazzo/commit/d19df016cd804971a190a8602d575aecdec00d5e)]: + - @terrazzo/token-tools@0.2.5 + ## 0.2.4 ### Patch Changes diff --git a/packages/parser/package.json b/packages/parser/package.json index 0502ac8e..97d4b4d8 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "@terrazzo/parser", - "version": "0.2.4", + "version": "0.2.5", "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 b1ff791f..c075ab58 100644 --- a/packages/token-tools/CHANGELOG.md +++ b/packages/token-tools/CHANGELOG.md @@ -1,5 +1,11 @@ # @terrazzo/token-tools +## 0.2.5 + +### Patch Changes + +- [#372](https://github.com/terrazzoapp/terrazzo/pull/372) [`d19df01`](https://github.com/terrazzoapp/terrazzo/commit/d19df016cd804971a190a8602d575aecdec00d5e) Thanks [@drwpow](https://github.com/drwpow)! - Ignore token-like structures inside $extensions + ## 0.2.4 ### Patch Changes diff --git a/packages/token-tools/package.json b/packages/token-tools/package.json index a4978335..0223513e 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.4", + "version": "0.2.5", "author": { "name": "Drew Powers", "email": "drew@pow.rs"