Skip to content

Commit af55f10

Browse files
committed
v0.3.0
1 parent 8d05fe8 commit af55f10

22 files changed

+110
-53
lines changed

.changeset/spicy-toys-scream.md

-11
This file was deleted.

examples/adobe/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"validate": "cobalt validate"
99
},
1010
"dependencies": {
11-
"@cobalt-ui/cli": "^0.2.1",
12-
"@cobalt-ui/plugin-css": "^0.2.1",
13-
"@cobalt-ui/plugin-sass": "^0.2.1"
11+
"@cobalt-ui/cli": "^0.3.0",
12+
"@cobalt-ui/plugin-css": "^0.3.0",
13+
"@cobalt-ui/plugin-sass": "^0.3.0"
1414
}
1515
}

examples/apple/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"validate": "cobalt validate"
1111
},
1212
"devDependencies": {
13-
"@cobalt-ui/cli": "^0.2.1",
14-
"@cobalt-ui/plugin-css": "^0.2.1",
15-
"@cobalt-ui/plugin-sass": "^0.2.1"
13+
"@cobalt-ui/cli": "^0.3.0",
14+
"@cobalt-ui/plugin-css": "^0.3.0",
15+
"@cobalt-ui/plugin-sass": "^0.3.0"
1616
}
1717
}

examples/github/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"update": "node scripts/update"
99
},
1010
"devDependencies": {
11-
"@cobalt-ui/cli": "^0.2.1",
12-
"@cobalt-ui/plugin-css": "^0.2.1",
13-
"@cobalt-ui/plugin-sass": "^0.2.1",
11+
"@cobalt-ui/cli": "^0.3.0",
12+
"@cobalt-ui/plugin-css": "^0.3.0",
13+
"@cobalt-ui/plugin-sass": "^0.3.0",
1414
"@primer/octicons": "^16.2.0",
1515
"@primer/primitives": "^7.4.0"
1616
}

examples/ibm/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@carbon/colors": "^10.34.0",
1212
"@carbon/icons": "^10.44.0",
1313
"@carbon/type": "^10.39.0",
14-
"@cobalt-ui/cli": "^0.2.1",
15-
"@cobalt-ui/plugin-css": "^0.2.1",
16-
"@cobalt-ui/plugin-sass": "^0.2.1"
14+
"@cobalt-ui/cli": "^0.3.0",
15+
"@cobalt-ui/plugin-css": "^0.3.0",
16+
"@cobalt-ui/plugin-sass": "^0.3.0"
1717
}
1818
}

examples/salesforce/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"update": "node scripts/update"
99
},
1010
"devDependencies": {
11-
"@cobalt-ui/cli": "^0.2.1",
12-
"@cobalt-ui/plugin-css": "^0.2.1",
13-
"@cobalt-ui/plugin-sass": "^0.2.1",
11+
"@cobalt-ui/cli": "^0.3.0",
12+
"@cobalt-ui/plugin-css": "^0.3.0",
13+
"@cobalt-ui/plugin-sass": "^0.3.0",
1414
"@salesforce-ux/design-system": "^2.16.2",
1515
"better-color-tools": "^0.3.0"
1616
}

examples/shopify/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"build:tokens": "co build"
88
},
99
"devDependencies": {
10-
"@cobalt-ui/cli": "^0.2.1",
11-
"@cobalt-ui/plugin-css": "^0.2.1",
12-
"@cobalt-ui/plugin-sass": "^0.2.1"
10+
"@cobalt-ui/cli": "^0.3.0",
11+
"@cobalt-ui/plugin-css": "^0.3.0",
12+
"@cobalt-ui/plugin-sass": "^0.3.0"
1313
}
1414
}

packages/cli/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 8d05fe8: Add Figma sync, make some breaking API changes
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [8d05fe8]
12+
- @cobalt-ui/core@0.3.0
13+
- @cobalt-ui/utils@0.3.0
14+
315
## 0.2.1
416

