Skip to content

Commit 2030b06

Browse files
committed
1 parent f20f589 commit 2030b06

File tree

10 files changed

+38
-30
lines changed

10 files changed

+38
-30
lines changed

.changeset/rich-poets-act.md

-5
This file was deleted.

.changeset/rotten-shoes-hang.md

-6
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#63](https://github.com/drwpow/cobalt-ui/pull/63) [`f20f589`](https://github.com/drwpow/cobalt-ui/commit/f20f5896568a9f71b90135606eb3abc041263a02) Thanks [@drwpow](https://github.com/drwpow)! - Add `co bundle` command
8+
9+
### Patch Changes
10+
11+
- [#63](https://github.com/drwpow/cobalt-ui/pull/63) [`f20f589`](https://github.com/drwpow/cobalt-ui/commit/f20f5896568a9f71b90135606eb3abc041263a02) Thanks [@drwpow](https://github.com/drwpow)! - Minor console output improvements
12+
13+
- Updated dependencies [[`f20f589`](https://github.com/drwpow/cobalt-ui/commit/f20f5896568a9f71b90135606eb3abc041263a02)]:
14+
- @cobalt-ui/core@1.4.0
15+
316
## 1.3.1
417

518
### Patch 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.1",
4+
"version": "1.4.0",
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.1",
43+
"@cobalt-ui/core": "^1.4.0",
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.4.0
4+
5+
### Minor Changes
6+
7+
- [#63](https://github.com/drwpow/cobalt-ui/pull/63) [`f20f589`](https://github.com/drwpow/cobalt-ui/commit/f20f5896568a9f71b90135606eb3abc041263a02) Thanks [@drwpow](https://github.com/drwpow)! - Add `co bundle` command
8+
39
## 1.3.1
410

511
### Patch 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.1",
4+
"version": "1.4.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

packages/plugin-css/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test:ts": "tsc --noEmit"
2828
},
2929
"peerDependencies": {
30-
"@cobalt-ui/cli": "^1.3.1"
30+
"@cobalt-ui/cli": "^1.4.0"
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.1",
42-
"@cobalt-ui/core": "^1.3.1",
41+
"@cobalt-ui/cli": "^1.4.0",
42+
"@cobalt-ui/core": "^1.4.0",
4343
"@types/node": "^20.4.5",
4444
"npm-run-all": "^4.1.5",
4545
"vitest": "^0.33.0"

packages/plugin-js/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"test:ts": "tsc --noEmit"
2929
},
3030
"peerDependencies": {
31-
"@cobalt-ui/cli": "^1.3.0"
31+
"@cobalt-ui/cli": "^1.4.0"
3232
},
3333
"dependencies": {
3434
"@cobalt-ui/utils": "^1.1.1"
3535
},
3636
"devDependencies": {
37-
"@cobalt-ui/cli": "^1.3.0",
38-
"@cobalt-ui/core": "^1.3.0",
37+
"@cobalt-ui/cli": "^1.4.0",
38+
"@cobalt-ui/core": "^1.4.0",
3939
"fast-glob": "^3.3.1",
4040
"npm-run-all": "^4.1.5",
4141
"vitest": "^0.33.0"

packages/plugin-sass/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test:ts": "tsc --noEmit"
2828
},
2929
"peerDependencies": {
30-
"@cobalt-ui/cli": "^1.3.0"
30+
"@cobalt-ui/cli": "^1.4.0"
3131
},
3232
"dependencies": {
3333
"@cobalt-ui/utils": "^1.1.0",
@@ -36,8 +36,8 @@
3636
"svgo": "^3.0.2"
3737
},
3838
"devDependencies": {
39-
"@cobalt-ui/cli": "^1.3.0",
40-
"@cobalt-ui/core": "^1.3.0",
39+
"@cobalt-ui/cli": "^1.4.0",
40+
"@cobalt-ui/core": "^1.4.0",
4141
"@cobalt-ui/plugin-css": "^1.3.0",
4242
"@types/node": "^20.4.5",
4343
"npm-run-all": "^4.1.5",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)