Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 26, 2024
1 parent 9d888a6 commit 04e0b00
Show file tree
Hide file tree
Showing 19 changed files with 72 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/gorgeous-peaches-heal.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.3.3

### Patch Changes

- [#400](https://github.com/terrazzoapp/terrazzo/pull/400) [`9d888a6`](https://github.com/terrazzoapp/terrazzo/commit/9d888a65014b90fec90462cf8dc69f323f6e486b) Thanks [@drwpow](https://github.com/drwpow)! - Fix tz init "outDir" typo

- Updated dependencies [[`9d888a6`](https://github.com/terrazzoapp/terrazzo/commit/9d888a65014b90fec90462cf8dc69f323f6e486b)]:
- @terrazzo/token-tools@0.3.3
- @terrazzo/parser@0.3.3

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"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.3.3

### Patch Changes

- [#400](https://github.com/terrazzoapp/terrazzo/pull/400) [`9d888a6`](https://github.com/terrazzoapp/terrazzo/commit/9d888a65014b90fec90462cf8dc69f323f6e486b) Thanks [@drwpow](https://github.com/drwpow)! - Fix tz init "outDir" typo

- Updated dependencies [[`9d888a6`](https://github.com/terrazzoapp/terrazzo/commit/9d888a65014b90fec90462cf8dc69f323f6e486b)]:
- @terrazzo/token-tools@0.3.3

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"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": "^0.3.2"
"@terrazzo/cli": "^0.3.3"
},
"devDependencies": {
"@terrazzo/cli": "workspace:^",
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": "^0.3.2"
"@terrazzo/cli": "^0.3.3"
},
"devDependencies": {
"@terrazzo/cli": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sass/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": "^0.3.2",
"@terrazzo/cli": "^0.3.3",
"@terrazzo/plugin-css": "^0.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"--disabled--test:ts": "tsc --noEmit"
},
"peerDependencies": {
"@terrazzo/cli": "^0.3.2",
"@terrazzo/cli": "^0.3.3",
"@terrazzo/plugin-css": "^0.3.0",
"tailwindcss": "*"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/react-color-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/react-color-picker/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
Expand Down
8 changes: 8 additions & 0 deletions packages/tiles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/tiles/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
Expand Down
12 changes: 12 additions & 0 deletions packages/token-lab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# @terrazzo/token-lab

## 0.0.1

### Patch Changes

- Updated dependencies [[`9d888a6`](https://github.com/terrazzoapp/terrazzo/commit/9d888a65014b90fec90462cf8dc69f323f6e486b)]:
- @terrazzo/token-tools@0.3.3
- @terrazzo/parser@0.3.3
- @terrazzo/tokens@0.0.1
- @terrazzo/use-color@0.0.3
- @terrazzo/react-color-picker@0.0.5
- @terrazzo/tiles@0.0.7
2 changes: 1 addition & 1 deletion packages/token-lab/package.json
Original file line number Diff line number Diff line change
@@ -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",
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.3.3

### Patch Changes

- [#400](https://github.com/terrazzoapp/terrazzo/pull/400) [`9d888a6`](https://github.com/terrazzoapp/terrazzo/commit/9d888a65014b90fec90462cf8dc69f323f6e486b) Thanks [@drwpow](https://github.com/drwpow)! - Fix tz init "outDir" typo

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down
7 changes: 7 additions & 0 deletions packages/use-color/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# @terrazzo/use-color

## 0.0.3

### Patch Changes

- Updated dependencies [[`9d888a6`](https://github.com/terrazzoapp/terrazzo/commit/9d888a65014b90fec90462cf8dc69f323f6e486b)]:
- @terrazzo/token-tools@0.3.3
2 changes: 1 addition & 1 deletion packages/use-color/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 04e0b00

Please sign in to comment.