Skip to content

Commit 378633a

Browse files
committed
chore(release): release
- @spectrum-css/preview@7.4.2-next.0 - @spectrum-css/actiongroup@5.0.0-next.0 - @spectrum-css/buttongroup@7.0.0-next.0 - @spectrum-css/tokens@14.0.0-next.0 - @spectrum-css/bundle-builder@6.3.1-next.0 - @spectrum-css/component-builder-simple@5.0.1-next.0 - @spectrum-css/component-builder@6.0.1-next.0
1 parent 1b959b3 commit 378633a

File tree

14 files changed

+91
-13
lines changed

14 files changed

+91
-13
lines changed

.storybook/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="7.4.2-next.0"></a>
7+
##7.4.2-next.0
8+
🗓
9+
2024-02-06 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/preview@7.4.1...@spectrum-css/preview@7.4.2-next.0)
10+
11+
**Note:** Version bump only for package @spectrum-css/preview
12+
613
<a name="7.4.1"></a>
714
##7.4.1
815
🗓

.storybook/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/preview",
3-
"version": "7.4.1",
3+
"version": "7.4.2-next.0",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -13,16 +13,16 @@
1313
"@adobe/spectrum-css-workflow-icons": "^1.5.4",
1414
"@spectrum-css/expressvars": "^3.0.9",
1515
"@spectrum-css/site": "^4.2.0",
16-
"@spectrum-css/tokens": "^13.1.0",
16+
"@spectrum-css/tokens": "^14.0.0-next.0",
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": "^6.0.0",
25-
"@spectrum-css/component-builder-simple": "^5.0.0",
24+
"@spectrum-css/component-builder": "^6.0.1-next.0",
25+
"@spectrum-css/component-builder-simple": "^5.0.1-next.0",
2626
"@storybook/addon-a11y": "^7.6.8",
2727
"@storybook/addon-actions": "~7.5",
2828
"@storybook/addon-console": "^1.2.3",

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/actiongroup@4.2.0...@spectrum-css/actiongroup@5.0.0-next.0)
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.0"></a>
720
#4.2.0
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.0",
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/buttongroup@6.2.0...@spectrum-css/buttongroup@7.0.0-next.0)
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.0"></a>
725
#6.2.0
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.0",
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/tokens@13.1.0...@spectrum-css/tokens@14.0.0-next.0)
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.1.0"></a>
726
#13.1.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.1.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: 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="6.3.1-next.0"></a>
7+
##6.3.1-next.0
8+
🗓
9+
2024-02-06 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/bundle-builder@6.3.0...@spectrum-css/bundle-builder@6.3.1-next.0)
10+
11+
**Note:** Version bump only for package @spectrum-css/bundle-builder
12+
613
<a name="6.3.0"></a>
714
#6.3.0
815
🗓

tools/bundle-builder/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/bundle-builder",
3-
"version": "6.3.0",
3+
"version": "6.3.1-next.0",
44
"description": "The Spectrum CSS top-level builder",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -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.1.0",
18+
"@spectrum-css/tokens": "^14.0.0-next.0",
1919
"@spectrum-css/ui-icons": "^1.1.1",
2020
"@spectrum-css/vars": "^9.0.8",
2121
"npm-registry-fetch": "^14.0.5"

tools/component-builder-simple/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="5.0.1-next.0"></a>
7+
##5.0.1-next.0
8+
🗓
9+
2024-02-06 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/component-builder-simple@5.0.0...@spectrum-css/component-builder-simple@5.0.1-next.0)
10+
11+
**Note:** Version bump only for package @spectrum-css/component-builder-simple
12+
613
<a name="5.0.0"></a>
714
#5.0.0
815
🗓

tools/component-builder-simple/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/component-builder-simple",
3-
"version": "5.0.0",
3+
"version": "5.0.1-next.0",
44
"description": "The Spectrum CSS simple component builder",
55
"license": "Apache-2.0",
66
"repository": {
@@ -12,7 +12,7 @@
1212
"url": "https://github.com/adobe/spectrum-css/issues"
1313
},
1414
"dependencies": {
15-
"@spectrum-css/tokens": "^13.1.0",
15+
"@spectrum-css/tokens": "^14.0.0-next.0",
1616
"at-rule-packer": "^0.4.2",
1717
"autoprefixer": "^10.4.17",
1818
"colors": "^1.4.0",

tools/component-builder/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="6.0.1-next.0"></a>
7+
##6.0.1-next.0
8+
🗓
9+
2024-02-06 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/component-builder@6.0.0...@spectrum-css/component-builder@6.0.1-next.0)
10+
11+
**Note:** Version bump only for package @spectrum-css/component-builder
12+
613
<a name="6.0.0"></a>
714
#6.0.0
815
🗓

tools/component-builder/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/component-builder",
3-
"version": "6.0.0",
3+
"version": "6.0.1-next.0",
44
"description": "The Spectrum CSS component builder",
55
"license": "Apache-2.0",
66
"repository": {
@@ -12,7 +12,7 @@
1212
"url": "https://github.com/adobe/spectrum-css/issues"
1313
},
1414
"dependencies": {
15-
"@spectrum-css/tokens": "^13.1.0",
15+
"@spectrum-css/tokens": "^14.0.0-next.0",
1616
"@spectrum-css/vars": "^9.0.8",
1717
"at-rule-packer": "^0.4.2",
1818
"autoprefixer": "^10.4.17",

0 commit comments

Comments
 (0)