Skip to content

Commit 01c7a8b

Browse files
chore: release (#3159)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b8b015d commit 01c7a8b

File tree

8 files changed

+24
-15
lines changed

8 files changed

+24
-15
lines changed

.changeset/eighty-buckets-cheat.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/gorgeous-boxes-serve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.storybook/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 10.11.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7d41874`](https://github.com/adobe/spectrum-css/commit/7d418746362e7fe35f47e67e30682d7bf87ecfc7)]:
8+
- @spectrum-css/tokens@14.4.0
9+
310
## 10.11.2
411

512
### Patch Changes

.storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/preview",
3-
"version": "10.11.2",
3+
"version": "10.11.3",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",

plugins/postcss-rgb-mapping/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# postcss-rgb-mapping
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#3060](https://github.com/adobe/spectrum-css/pull/3060) [`7d41874`](https://github.com/adobe/spectrum-css/commit/7d418746362e7fe35f47e67e30682d7bf87ecfc7) Thanks [@castastrophe](https://github.com/castastrophe)! - New feature
8+
9+
This update adds support for color functional notation (i.e., `rgba(0 0 0 / 10%)`). This feature is opt-in and will convert rgb variable output to remove commas from rgb and convert opacity to percentage.
10+
311
## 2.0.0
412

513
### Major Changes

plugins/postcss-rgb-mapping/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-rgb-mapping",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Remaps rgb(a) values to an rgb postfixed variable",
55
"license": "Apache-2.0",
66
"author": "Adobe",

tokens/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 14.4.0
4+
5+
### Minor Changes
6+
7+
- [#3060](https://github.com/adobe/spectrum-css/pull/3060) [`7d41874`](https://github.com/adobe/spectrum-css/commit/7d418746362e7fe35f47e67e30682d7bf87ecfc7) Thanks [@castastrophe](https://github.com/castastrophe)! - Update build steps for the token rollup to generate the component theming assets instead of relying on component build steps to produce them.
8+
39
## 14.3.2
410

511
### Patch Changes

tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/tokens",
3-
"version": "14.3.2",
3+
"version": "14.4.0",
44
"description": "The Spectrum CSS tokens package",
55
"license": "Apache-2.0",
66
"author": "Adobe",

0 commit comments

Comments
 (0)