Skip to content

Commit

Permalink
[ci] release (#373)
Browse files Browse the repository at this point in the history
* [ci] release

* Don’t publish packages

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Drew Powers <[email protected]>
  • Loading branch information
3 people authored Nov 30, 2024
1 parent d19df01 commit 64dcdfe
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 12 deletions.
9 changes: 7 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/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"
}
7 changes: 0 additions & 7 deletions .changeset/cyan-ties-collect.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
9 changes: 9 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/token-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/token-tools/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
Expand Down

0 comments on commit 64dcdfe

Please sign in to comment.