Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version #392

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]
- @terrazzo/[email protected]

## 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/[email protected]

## 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/[email protected]

## 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"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn’t need a release technically because this plugin doesn’t consume any of this code. Just for the next breaking release

},
"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/[email protected]
- @terrazzo/[email protected]

## 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
Loading