Skip to content

Commit 3499231

Browse files
chore: release (next) (#3576)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0f14273 commit 3499231

File tree

121 files changed

+3473
-2935
lines changed

Some content is hidden

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

121 files changed

+3473
-2935
lines changed

.changeset/pre.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,18 @@
9595
"@spectrum-css/tokens": "16.0.0",
9696
"@spectrum-css/bundle": "1.0.0",
9797
"@spectrum-css/generator": "4.1.0",
98-
"@spectrum-css/ui-icons": "1.1.2"
98+
"@spectrum-css/ui-icons": "1.1.2",
99+
"@spectrum-css/infieldprogresscircle": "0.0.0"
99100
},
100101
"changesets": [
101102
"beige-dragons-tickle",
102103
"chilly-peaches-sniff",
104+
"clean-oranges-smell",
103105
"early-actors-buy",
104106
"eleven-cooks-destroy",
105107
"few-doors-smile",
106108
"few-eels-retire",
109+
"flat-snails-admire",
107110
"fresh-crabs-deliver",
108111
"fresh-seahorses-join",
109112
"friendly-dolls-raise",
@@ -116,13 +119,16 @@
116119
"metal-fireants-switch",
117120
"modern-chairs-sit",
118121
"nine-kings-repair",
122+
"olive-tools-hang",
119123
"pretty-parents-drum",
120124
"proud-jokes-rule",
121125
"rotten-meals-share",
122126
"serious-clouds-jam",
127+
"small-impalas-search",
123128
"spotty-onions-study",
124129
"strange-glasses-allow",
125130
"tame-bobcats-beam",
131+
"tame-knives-train",
126132
"tame-wasps-shake",
127133
"twenty-ravens-divide",
128134
"twenty-tables-know"

.storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@adobe/spectrum-css-workflow-icons": "^4.0.0",
4343
"@spectrum-css/bundle": "1.0.0",
4444
"@spectrum-css/tokens": "16.0.1",
45-
"@spectrum-css/ui-icons": "1.1.2"
45+
"@spectrum-css/ui-icons": "2.0.0-next.0"
4646
},
4747
"devDependencies": {
4848
"@babel/core": "^7.26.0",

components/accordion/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 8.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a25e0a9`](https://github.com/adobe/spectrum-css/commit/a25e0a99e5a4736ab4e607e00739343101a2633b)]:
8+
- @spectrum-css/icon@10.0.0-next.0
9+
310
## 7.1.0
411

512
### Minor Changes

components/accordion/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/accordion",
3-
"version": "7.1.0",
3+
"version": "8.0.0-next.0",
44
"description": "The Spectrum CSS accordion component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -25,7 +25,7 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/icon": ">=9.0.0 <10.0.0",
28+
"@spectrum-css/icon": ">=10.0.0-next.0",
2929
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
3030
},
3131
"peerDependenciesMeta": {
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/icon": "9.1.0",
40+
"@spectrum-css/icon": "10.0.0-next.0",
4141
"@spectrum-css/tokens": "16.0.1"
4242
},
4343
"keywords": [

components/actionbar/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 11.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spectrum-css/closebutton@7.0.0-next.0
9+
- @spectrum-css/fieldlabel@11.0.0-next.0
10+
- @spectrum-css/actiongroup@7.0.0-next.0
11+
- @spectrum-css/popover@9.0.0-next.0
12+
313
## 10.1.1
414

515
### Patch Changes

components/actionbar/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbar",
3-
"version": "10.1.1",
3+
"version": "11.0.0-next.0",
44
"description": "The Spectrum CSS actionbar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -25,10 +25,10 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/actiongroup": ">=6.0.0 <7.0.0",
29-
"@spectrum-css/closebutton": ">=6.0.0 <7.0.0",
30-
"@spectrum-css/fieldlabel": ">=10.0.0 <11.0.0",
31-
"@spectrum-css/popover": ">=8.0.0 <9.0.0",
28+
"@spectrum-css/actiongroup": ">=7.0.0-next.0",
29+
"@spectrum-css/closebutton": ">=7.0.0-next.0",
30+
"@spectrum-css/fieldlabel": ">=11.0.0-next.0",
31+
"@spectrum-css/popover": ">=9.0.0-next.0",
3232
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
3333
},
3434
"peerDependenciesMeta": {
@@ -49,10 +49,10 @@
4949
}
5050
},
5151
"devDependencies": {
52-
"@spectrum-css/actiongroup": "6.1.0",
53-
"@spectrum-css/closebutton": "6.1.0",
54-
"@spectrum-css/fieldlabel": "10.1.0",
55-
"@spectrum-css/popover": "8.2.0",
52+
"@spectrum-css/actiongroup": "7.0.0-next.0",
53+
"@spectrum-css/closebutton": "7.0.0-next.0",
54+
"@spectrum-css/fieldlabel": "11.0.0-next.0",
55+
"@spectrum-css/popover": "9.0.0-next.0",
5656
"@spectrum-css/tokens": "16.0.1"
5757
},
5858
"keywords": [

components/actionbutton/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 8.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a25e0a9`](https://github.com/adobe/spectrum-css/commit/a25e0a99e5a4736ab4e607e00739343101a2633b)]:
8+
- @spectrum-css/icon@10.0.0-next.0
9+
310
## 7.1.1
411

512
### Patch Changes

components/actionbutton/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbutton",
3-
"version": "7.1.1",
3+
"version": "8.0.0-next.0",
44
"description": "The Spectrum CSS action button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -25,7 +25,7 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/icon": ">=9.0.0 <10.0.0",
28+
"@spectrum-css/icon": ">=10.0.0-next.0",
2929
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
3030
},
3131
"peerDependenciesMeta": {
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@spectrum-css/commons": "11.0.0",
41-
"@spectrum-css/icon": "9.1.0",
41+
"@spectrum-css/icon": "10.0.0-next.0",
4242
"@spectrum-css/tokens": "16.0.1"
4343
},
4444
"keywords": [

components/actiongroup/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 7.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spectrum-css/actionbutton@8.0.0-next.0
9+
310
## 7.0.0
411

512
### Minor Changes

components/actiongroup/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actiongroup",
3-
"version": "6.1.0",
3+
"version": "7.0.0-next.0",
44
"description": "The Spectrum CSS actiongroup component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -25,7 +25,7 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/actionbutton": ">=7.0.0 <8.0.0",
28+
"@spectrum-css/actionbutton": ">=8.0.0-next.0",
2929
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
3030
},
3131
"peerDependenciesMeta": {
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/actionbutton": "7.1.1",
40+
"@spectrum-css/actionbutton": "8.0.0-next.0",
4141
"@spectrum-css/tokens": "16.0.1"
4242
},
4343
"keywords": [

components/actionmenu/CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 8.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a25e0a9`](https://github.com/adobe/spectrum-css/commit/a25e0a99e5a4736ab4e607e00739343101a2633b)]:
8+
- @spectrum-css/icon@10.0.0-next.0
9+
- @spectrum-css/actionbutton@8.0.0-next.0
10+
- @spectrum-css/menu@10.0.0-next.0
11+
- @spectrum-css/popover@9.0.0-next.0
12+
313
## 7.1.1
414

515
### Patch Changes
@@ -157,7 +167,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
157167
\*feat!: postcss config build and script; remove gulp (#2466)([b0f337b](https://github.com/adobe/spectrum-css/commit/b0f337b)), closes[#2466](https://github.com/adobe/spectrum-css/issues/2466)
158168

159169
### 🛑 BREAKING CHANGES
160-
- Removes component-builder & component-builder-simple for script leveraging postcss
170+
171+
- Removes component-builder & component-builder-simple for script leveraging postcss
161172

162173
- Imports added to index.css and themes/express.css
163174

components/actionmenu/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionmenu",
3-
"version": "7.1.1",
3+
"version": "8.0.0-next.0",
44
"description": "The Spectrum CSS actionmenu component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -25,17 +25,17 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/actionbutton": ">=7.0.0 <8.0.0",
29-
"@spectrum-css/icon": ">=9.0.0 <10.0.0",
30-
"@spectrum-css/menu": ">=9.0.0 <10.0.0",
31-
"@spectrum-css/popover": ">=8.0.0 <9.0.0",
28+
"@spectrum-css/actionbutton": ">=8.0.0-next.0",
29+
"@spectrum-css/icon": ">=10.0.0-next.0",
30+
"@spectrum-css/menu": ">=10.0.0-next.0",
31+
"@spectrum-css/popover": ">=9.0.0-next.0",
3232
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
3333
},
3434
"devDependencies": {
35-
"@spectrum-css/actionbutton": "7.1.1",
36-
"@spectrum-css/icon": "9.1.0",
37-
"@spectrum-css/menu": "9.1.0",
38-
"@spectrum-css/popover": "8.2.0",
35+
"@spectrum-css/actionbutton": "8.0.0-next.0",
36+
"@spectrum-css/icon": "10.0.0-next.0",
37+
"@spectrum-css/menu": "10.0.0-next.0",
38+
"@spectrum-css/popover": "9.0.0-next.0",
3939
"@spectrum-css/tokens": "16.0.1"
4040
},
4141
"keywords": [

components/alertbanner/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 4.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a25e0a9`](https://github.com/adobe/spectrum-css/commit/a25e0a99e5a4736ab4e607e00739343101a2633b)]:
8+
- @spectrum-css/icon@10.0.0-next.0
9+
- @spectrum-css/button@15.0.0-next.0
10+
- @spectrum-css/closebutton@7.0.0-next.0
11+
312
## 3.1.0
413

514
### Minor Changes

components/alertbanner/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/alertbanner",
3-
"version": "3.1.0",
3+
"version": "4.0.0-next.0",
44
"description": "The Spectrum CSS alertbanner component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -25,10 +25,10 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/button": ">=14.0.0 <15.0.0",
29-
"@spectrum-css/closebutton": ">=6.0.0 <7.0.0",
28+
"@spectrum-css/button": ">=15.0.0-next.0",
29+
"@spectrum-css/closebutton": ">=7.0.0-next.0",
3030
"@spectrum-css/divider": ">=5.0.0 <6.0.0",
31-
"@spectrum-css/icon": ">=9.0.0 <10.0.0",
31+
"@spectrum-css/icon": ">=10.0.0-next.0",
3232
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
3333
},
3434
"peerDependenciesMeta": {
@@ -49,10 +49,10 @@
4949
}
5050
},
5151
"devDependencies": {
52-
"@spectrum-css/button": "14.1.1",
53-
"@spectrum-css/closebutton": "6.1.0",
52+
"@spectrum-css/button": "15.0.0-next.0",
53+
"@spectrum-css/closebutton": "7.0.0-next.0",
5454
"@spectrum-css/divider": "5.1.0",
55-
"@spectrum-css/icon": "9.1.0",
55+
"@spectrum-css/icon": "10.0.0-next.0",
5656
"@spectrum-css/tokens": "16.0.1"
5757
},
5858
"keywords": [

components/alertdialog/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 5.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a25e0a9`](https://github.com/adobe/spectrum-css/commit/a25e0a99e5a4736ab4e607e00739343101a2633b)]:
8+
- @spectrum-css/icon@10.0.0-next.0
9+
- @spectrum-css/buttongroup@10.0.0-next.0
10+
311
## 4.1.0
412

513
### Minor Changes

components/alertdialog/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/alertdialog",
3-
"version": "4.1.0",
3+
"version": "5.0.0-next.0",
44
"description": "The Spectrum CSS alertdialog component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -25,9 +25,9 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/buttongroup": ">=9.0.0 <10.0.0",
28+
"@spectrum-css/buttongroup": ">=10.0.0-next.0",
2929
"@spectrum-css/divider": ">=5.0.0 <6.0.0",
30-
"@spectrum-css/icon": ">=9.0.0 <10.0.0",
30+
"@spectrum-css/icon": ">=10.0.0-next.0",
3131
"@spectrum-css/modal": ">=7.0.0 <8.0.0",
3232
"@spectrum-css/tokens": ">=16.0.0 <17.0.0",
3333
"@spectrum-css/underlay": ">=6.0.0 <7.0.0"
@@ -53,9 +53,9 @@
5353
}
5454
},
5555
"devDependencies": {
56-
"@spectrum-css/buttongroup": "9.1.0",
56+
"@spectrum-css/buttongroup": "10.0.0-next.0",
5757
"@spectrum-css/divider": "5.1.0",
58-
"@spectrum-css/icon": "9.1.0",
58+
"@spectrum-css/icon": "10.0.0-next.0",
5959
"@spectrum-css/modal": "7.1.0",
6060
"@spectrum-css/tokens": "16.0.1",
6161
"@spectrum-css/underlay": "6.1.0"

components/assetcard/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 6.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spectrum-css/checkbox@11.0.0-next.0
9+
310
## 5.1.0
411

512
### Minor Changes

0 commit comments

Comments
 (0)