Skip to content

Commit 08c246f

Browse files
committed
1 parent 1170d8b commit 08c246f

15 files changed

+33
-35
lines changed

.changeset/gorgeous-mayflies-doubt.md

-5
This file was deleted.

.changeset/rude-trainers-kick.md

-5
This file was deleted.

.changeset/strong-pandas-rescue.md

-5
This file was deleted.

examples/adobe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"dependencies": {
1111
"@cobalt-ui/cli": "^0.3.3",
1212
"@cobalt-ui/plugin-css": "^0.3.3",
13-
"@cobalt-ui/plugin-sass": "^0.4.1"
13+
"@cobalt-ui/plugin-sass": "^0.4.2"
1414
}
1515
}

examples/apple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"devDependencies": {
1313
"@cobalt-ui/cli": "^0.3.3",
1414
"@cobalt-ui/plugin-css": "^0.3.3",
15-
"@cobalt-ui/plugin-sass": "^0.4.1"
15+
"@cobalt-ui/plugin-sass": "^0.4.2"
1616
}
1717
}

examples/github/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"@cobalt-ui/cli": "^0.3.3",
1212
"@cobalt-ui/plugin-css": "^0.3.3",
13-
"@cobalt-ui/plugin-sass": "^0.4.1",
13+
"@cobalt-ui/plugin-sass": "^0.4.2",
1414
"@primer/octicons": "^16.2.0",
1515
"@primer/primitives": "^7.4.0"
1616
}

examples/ibm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@carbon/type": "^10.39.0",
1414
"@cobalt-ui/cli": "^0.3.3",
1515
"@cobalt-ui/plugin-css": "^0.3.3",
16-
"@cobalt-ui/plugin-sass": "^0.4.1"
16+
"@cobalt-ui/plugin-sass": "^0.4.2"
1717
}
1818
}

examples/salesforce/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"@cobalt-ui/cli": "^0.3.3",
1212
"@cobalt-ui/plugin-css": "^0.3.3",
13-
"@cobalt-ui/plugin-sass": "^0.4.1",
13+
"@cobalt-ui/plugin-sass": "^0.4.2",
1414
"@salesforce-ux/design-system": "^2.16.2",
1515
"better-color-tools": "^0.3.0"
1616
}

examples/shopify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"devDependencies": {
1010
"@cobalt-ui/cli": "^0.3.3",
1111
"@cobalt-ui/plugin-css": "^0.3.3",
12-
"@cobalt-ui/plugin-sass": "^0.4.1"
12+
"@cobalt-ui/plugin-sass": "^0.4.2"
1313
}
1414
}

packages/core/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- 1170d8b: Improve value normalization for duration, dimension, and transition token types
8+
39
## 0.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": "Schemas and tools for managing design tokens",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

packages/plugin-sass/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- 1170d8b: Add metadata.name to comment
8+
- 1170d8b: Fix bug where shadow type tokens had commas in the wrong places
9+
310
## 0.4.1
411

512
### Patch Changes

packages/plugin-sass/package.json

+2-2
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.4.1",
4+
"version": "0.4.2",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@cobalt-ui/cli": "^0.3.2",
31-
"@cobalt-ui/core": "^0.3.0",
31+
"@cobalt-ui/core": "^0.3.1",
3232
"@types/mime": "^2.0.3",
3333
"@types/svgo": "^2.6.1",
3434
"chai": "^4.3.4",

pnpm-lock.yaml

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

www/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"devDependencies": {
2222
"@cobalt-ui/cli": "^0.3.3",
23-
"@cobalt-ui/core": "^0.3.0",
23+
"@cobalt-ui/core": "^0.3.1",
2424
"@cobalt-ui/plugin-json": "^0.3.0",
25-
"@cobalt-ui/plugin-sass": "^0.4.1",
25+
"@cobalt-ui/plugin-sass": "^0.4.2",
2626
"@cobalt-ui/plugin-ts": "^0.3.0",
2727
"astro": "^0.22.10",
2828
"morphdom": "^2.6.1",

0 commit comments

Comments
 (0)