Skip to content

Commit

Permalink
Bump plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Dec 4, 2024
1 parent c3321b1 commit e188462
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 174 deletions.
6 changes: 6 additions & 0 deletions packages/plugin-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @terrazzo/plugin-css

## 0.2.0

### Minor Changes

- Reconcile types with latest changes from @terrazzo/cli and @terrazzo/parser

## 0.1.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.1.2",
"version": "0.2.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 @@ -36,11 +36,11 @@
"@terrazzo/cli": "*"
},
"dependencies": {
"@terrazzo/parser": "workspace:^",
"@terrazzo/token-tools": "workspace:^",
"scule": "^1.3.0"
},
"devDependencies": {
"@terrazzo/cli": "workspace:^"
"@terrazzo/cli": "workspace:^",
"@terrazzo/parser": "workspace:^",
"@terrazzo/token-tools": "workspace:^"
}
}
6 changes: 6 additions & 0 deletions packages/plugin-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @terrazzo/plugin-js

## 0.2.0

### Minor Changes

- Reconcile types with latest changes from @terrazzo/cli and @terrazzo/parser

## 0.1.1

### Patch Changes
Expand Down
8 changes: 3 additions & 5 deletions packages/plugin-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terrazzo/plugin-js",
"version": "0.1.1",
"version": "0.2.0",
"description": "Generate JS, TS, and JSON from your design tokens schema (requires @terrazzo/cli)",
"type": "module",
"author": {
Expand Down Expand Up @@ -36,11 +36,9 @@
"peerDependencies": {
"@terrazzo/cli": "workspace:^"
},
"dependencies": {
"@terrazzo/token-tools": "workspace:^"
},
"devDependencies": {
"@terrazzo/cli": "workspace:^",
"@terrazzo/parser": "workspace:^"
"@terrazzo/parser": "workspace:^",
"@terrazzo/token-tools": "workspace:^"
}
}
6 changes: 6 additions & 0 deletions packages/plugin-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @terrazzo/plugin-sass

## 0.2.0

### Minor Changes

- Reconcile types with latest changes from @terrazzo/cli and @terrazzo/parser

## 0.1.1

### Patch Changes
Expand Down
8 changes: 3 additions & 5 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.1.1",
"version": "0.2.0",
"type": "module",
"author": {
"name": "Drew Powers",
Expand Down Expand Up @@ -36,12 +36,10 @@
"@terrazzo/cli": "workspace:^",
"@terrazzo/plugin-css": "workspace:^"
},
"dependencies": {
"@terrazzo/token-tools": "workspace:^"
},
"devDependencies": {
"@terrazzo/cli": "workspace:^",
"@terrazzo/parser": "workspace:^",
"@terrazzo/plugin-css": "workspace:^"
"@terrazzo/plugin-css": "workspace:^",
"@terrazzo/token-tools": "workspace:^"
}
}
2 changes: 1 addition & 1 deletion packages/react-color-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/culori": "^2.1.1",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"chokidar-cli": "^3.0.0",
"culori": "^4.0.1",
"jsdom": "^24.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"types-react": "19.0.0-rc.1",
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 @@ -43,7 +43,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"size-limit": "^11.1.6",
Expand Down
Loading

0 comments on commit e188462

Please sign in to comment.