Skip to content

Commit 803d23b

Browse files
[ci] release (#62)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 949481f commit 803d23b

File tree

8 files changed

+34
-17
lines changed

8 files changed

+34
-17
lines changed

.changeset/nine-brooms-nail.md

-7
This file was deleted.

packages/cli/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @cobalt-ui/cli
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- [#61](https://github.com/drwpow/cobalt-ui/pull/61) [`949481f`](https://github.com/drwpow/cobalt-ui/commit/949481ff53489baf485f6befd3befcd6ec176260) Thanks [@drwpow](https://github.com/drwpow)! - Replace better-color-tools with culori for faster, more accurate color operations
8+
9+
- Updated dependencies [[`949481f`](https://github.com/drwpow/cobalt-ui/commit/949481ff53489baf485f6befd3befcd6ec176260)]:
10+
- @cobalt-ui/core@1.3.1
11+
312
## 1.3.0
413

514
### Minor Changes

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cobalt-ui/cli",
33
"description": "CLI for using the W3C design token format",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -40,7 +40,7 @@
4040
"test:ts": "tsc --noEmit"
4141
},
4242
"dependencies": {
43-
"@cobalt-ui/core": "^1.3.0",
43+
"@cobalt-ui/core": "^1.3.1",
4444
"@cobalt-ui/utils": "^1.1.1",
4545
"@types/culori": "^2.0.0",
4646
"chokidar": "^3.5.3",

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cobalt-ui/core
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- [#61](https://github.com/drwpow/cobalt-ui/pull/61) [`949481f`](https://github.com/drwpow/cobalt-ui/commit/949481ff53489baf485f6befd3befcd6ec176260) Thanks [@drwpow](https://github.com/drwpow)! - Replace better-color-tools with culori for faster, more accurate color operations
8+
39
## 1.3.0
410

511
### Minor Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cobalt-ui/core",
33
"description": "CLI for using the W3C design token format",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

packages/plugin-css/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @cobalt-ui/plugin-css
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- [#61](https://github.com/drwpow/cobalt-ui/pull/61) [`949481f`](https://github.com/drwpow/cobalt-ui/commit/949481ff53489baf485f6befd3befcd6ec176260) Thanks [@drwpow](https://github.com/drwpow)! - Replace better-color-tools with culori for faster, more accurate color operations
8+
9+
- Updated dependencies [[`949481f`](https://github.com/drwpow/cobalt-ui/commit/949481ff53489baf485f6befd3befcd6ec176260)]:
10+
- @cobalt-ui/cli@1.3.1
11+
312
## 1.3.0
413

514
### Minor Changes

packages/plugin-css/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cobalt-ui/plugin-css",
33
"description": "Generate CSS from your design tokens schema (requires @cobalt-ui/cli)",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -27,7 +27,7 @@
2727
"test:ts": "tsc --noEmit"
2828
},
2929
"peerDependencies": {
30-
"@cobalt-ui/cli": "^1.3.0"
30+
"@cobalt-ui/cli": "^1.3.1"
3131
},
3232
"dependencies": {
3333
"@cobalt-ui/utils": "^1.1.1",
@@ -38,8 +38,8 @@
3838
"svgo": "^3.0.2"
3939
},
4040
"devDependencies": {
41-
"@cobalt-ui/cli": "^1.3.0",
42-
"@cobalt-ui/core": "^1.3.0",
41+
"@cobalt-ui/cli": "^1.3.1",
42+
"@cobalt-ui/core": "^1.3.1",
4343
"@types/node": "^20.4.5",
4444
"npm-run-all": "^4.1.5",
4545
"vitest": "^0.33.0"

pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)