Skip to content

Commit 592f50c

Browse files
committed
chore(release): release
- @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]
1 parent f618059 commit 592f50c

File tree

14 files changed

+76
-8
lines changed

14 files changed

+76
-8
lines changed

.storybook/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,12 @@ This component has been deprecated. Use an action bar to allow users to perform
5454
##7.4.2
5555
🗓
5656
2024-02-06
57+
<a name="7.4.2-next.0"></a>
58+
##7.4.2-next.0
59+
🗓
60+
2024-02-06 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/[email protected]...@spectrum-css/[email protected])
5761

62+
**Note:** Spectrum 2 next version
5863
**Note:** Version bump only for package @spectrum-css/preview
5964

6065
<a name="7.4.1"></a>

.storybook/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/preview",
3-
"version": "8.0.3",
3+
"version": "7.4.2-next.0",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -12,7 +12,8 @@
1212
"dependencies": {
1313
"@adobe/spectrum-css-workflow-icons": "^1.5.4",
1414
"@spectrum-css/expressvars": "^3.0.9",
15-
"@spectrum-css/tokens": "^13.2.0",
15+
"@spectrum-css/site": "^4.2.2",
16+
"@spectrum-css/tokens": "^14.0.0-next.0",
1617
"@spectrum-css/ui-icons": "^1.1.2",
1718
"@spectrum-css/vars": "^9.0.8"
1819
},

components/actiongroup/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.0.0-next.0"></a>
7+
#5.0.0-next.0
8+
🗓
9+
2024-02-06 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/[email protected]...@spectrum-css/[email protected])
10+
11+
\*feat(actiongroup)!: migrate to S2 (#2453)([afb5788](https://github.com/adobe/spectrum-css/commit/afb5788)), closes[#2453](https://github.com/adobe/spectrum-css/issues/2453)
12+
13+
###
14+
🛑 BREAKING CHANGES
15+
16+
*
17+
migrates `Action Group` to Spectrum 2, Removes some mod properties
18+
619
<a name="4.2.4"></a>
720
##4.2.4
821
🗓

components/actiongroup/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/actiongroup",
3-
"version": "4.2.4",
3+
"version": "5.0.0-next.0",
44
"description": "The Spectrum CSS actiongroup component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/buttongroup/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.0.0-next.0"></a>
7+
#7.0.0-next.0
8+
🗓
9+
2024-02-06 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/[email protected]...@spectrum-css/[email protected])
10+
11+
\*feat(buttongroup)!: migrate to S2 (#2457)([66d2cee](https://github.com/adobe/spectrum-css/commit/66d2cee)), closes[#2457](https://github.com/adobe/spectrum-css/issues/2457)
12+
13+
###
14+
🛑 BREAKING CHANGES
15+
16+
*
17+
migrates Button Group to Spectrum 2
18+
19+
Also:
20+
21+
- docs(buttongroup): expand chromatic coverage
22+
- refactor(buttongroup): remove extra css classes
23+
624
<a name="6.2.4"></a>
725
##6.2.4
826
🗓

components/buttongroup/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/buttongroup",
3-
"version": "6.2.4",
3+
"version": "7.0.0-next.0",
44
"description": "The Spectrum CSS buttongroup component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

tokens/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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="14.0.0-next.0"></a>
7+
#14.0.0-next.0
8+
🗓
9+
2024-02-06 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/[email protected]...@spectrum-css/[email protected])
10+
11+
### ✨ Features
12+
13+
- **tokens:**use 13.0.0-beta.5([cd95fe1](https://github.com/adobe/spectrum-css/commit/cd95fe1))*
14+
**tokens:**use 13.0.0-beta.8([1d9a801](https://github.com/adobe/spectrum-css/commit/1d9a801))*
15+
**tokens:**use 13.0.0-beta.9([3c23f31](https://github.com/adobe/spectrum-css/commit/3c23f31))
16+
17+
\*feat(tokens)!: use 13.0.0-beta.13([1b959b3](https://github.com/adobe/spectrum-css/commit/1b959b3))
18+
19+
###
20+
🛑 BREAKING CHANGES
21+
22+
*
23+
uses Spectrum 2 tokens
24+
625
<a name="13.2.0"></a>
726
#13.2.0
827
🗓

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": "13.2.0",
3+
"version": "14.0.0-next.0",
44
"description": "The Spectrum CSS tokens package",
55
"license": "Apache-2.0",
66
"author": "Adobe",

tools/bundle-builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ This component has been deprecated. Use an action bar to allow users to perform
4545
##6.3.1
4646
🗓
4747
2024-02-06
48+
<a name="6.3.1-next.0"></a>
49+
##6.3.1-next.0
50+
🗓
51+
2024-02-06 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/[email protected]...@spectrum-css/[email protected])
4852

4953
**Note:** Version bump only for package @spectrum-css/bundle-builder
5054

tools/bundle-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@adobe/spectrum-css-workflow-icons": "^1.5.4",
1717
"@spectrum-css/expressvars": "^3.0.9",
18-
"@spectrum-css/tokens": "^13.2.0",
18+
"@spectrum-css/tokens": "^14.0.0-next.0",
1919
"@spectrum-css/ui-icons": "^1.1.2",
2020
"@spectrum-css/vars": "^9.0.8",
2121
"npm-registry-fetch": "^14.0.5"

0 commit comments

Comments
 (0)