Skip to content

Commit

Permalink
Version (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored Dec 13, 2024
1 parent 8e6810c commit d54632a
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 19 deletions.
9 changes: 0 additions & 9 deletions .changeset/shy-emus-breathe.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.3.0

### Minor Changes

- [#391](https://github.com/terrazzoapp/terrazzo/pull/391) [`8e6810c`](https://github.com/terrazzoapp/terrazzo/commit/8e6810c33aded376aca58ebf2f28ad20aa3a06b1) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ Breaking change: Remove dash around numbers in CSS var names

### Patch Changes

- Updated dependencies [[`8e6810c`](https://github.com/terrazzoapp/terrazzo/commit/8e6810c33aded376aca58ebf2f28ad20aa3a06b1)]:
- @terrazzo/parser@0.3.0
- @terrazzo/token-tools@0.3.0

## 0.2.9

### 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.9",
"version": "0.3.0",
"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
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.3.0

### Minor Changes

- [#391](https://github.com/terrazzoapp/terrazzo/pull/391) [`8e6810c`](https://github.com/terrazzoapp/terrazzo/commit/8e6810c33aded376aca58ebf2f28ad20aa3a06b1) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ Breaking change: Remove dash around numbers in CSS var names

### Patch Changes

- Updated dependencies [[`8e6810c`](https://github.com/terrazzoapp/terrazzo/commit/8e6810c33aded376aca58ebf2f28ad20aa3a06b1)]:
- @terrazzo/token-tools@0.3.0

## 0.2.9

### 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.9",
"version": "0.3.0",
"description": "Parser/validator for the Design Tokens Community Group (DTCG) standard.",
"type": "module",
"author": {
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @terrazzo/plugin-css

## 0.3.0

### Minor Changes

- [#391](https://github.com/terrazzoapp/terrazzo/pull/391) [`8e6810c`](https://github.com/terrazzoapp/terrazzo/commit/8e6810c33aded376aca58ebf2f28ad20aa3a06b1) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ Breaking change: Remove dash around numbers in CSS var names

### Patch Changes

- Updated dependencies [[`8e6810c`](https://github.com/terrazzoapp/terrazzo/commit/8e6810c33aded376aca58ebf2f28ad20aa3a06b1)]:
- @terrazzo/cli@0.3.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terrazzo/plugin-css",
"version": "0.2.0",
"version": "0.3.0",
"description": "Convert DTCG tokens into CSS variables for use in any web application or native app with webview.",
"type": "module",
"author": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"test:ts": "tsc --noEmit"
},
"peerDependencies": {
"@terrazzo/cli": "^0.2.0"
"@terrazzo/cli": "^0.3.0"
},
"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.2.0"
"@terrazzo/cli": "^0.3.0"
},
"devDependencies": {
"@terrazzo/cli": "workspace:^",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @terrazzo/plugin-sass

## 0.3.0

### Minor Changes

- [#391](https://github.com/terrazzoapp/terrazzo/pull/391) [`8e6810c`](https://github.com/terrazzoapp/terrazzo/commit/8e6810c33aded376aca58ebf2f28ad20aa3a06b1) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ Breaking change: Remove dash around numbers in CSS var names

### Patch Changes

- Updated dependencies [[`8e6810c`](https://github.com/terrazzoapp/terrazzo/commit/8e6810c33aded376aca58ebf2f28ad20aa3a06b1)]:
- @terrazzo/cli@0.3.0
- @terrazzo/plugin-css@0.3.0

## 0.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terrazzo/plugin-sass",
"description": "Generate scss/sass from your design tokens schema (requires @terrazzo/cli)",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"author": {
"name": "Drew Powers",
Expand Down Expand Up @@ -33,8 +33,8 @@
"test:ts": "tsc --noEmit"
},
"peerDependencies": {
"@terrazzo/cli": "^0.2.0",
"@terrazzo/plugin-css": "^0.2.0"
"@terrazzo/cli": "^0.3.0",
"@terrazzo/plugin-css": "^0.3.0"
},
"devDependencies": {
"@terrazzo/cli": "workspace:^",
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.2.0",
"@terrazzo/cli": "^0.3.0",
"@terrazzo/plugin-css": "^0.2.0",
"tailwindcss": "*"
},
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.0

### Minor Changes

- [#391](https://github.com/terrazzoapp/terrazzo/pull/391) [`8e6810c`](https://github.com/terrazzoapp/terrazzo/commit/8e6810c33aded376aca58ebf2f28ad20aa3a06b1) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ Breaking change: Remove dash around numbers in CSS var names

## 0.2.9

### 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.9",
"version": "0.3.0",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down

0 comments on commit d54632a

Please sign in to comment.