Skip to content

Commit

Permalink
[ci] release (#388)
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 Dec 9, 2024
1 parent f14224b commit 498da96
Show file tree
Hide file tree
Showing 16 changed files with 58 additions and 31 deletions.
7 changes: 0 additions & 7 deletions .changeset/healthy-icons-design.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/quiet-files-change.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.8",
"version": "0.2.9",
"description": "Parser/validator for the Design Tokens Community Group (DTCG) standard.",
"type": "module",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:ts": "tsc --noEmit"
},
"peerDependencies": {
"@terrazzo/cli": "*"
"@terrazzo/cli": "^0.2.0"
},
"dependencies": {
"scule": "^1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test:ts": "tsc --noEmit"
},
"peerDependencies": {
"@terrazzo/cli": "workspace:^"
"@terrazzo/cli": "^0.2.0"
},
"devDependencies": {
"@terrazzo/cli": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react-color-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:^",
Expand Down
8 changes: 8 additions & 0 deletions packages/token-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.8",
"version": "0.2.9",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/use-color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "vitest run"
},
"peerDependencies": {
"react": "*"
"react": "^19.0.0"
},
"dependencies": {
"@terrazzo/token-tools": "workspace:^",
Expand Down
14 changes: 12 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 498da96

Please sign in to comment.