Skip to content

Commit

Permalink
Version, bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Nov 5, 2023
1 parent 6628a8c commit 07dc339
Show file tree
Hide file tree
Showing 10 changed files with 288 additions and 63 deletions.
6 changes: 0 additions & 6 deletions .changeset/swift-pumpkins-learn.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@types/culori": "^2.0.0",
"@types/node": "^20.8.7",
"@types/node": "^20.8.10",
"execa": "^7.2.0",
"figma-api": "^1.11.0",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"culori": "^3.2.0"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@types/node": "^20.8.10",
"esbuild": "^0.19.2",
"npm-run-all": "^4.1.5",
"vitest": "^0.34.6"
Expand Down
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 @@
# @cobalt-ui/plugin-css

## 1.6.0

### Minor Changes

- [#131](https://github.com/drwpow/cobalt-ui/pull/131) [`6628a8c`](https://github.com/drwpow/cobalt-ui/commit/6628a8cfe9adf20e9a6b437a82c7f6c1b28e1480) Thanks [@dev-nicolaos](https://github.com/dev-nicolaos)! - Handle whitespace in token ids when creating CSS variables

## 1.5.1

### 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,7 +1,7 @@
{
"name": "@cobalt-ui/plugin-css",
"description": "Generate CSS from your design tokens schema (requires @cobalt-ui/cli)",
"version": "1.5.1",
"version": "1.6.0",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down Expand Up @@ -39,16 +39,16 @@
},
"dependencies": {
"@cobalt-ui/utils": "^1.2.2",
"@types/culori": "^2.0.0",
"@types/mime": "^3.0.1",
"@types/culori": "^2.0.3",
"@types/mime": "^3.0.3",
"culori": "^3.2.0",
"mime": "^3.0.0",
"svgo": "^3.0.2"
},
"devDependencies": {
"@cobalt-ui/cli": "^1.6.0",
"@cobalt-ui/core": "^1.6.0",
"@types/node": "^20.8.7",
"@types/node": "^20.8.10",
"npm-run-all": "^4.1.5",
"vitest": "^0.34.6"
}
Expand Down
11 changes: 10 additions & 1 deletion packages/plugin-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cobalt-ui/plugin-sass

## 1.3.2

### Patch Changes

- [#131](https://github.com/drwpow/cobalt-ui/pull/131) [`6628a8c`](https://github.com/drwpow/cobalt-ui/commit/6628a8cfe9adf20e9a6b437a82c7f6c1b28e1480) Thanks [@dev-nicolaos](https://github.com/dev-nicolaos)! - Handle whitespace in token ids when creating CSS variables

- Updated dependencies [[`6628a8c`](https://github.com/drwpow/cobalt-ui/commit/6628a8cfe9adf20e9a6b437a82c7f6c1b28e1480)]:
- @cobalt-ui/plugin-css@1.6.0

## 1.3.1

### Patch Changes
Expand Down Expand Up @@ -45,7 +54,7 @@

- Updated dependencies [[`432029f`](https://github.com/drwpow/cobalt-ui/commit/432029f78130bec264fbdb26e83a6980fb923b0e)]:
- @cobalt-ui/cli@1.2.0
- @cobalt-ui/plugin-css@2.0.0
- @cobalt-ui/plugin-css@1.3.0

## 1.2.2

Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
},
"peerDependencies": {
"@cobalt-ui/cli": "^1.x",
"@cobalt-ui/plugin-css": "^1.5.1"
"@cobalt-ui/plugin-css": "^1.6.0"
},
"dependencies": {
"@cobalt-ui/utils": "^1.2.2",
"@types/mime": "^3.0.1",
"@types/mime": "^3.0.3",
"mime": "^3.0.0",
"svgo": "^3.0.2"
},
"devDependencies": {
"@cobalt-ui/cli": "^1.6.0",
"@cobalt-ui/core": "^1.6.0",
"@cobalt-ui/plugin-css": "^1.5.1",
"@types/node": "^20.8.7",
"@cobalt-ui/plugin-css": "^1.6.0",
"@types/node": "^20.8.10",
"npm-run-all": "^4.1.5",
"vitest": "^0.34.6"
}
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 @@ -45,7 +45,7 @@
"devDependencies": {
"@cobalt-ui/cli": "^1.6.0",
"@cobalt-ui/core": "^1.6.0",
"@types/node": "^20.8.7",
"@types/node": "^20.8.10",
"js-yaml": "^4.1.0",
"npm-run-all": "^4.1.5",
"tailwindcss": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "vitest run"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@types/node": "^20.8.10",
"del-cli": "^5.1.0",
"vitest": "^0.34.6"
}
Expand Down
Loading

0 comments on commit 07dc339

Please sign in to comment.