Skip to content

Commit b5acd1d

Browse files
[ci] release (#46)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4e4e2c0 commit b5acd1d

14 files changed

+88
-42
lines changed

.changeset/silent-eels-ring.md

-10
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- [#45](https://github.com/drwpow/cobalt-ui/pull/45) [`4e4e2c0`](https://github.com/drwpow/cobalt-ui/commit/4e4e2c03ed0750306633fe757396733b8f6db385) Thanks [@drwpow](https://github.com/drwpow)! - Fix release script
8+
9+
- Updated dependencies [[`4e4e2c0`](https://github.com/drwpow/cobalt-ui/commit/4e4e2c03ed0750306633fe757396733b8f6db385)]:
10+
- @cobalt-ui/core@1.1.3
11+
- @cobalt-ui/utils@1.1.1
12+
313
## 1.1.2
414

515
### Patch Changes

packages/cli/package.json

+3-3
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.1.2",
4+
"version": "1.1.3",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -37,8 +37,8 @@
3737
"test:ts": "tsc --noEmit"
3838
},
3939
"dependencies": {
40-
"@cobalt-ui/core": "^1.1.2",
41-
"@cobalt-ui/utils": "^1.1.0",
40+
"@cobalt-ui/core": "^1.1.3",
41+
"@cobalt-ui/utils": "^1.1.1",
4242
"better-color-tools": "^0.12.3",
4343
"chokidar": "^3.5.3",
4444
"dotenv": "^16.1.4",

packages/core/CHANGELOG.md

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

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- [#45](https://github.com/drwpow/cobalt-ui/pull/45) [`4e4e2c0`](https://github.com/drwpow/cobalt-ui/commit/4e4e2c03ed0750306633fe757396733b8f6db385) Thanks [@drwpow](https://github.com/drwpow)! - Fix release script
8+
9+
- Updated dependencies [[`4e4e2c0`](https://github.com/drwpow/cobalt-ui/commit/4e4e2c03ed0750306633fe757396733b8f6db385)]:
10+
- @cobalt-ui/utils@1.1.1
11+
312
## 1.1.2
413

514
### Patch Changes

packages/core/package.json

+2-2
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.1.2",
4+
"version": "1.1.3",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -37,7 +37,7 @@
3737
"test:ts": "tsc --noEmit"
3838
},
3939
"dependencies": {
40-
"@cobalt-ui/utils": "^1.1.0",
40+
"@cobalt-ui/utils": "^1.1.1",
4141
"better-color-tools": "^0.12.3"
4242
},
4343
"devDependencies": {

packages/plugin-css/CHANGELOG.md

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

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- [#45](https://github.com/drwpow/cobalt-ui/pull/45) [`4e4e2c0`](https://github.com/drwpow/cobalt-ui/commit/4e4e2c03ed0750306633fe757396733b8f6db385) Thanks [@drwpow](https://github.com/drwpow)! - Fix release script
8+
9+
- Updated dependencies [[`4e4e2c0`](https://github.com/drwpow/cobalt-ui/commit/4e4e2c03ed0750306633fe757396733b8f6db385)]:
10+
- @cobalt-ui/cli@1.1.3
11+
- @cobalt-ui/utils@1.1.1
12+
313
## 1.2.1
414

515
### Patch 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.2.1",
4+
"version": "1.2.2",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -30,14 +30,14 @@
3030
"@cobalt-ui/cli": "*"
3131
},
3232
"dependencies": {
33-
"@cobalt-ui/utils": "^1.1.0",
33+
"@cobalt-ui/utils": "^1.1.1",
3434
"better-color-tools": "^0.12.3",
3535
"mime": "^3.0.0",
3636
"svgo": "^3.0.2"
3737
},
3838
"devDependencies": {
39-
"@cobalt-ui/cli": "^1.1.0",
40-
"@cobalt-ui/core": "^1.1.0",
39+
"@cobalt-ui/cli": "^1.1.3",
40+
"@cobalt-ui/core": "^1.1.3",
4141
"@types/mime": "^2.0.3",
4242
"@types/node": "^20.2.5",
4343
"npm-run-all": "^4.1.5",

packages/plugin-js/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @cobalt-ui/plugin-js
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- [#45](https://github.com/drwpow/cobalt-ui/pull/45) [`4e4e2c0`](https://github.com/drwpow/cobalt-ui/commit/4e4e2c03ed0750306633fe757396733b8f6db385) Thanks [@drwpow](https://github.com/drwpow)! - Fix release script
8+
9+
- Updated dependencies [[`4e4e2c0`](https://github.com/drwpow/cobalt-ui/commit/4e4e2c03ed0750306633fe757396733b8f6db385)]:
10+
- @cobalt-ui/cli@1.1.3
11+
- @cobalt-ui/utils@1.1.1
12+
313
## 1.2.1
414

515
### Patch Changes

packages/plugin-js/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cobalt-ui/plugin-js",
33
"description": "Generate JS, TS, and JSON from your design tokens schema (requires @cobalt-ui/cli)",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -31,11 +31,11 @@
3131
"@cobalt-ui/cli": "*"
3232
},
3333
"dependencies": {
34-
"@cobalt-ui/utils": "^1.1.0"
34+
"@cobalt-ui/utils": "^1.1.1"
3535
},
3636
"devDependencies": {
37-
"@cobalt-ui/cli": "^1.1.0",
38-
"@cobalt-ui/core": "^1.1.0",
37+
"@cobalt-ui/cli": "^1.1.3",
38+
"@cobalt-ui/core": "^1.1.3",
3939
"fast-glob": "^3.2.12",
4040
"npm-run-all": "^4.1.5",
4141
"vitest": "^0.31.4"

packages/plugin-sass/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @cobalt-ui/plugin-sass
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- [#45](https://github.com/drwpow/cobalt-ui/pull/45) [`4e4e2c0`](https://github.com/drwpow/cobalt-ui/commit/4e4e2c03ed0750306633fe757396733b8f6db385) Thanks [@drwpow](https://github.com/drwpow)! - Fix release script
8+
9+
- Updated dependencies [[`4e4e2c0`](https://github.com/drwpow/cobalt-ui/commit/4e4e2c03ed0750306633fe757396733b8f6db385)]:
10+
- @cobalt-ui/cli@1.1.3
11+
- @cobalt-ui/plugin-css@1.2.2
12+
- @cobalt-ui/utils@1.1.1
13+
314
## 1.2.1
415

516
### Patch Changes

packages/plugin-sass/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cobalt-ui/plugin-sass",
33
"description": "Generate scss/sass from your design tokens schema (requires @cobalt-ui/cli)",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -30,14 +30,14 @@
3030
"@cobalt-ui/cli": "*"
3131
},
3232
"dependencies": {
33-
"@cobalt-ui/plugin-css": "^1.2.1",
34-
"@cobalt-ui/utils": "^1.1.0",
33+
"@cobalt-ui/plugin-css": "^1.2.2",
34+
"@cobalt-ui/utils": "^1.1.1",
3535
"mime": "^3.0.0",
3636
"svgo": "^3.0.2"
3737
},
3838
"devDependencies": {
39-
"@cobalt-ui/cli": "^1.1.0",
40-
"@cobalt-ui/core": "^1.1.0",
39+
"@cobalt-ui/cli": "^1.1.3",
40+
"@cobalt-ui/core": "^1.1.3",
4141
"@types/mime": "^2.0.3",
4242
"@types/node": "^20.2.5",
4343
"npm-run-all": "^4.1.5",

packages/utils/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#45](https://github.com/drwpow/cobalt-ui/pull/45) [`4e4e2c0`](https://github.com/drwpow/cobalt-ui/commit/4e4e2c03ed0750306633fe757396733b8f6db385) Thanks [@drwpow](https://github.com/drwpow)! - Fix release script
8+
39
## 1.1.0
410

511
### Minor Changes

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cobalt-ui/utils",
33
"description": "Generic codegen utilities",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)