Skip to content

Commit 39edf2d

Browse files
committed
chore(release): release
- @spectrum-tools/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-tools/[email protected] - @spectrum-tools/[email protected] - @spectrum-tools/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected]
1 parent 96af378 commit 39edf2d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+451
-54
lines changed

.github/actions/file-diff/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.0.2"></a>
7+
##2.0.2
8+
🗓
9+
2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/[email protected]...@spectrum-tools/[email protected])
10+
11+
**Note:** Version bump only for package @spectrum-tools/gh-action-file-diff
12+
613
<a name="2.0.1"></a>
714
##2.0.1
815
🗓

.github/actions/file-diff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-tools/gh-action-file-diff",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A GitHub Action to compare asset sizes and generate a diff if changes are found.",
55
"license": "Apache-2.0",
66
"author": "Adobe",

.storybook/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.3.0"></a>
7+
#7.3.0
8+
🗓
9+
2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/[email protected]...@spectrum-css/[email protected])
10+
11+
### ✨ Features
12+
13+
\*migrate build packages to postcss v8 ([#2460](https://github.com/adobe/spectrum-css/issues/2460))([bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40e))
14+
615
<a name="7.2.1"></a>
716
##7.2.1
817
🗓

.storybook/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/preview",
3-
"version": "7.2.1",
3+
"version": "7.3.0",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -12,17 +12,17 @@
1212
"dependencies": {
1313
"@adobe/spectrum-css-workflow-icons": "^1.5.4",
1414
"@spectrum-css/expressvars": "^3.0.9",
15-
"@spectrum-css/site": "^4.0.4",
16-
"@spectrum-css/tokens": "^13.0.8",
15+
"@spectrum-css/site": "^4.1.0",
16+
"@spectrum-css/tokens": "^13.0.9",
1717
"@spectrum-css/ui-icons": "^1.1.1",
1818
"@spectrum-css/vars": "^9.0.8"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.22.1",
2222
"@chromaui/addon-visual-tests": "^0.0.124",
2323
"@etchteam/storybook-addon-status": "^4.2.4",
24-
"@spectrum-css/component-builder": "^5.0.0",
25-
"@spectrum-css/component-builder-simple": "^4.0.0",
24+
"@spectrum-css/component-builder": "^5.1.0",
25+
"@spectrum-css/component-builder-simple": "^4.1.0",
2626
"@storybook/addon-a11y": "^7.6.8",
2727
"@storybook/addon-actions": "~7.5",
2828
"@storybook/addon-console": "^1.2.3",

components/accordion/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="4.1.1"></a>
7+
##4.1.1
8+
🗓
9+
2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/[email protected]...@spectrum-css/[email protected])
10+
11+
### 🐛 Bug fixes
12+
13+
\*deprecate logical transform plugin ([#2437](https://github.com/adobe/spectrum-css/issues/2437))([ff5dda6](https://github.com/adobe/spectrum-css/commit/ff5dda6))
14+
615
<a name="4.1.0"></a>
716
#4.1.0
817
🗓

components/accordion/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/accordion",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "The Spectrum CSS accordion component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/actionbutton/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="5.1.0"></a>
7+
#5.1.0
8+
🗓
9+
2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/[email protected]...@spectrum-css/[email protected])
10+
11+
### ✨ Features
12+
13+
- **overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96))
14+
15+
### 🐛 Bug fixes
16+
17+
- **commons:**rename and deprecate mods referencing global tokens ([#2423](https://github.com/adobe/spectrum-css/issues/2423))([3a49432](https://github.com/adobe/spectrum-css/commit/3a49432))\*deprecate logical transform plugin ([#2437](https://github.com/adobe/spectrum-css/issues/2437))([ff5dda6](https://github.com/adobe/spectrum-css/commit/ff5dda6))
18+
619
<a name="5.0.18"></a>
720
##5.0.18
821
🗓

components/actionbutton/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbutton",
3-
"version": "5.0.18",
3+
"version": "5.1.0",
44
"description": "The Spectrum CSS action button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"devDependencies": {
27-
"@spectrum-css/commons": "^9.0.2"
27+
"@spectrum-css/commons": "^9.1.0"
2828
},
2929
"publishConfig": {
3030
"access": "public"

components/alertdialog/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.2.0"></a>
7+
#1.2.0
8+
🗓
9+
2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/[email protected]...@spectrum-css/[email protected])
10+
11+
### ✨ Features
12+
13+
- **overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96))
14+
615
<a name="1.1.0"></a>
716
#1.1.0
817
🗓

components/alertdialog/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/alertdialog",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "The Spectrum CSS alertdialog component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

0 commit comments

Comments
 (0)