Skip to content

Commit 4efa6e9

Browse files
committed
v1.1.1
1 parent 214559f commit 4efa6e9

File tree

10 files changed

+53
-19
lines changed

10 files changed

+53
-19
lines changed

.changeset/wet-maps-try.md

-5
This file was deleted.

.changeset/witty-suits-punch.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @cobalt-ui/core@1.1.1
9+
310
## 1.1.0
411

512
### Minor Changes

packages/cli/package.json

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
{
22
"name": "@cobalt-ui/cli",
33
"description": "CLI for using the W3C design token format",
4-
"keywords": [
5-
"design tokens",
6-
"W3C",
7-
"JSON"
8-
],
9-
"version": "1.1.0",
4+
"version": "1.1.1",
105
"author": {
116
"name": "Drew Powers",
127
"email": "[email protected]"
138
},
9+
"keywords": [
10+
"design tokens",
11+
"cli",
12+
"w3c design tokens",
13+
"design system",
14+
"typescript",
15+
"sass",
16+
"css",
17+
"style tokens",
18+
"style system"
19+
],
1420
"repository": {
1521
"type": "git",
1622
"url": "https://github.com/drwpow/cobalt-ui.git",
@@ -31,7 +37,7 @@
3137
"test:ts": "tsc --noEmit"
3238
},
3339
"dependencies": {
34-
"@cobalt-ui/core": "^1.1.0",
40+
"@cobalt-ui/core": "^1.1.1",
3541
"@cobalt-ui/utils": "^1.1.0",
3642
"better-color-tools": "^0.12.3",
3743
"chokidar": "^3.5.3",

packages/core/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#37](https://github.com/drwpow/cobalt-ui/pull/37) [`214559f`](https://github.com/drwpow/cobalt-ui/commit/214559f87d5fe38355b5ef0552388397cb77129b) Thanks [@drwpow](https://github.com/drwpow)! - Fix Tokens Studio opacity token type
8+
9+
- [#37](https://github.com/drwpow/cobalt-ui/pull/37) [`214559f`](https://github.com/drwpow/cobalt-ui/commit/214559f87d5fe38355b5ef0552388397cb77129b) Thanks [@drwpow](https://github.com/drwpow)! - Fix bug where `$type: number, $value: 0` was treated as a missing value
10+
311
## 1.1.0
412

513
### Minor Changes

packages/core/package.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
{
22
"name": "@cobalt-ui/core",
33
"description": "CLI for using the W3C design token format",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
88
},
9+
"keywords": [
10+
"design tokens",
11+
"cli",
12+
"w3c design tokens",
13+
"design system",
14+
"typescript",
15+
"sass",
16+
"css",
17+
"style tokens",
18+
"style system"
19+
],
920
"repository": {
1021
"type": "git",
1122
"url": "https://github.com/drwpow/cobalt-ui.git",

packages/plugin-css/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"name": "Drew Powers",
77
"email": "[email protected]"
88
},
9+
"keywords": [
10+
"cobalt",
11+
"design tokens"
12+
],
913
"repository": {
1014
"type": "git",
1115
"url": "https://github.com/drwpow/cobalt-ui.git",

packages/plugin-js/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"name": "Drew Powers",
77
"email": "[email protected]"
88
},
9+
"keywords": [
10+
"cobalt",
11+
"design tokens"
12+
],
913
"repository": {
1014
"type": "git",
1115
"url": "https://github.com/drwpow/cobalt-ui.git",

packages/plugin-sass/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"name": "Drew Powers",
77
"email": "[email protected]"
88
},
9+
"keywords": [
10+
"cobalt",
11+
"design tokens"
12+
],
913
"repository": {
1014
"type": "git",
1115
"url": "https://github.com/drwpow/cobalt-ui.git",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)