517
### 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": "Schemas and tools for managing design tokens",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -23,8 +23,8 @@
2323
"dev": "tsc -w"
2424
},
2525
"dependencies": {
26-
"@cobalt-ui/core": "^0.2.0",
27-
"@cobalt-ui/utils": "^0.2.0",
26+
"@cobalt-ui/core": "^0.3.0",
27+
"@cobalt-ui/utils": "^0.3.0",
2828
"better-color-tools": "^0.3.0",
2929
"chokidar": "^3.5.2",
3030
"dotenv": "^10.0.0",

packages/core/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 8d05fe8: Add Figma sync, make some breaking API changes
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [8d05fe8]
12+
- @cobalt-ui/utils@0.3.0
13+
314
## 0.2.0
415

516
### Minor 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": "Schemas and tools for managing design tokens",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -26,7 +26,7 @@
2626
"test": "mocha --parallel"
2727
},
2828
"dependencies": {
29-
"@cobalt-ui/utils": "^0.2.0",
29+
"@cobalt-ui/utils": "^0.3.0",
3030
"@types/svgo": "^2.6.1",
3131
"better-color-tools": "^0.3.0",
3232
"undici": "^4.12.1"

packages/plugin-css/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 8d05fe8: Add Figma sync, make some breaking API changes
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [8d05fe8]
12+
- @cobalt-ui/utils@0.3.0
13+
314
## 0.2.1
415

516
### 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": "CSS builder for Cobalt UI design tokens",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -22,14 +22,14 @@
2222
"test": "mocha --parallel"
2323
},
2424
"dependencies": {
25-
"@cobalt-ui/utils": "^0.2.0",
25+
"@cobalt-ui/utils": "^0.3.0",
2626
"better-color-tools": "^0.3.0",
2727
"mime": "^3.0.0",
2828
"svgo": "^2.8.0"
2929
},
3030
"devDependencies": {
31-
"@cobalt-ui/cli": "^0.2.1",
32-
"@cobalt-ui/core": "^0.2.0",
31+
"@cobalt-ui/cli": "^0.3.0",
32+
"@cobalt-ui/core": "^0.3.0",
3333
"@types/mime": "^2.0.3",
3434
"@types/svgo": "^2.6.1",
3535
"chai": "^4.3.4",

packages/plugin-json/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 8d05fe8: Add Figma sync, make some breaking API changes
8+
39
## 0.2.0
410

511
### Minor Changes

packages/plugin-json/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cobalt-ui/plugin-json",
33
"description": "JSON builder for Cobalt UI design tokens",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -22,6 +22,6 @@
2222
"dev": "tsc -w"
2323
},
2424
"devDependencies": {
25-
"@cobalt-ui/core": "^0.2.0"
25+
"@cobalt-ui/core": "^0.3.0"
2626
}
2727
}

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+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 8d05fe8: Add Figma sync, make some breaking API changes
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [8d05fe8]
12+
- @cobalt-ui/utils@0.3.0
13+
314
## 0.2.1
415

516
### Patch Changes

packages/plugin-sass/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cobalt-ui/plugin-sass",
33
"description": "Sass builder for Cobalt UI design tokens",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -22,13 +22,13 @@
2222
"test": "mocha --parallel"
2323
},
2424
"dependencies": {
25-
"@cobalt-ui/utils": "^0.2.0",
25+
"@cobalt-ui/utils": "^0.3.0",
2626
"mime": "^3.0.0",
2727
"svgo": "^2.8.0"
2828
},
2929
"devDependencies": {
30-
"@cobalt-ui/cli": "^0.2.1",
31-
"@cobalt-ui/core": "^0.2.0",
30+
"@cobalt-ui/cli": "^0.3.0",
31+
"@cobalt-ui/core": "^0.3.0",
3232
"@types/mime": "^2.0.3",
3333
"@types/svgo": "^2.6.1",
3434
"chai": "^4.3.4",

packages/plugin-ts/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 8d05fe8: Add Figma sync, make some breaking API changes
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [8d05fe8]
12+
- @cobalt-ui/utils@0.3.0
13+
314
## 0.2.0
415

516
### Minor Changes

packages/plugin-ts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cobalt-ui/plugin-ts",
33
"description": "TypeScript builder for Cobalt UI design tokens",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -21,9 +21,9 @@
2121
"dev": "tsc -w"
2222
},
2323
"dependencies": {
24-
"@cobalt-ui/utils": "^0.2.0"
24+
"@cobalt-ui/utils": "^0.3.0"
2525
},
2626
"devDependencies": {
27-
"@cobalt-ui/core": "^0.2.0"
27+
"@cobalt-ui/core": "^0.3.0"
2828
}
2929
}

packages/utils/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 8d05fe8: Add Figma sync, make some breaking API changes
8+
39
## 0.2.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": "0.2.0",
4+
"version": "0.3.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

www/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"vue": "^3.2.23"
2020
},
2121
"devDependencies": {
22-
"@cobalt-ui/cli": "^0.2.1",
23-
"@cobalt-ui/core": "^0.2.0",
24-
"@cobalt-ui/plugin-json": "^0.2.0",
25-
"@cobalt-ui/plugin-sass": "^0.2.1",
26-
"@cobalt-ui/plugin-ts": "^0.2.0",
22+
"@cobalt-ui/cli": "^0.3.0",
23+
"@cobalt-ui/core": "^0.3.0",
24+
"@cobalt-ui/plugin-json": "^0.3.0",
25+
"@cobalt-ui/plugin-sass": "^0.3.0",
26+
"@cobalt-ui/plugin-ts": "^0.3.0",
2727
"astro": "^0.22.10",
2828
"morphdom": "^2.6.1",
2929
"npm-run-all": "^4.1.5"

0 commit comments

Comments
 (0)