Skip to content

Commit 5900b3b

Browse files
github-actions[bot]castastrophe
authored andcommitted
chore: release (next) (#3379)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 02c3b3c commit 5900b3b

File tree

121 files changed

+1102
-749
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

+1102
-749
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,23 @@
104104
"big-chairs-care",
105105
"chilly-peaches-sniff",
106106
"eleven-cooks-destroy",
107+
"few-doors-smile",
107108
"few-eels-retire",
108109
"fresh-seahorses-join",
110+
"friendly-dolls-raise",
109111
"hot-books-fail",
110112
"light-years-speak",
113+
"loud-vans-brush",
114+
"mean-eggs-learn",
115+
"metal-fireants-switch",
111116
"nine-kings-repair",
112117
"perfect-dogs-smash",
113118
"pretty-parents-drum",
114119
"proud-jokes-rule",
115120
"sixty-vans-thank",
121+
"spotty-onions-study",
122+
"strange-glasses-allow",
123+
"twenty-tables-know",
116124
"weak-kings-pretend",
117125
"young-cheetahs-peel"
118126
]

.storybook/CHANGELOG.md

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

3+
## 11.0.1-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bd934cc`](https://github.com/adobe/spectrum-css/commit/bd934cc9a5a43b2d453710d462a1faaa5046de08), [`bd934cc`](https://github.com/adobe/spectrum-css/commit/bd934cc9a5a43b2d453710d462a1faaa5046de08)]:
8+
- @spectrum-css/tokens@14.0.0-next.10
9+
- @spectrum-css/underlay@4.1.1-next.0
10+
- @spectrum-css/table@7.0.0-next.0
11+
312
## 12.0.1
413

514
### 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": "12.0.1",
3+
"version": "11.0.1-next.0",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/accordion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/icon": ">=7",
28+
"@spectrum-css/icon": ">=9",
2929
"@spectrum-css/tokens": ">=14.0.0-next.0"
3030
},
3131
"devDependencies": {
3232
"@spectrum-css/icon": "9.0.1",
33-
"@spectrum-css/tokens": "14.0.0-next.9"
33+
"@spectrum-css/tokens": "14.0.0-next.10"
3434
},
3535
"keywords": [
3636
"design-system",

components/actionbar/CHANGELOG.md

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

3+
## 9.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bd934cc`](https://github.com/adobe/spectrum-css/commit/bd934cc9a5a43b2d453710d462a1faaa5046de08)]:
8+
- @spectrum-css/tokens@14.0.0-next.10
9+
- @spectrum-css/popover@8.0.0-next.0
10+
311
## 10.0.1
412

513
### Patch Changes

components/actionbar/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbar",
3-
"version": "10.0.1",
3+
"version": "9.0.0-next.0",
44
"description": "The Spectrum CSS actionbar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -25,18 +25,18 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/actiongroup": ">=5",
29-
"@spectrum-css/closebutton": ">=5",
30-
"@spectrum-css/fieldlabel": ">=8",
31-
"@spectrum-css/popover": ">=7",
28+
"@spectrum-css/actiongroup": ">=5.0.0-next.0",
29+
"@spectrum-css/closebutton": ">=5.0.0-next.0",
30+
"@spectrum-css/fieldlabel": ">=8.0.0-next.0",
31+
"@spectrum-css/popover": ">=8.0.0-next.0",
3232
"@spectrum-css/tokens": ">=14.0.0-next.0"
3333
},
3434
"devDependencies": {
3535
"@spectrum-css/actiongroup": "5.0.0-next.3",
3636
"@spectrum-css/closebutton": "5.0.0-next.2",
3737
"@spectrum-css/fieldlabel": "8.0.0-next.2",
38-
"@spectrum-css/popover": "8.0.1",
39-
"@spectrum-css/tokens": "14.0.0-next.9"
38+
"@spectrum-css/popover": "8.0.0-next.0",
39+
"@spectrum-css/tokens": "14.0.0-next.10"
4040
},
4141
"keywords": [
4242
"design-system",

components/actionbutton/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/icon": ">=7",
28+
"@spectrum-css/icon": ">=9",
2929
"@spectrum-css/tokens": ">=14.0.0-next.0"
3030
},
3131
"peerDependenciesMeta": {
@@ -34,9 +34,9 @@
3434
}
3535
},
3636
"devDependencies": {
37-
"@spectrum-css/commons": "^11.0.0",
37+
"@spectrum-css/commons": "^9.1.4-next.1",
3838
"@spectrum-css/icon": "9.0.1",
39-
"@spectrum-css/tokens": "14.0.0-next.9"
39+
"@spectrum-css/tokens": "14.0.0-next.10"
4040
},
4141
"keywords": [
4242
"design-system",

components/actiongroup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/actionbutton": ">=6",
28+
"@spectrum-css/actionbutton": ">=7",
2929
"@spectrum-css/tokens": ">=14.0.0-next.0"
3030
},
3131
"peerDependenciesMeta": {
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@spectrum-css/actionbutton": "7.0.1",
38-
"@spectrum-css/tokens": "14.0.0-next.9"
38+
"@spectrum-css/tokens": "14.0.0-next.10"
3939
},
4040
"keywords": [
4141
"design-system",

components/actionmenu/CHANGELOG.md

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

3+
## 7.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bd934cc`](https://github.com/adobe/spectrum-css/commit/bd934cc9a5a43b2d453710d462a1faaa5046de08)]:
8+
- @spectrum-css/tokens@14.0.0-next.10
9+
- @spectrum-css/popover@8.0.0-next.0
10+
- @spectrum-css/menu@8.0.0-next.0
11+
312
## 7.0.0
413

514
### Major Changes

components/actionmenu/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionmenu",
3-
"version": "7.0.0",
3+
"version": "7.0.0-next.0",
44
"description": "The Spectrum CSS actionmenu component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -25,18 +25,18 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/actionbutton": ">=6",
29-
"@spectrum-css/icon": ">=7",
30-
"@spectrum-css/menu": ">=7",
31-
"@spectrum-css/popover": ">=7",
28+
"@spectrum-css/actionbutton": ">=7",
29+
"@spectrum-css/icon": ">=9",
30+
"@spectrum-css/menu": ">=8.0.0-next.0",
31+
"@spectrum-css/popover": ">=8.0.0-next.0",
3232
"@spectrum-css/tokens": ">=14.0.0-next.0"
3333
},
3434
"devDependencies": {
3535
"@spectrum-css/actionbutton": "7.0.1",
3636
"@spectrum-css/icon": "9.0.1",
37-
"@spectrum-css/menu": "9.0.1",
38-
"@spectrum-css/popover": "8.0.1",
39-
"@spectrum-css/tokens": "14.0.0-next.9"
37+
"@spectrum-css/menu": "8.0.0-next.0",
38+
"@spectrum-css/popover": "8.0.0-next.0",
39+
"@spectrum-css/tokens": "14.0.0-next.10"
4040
},
4141
"keywords": [
4242
"design-system",

components/alertbanner/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/button": ">=13",
29-
"@spectrum-css/closebutton": ">=5",
30-
"@spectrum-css/divider": ">=3",
31-
"@spectrum-css/icon": ">=7",
28+
"@spectrum-css/button": ">=14.0.0-next.0",
29+
"@spectrum-css/closebutton": ">=5.0.0-next.0",
30+
"@spectrum-css/divider": ">=5",
31+
"@spectrum-css/icon": ">=9",
3232
"@spectrum-css/tokens": ">=14.0.0-next.0"
3333
},
3434
"peerDependenciesMeta": {
@@ -41,7 +41,7 @@
4141
"@spectrum-css/closebutton": "5.0.0-next.2",
4242
"@spectrum-css/divider": "5.0.1",
4343
"@spectrum-css/icon": "9.0.1",
44-
"@spectrum-css/tokens": "14.0.0-next.9"
44+
"@spectrum-css/tokens": "14.0.0-next.10"
4545
},
4646
"keywords": [
4747
"design-system",

components/alertdialog/CHANGELOG.md

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

3+
## 2.1.1-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bd934cc`](https://github.com/adobe/spectrum-css/commit/bd934cc9a5a43b2d453710d462a1faaa5046de08), [`bd934cc`](https://github.com/adobe/spectrum-css/commit/bd934cc9a5a43b2d453710d462a1faaa5046de08), [`bd934cc`](https://github.com/adobe/spectrum-css/commit/bd934cc9a5a43b2d453710d462a1faaa5046de08)]:
8+
- @spectrum-css/buttongroup@7.0.0-next.4
9+
- @spectrum-css/tokens@14.0.0-next.10
10+
- @spectrum-css/modal@5.1.1-next.0
11+
- @spectrum-css/underlay@4.1.1-next.0
12+
313
## 4.0.1
414

515
### Patch Changes

components/alertdialog/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/alertdialog",
3-
"version": "4.0.1",
3+
"version": "2.1.1-next.0",
44
"description": "The Spectrum CSS alertdialog component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -25,12 +25,12 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/buttongroup": ">=7",
29-
"@spectrum-css/divider": ">=3",
30-
"@spectrum-css/icon": ">=7",
31-
"@spectrum-css/modal": ">=5",
28+
"@spectrum-css/buttongroup": ">=7.0.0-next.4",
29+
"@spectrum-css/divider": ">=5",
30+
"@spectrum-css/icon": ">=9",
31+
"@spectrum-css/modal": ">=5.1.1-next.0",
3232
"@spectrum-css/tokens": ">=14.0.0-next.0",
33-
"@spectrum-css/underlay": ">=4"
33+
"@spectrum-css/underlay": ">=4.1.1-next.0"
3434
},
3535
"peerDependenciesMeta": {
3636
"@spectrum-css/buttongroup": {
@@ -41,12 +41,12 @@
4141
}
4242
},
4343
"devDependencies": {
44-
"@spectrum-css/buttongroup": "7.0.0-next.3",
44+
"@spectrum-css/buttongroup": "7.0.0-next.4",
4545
"@spectrum-css/divider": "5.0.1",
4646
"@spectrum-css/icon": "9.0.1",
47-
"@spectrum-css/modal": "7.0.1",
48-
"@spectrum-css/tokens": "14.0.0-next.9",
49-
"@spectrum-css/underlay": "6.0.1"
47+
"@spectrum-css/modal": "5.1.1-next.0",
48+
"@spectrum-css/tokens": "14.0.0-next.10",
49+
"@spectrum-css/underlay": "4.1.1-next.0"
5050
},
5151
"keywords": [
5252
"design-system",

components/asset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@spectrum-css/tokens": ">=14.0.0-next.0"
2929
},
3030
"devDependencies": {
31-
"@spectrum-css/tokens": "14.0.0-next.9"
31+
"@spectrum-css/tokens": "14.0.0-next.10"
3232
},
3333
"keywords": [
3434
"design-system",

components/assetcard/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/checkbox": ">=9",
28+
"@spectrum-css/checkbox": ">=10",
2929
"@spectrum-css/tokens": ">=14.0.0-next.0"
3030
},
3131
"peerDependenciesMeta": {
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@spectrum-css/checkbox": "10.0.1",
38-
"@spectrum-css/tokens": "14.0.0-next.9"
38+
"@spectrum-css/tokens": "14.0.0-next.10"
3939
},
4040
"keywords": [
4141
"design-system",

components/assetlist/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/checkbox": ">=9",
29-
"@spectrum-css/icon": ">=7",
28+
"@spectrum-css/checkbox": ">=10",
29+
"@spectrum-css/icon": ">=9",
3030
"@spectrum-css/tokens": ">=14.0.0-next.0"
3131
},
3232
"peerDependenciesMeta": {
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@spectrum-css/checkbox": "10.0.1",
4242
"@spectrum-css/icon": "9.0.1",
43-
"@spectrum-css/tokens": "14.0.0-next.9"
43+
"@spectrum-css/tokens": "14.0.0-next.10"
4444
},
4545
"keywords": [
4646
"design-system",

components/avatar/CHANGELOG.md

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

3+
## 8.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3355](https://github.com/adobe/spectrum-css/pull/3355) [`a827601`](https://github.com/adobe/spectrum-css/commit/a827601bc1769a775f24e9da294bdfaa70535082) Thanks [@cdransf](https://github.com/cdransf)! - Adds support for new avatar-size tokens (avatar-size-800 to avatar-size-1500). Updates avatar component story to support new sizes. Adds support for avatar-border-color and avatar-border-thickness.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`bd934cc`](https://github.com/adobe/spectrum-css/commit/bd934cc9a5a43b2d453710d462a1faaa5046de08)]:
12+
- @spectrum-css/tokens@14.0.0-next.10
13+
314
## 9.0.1
415

516
### Patch Changes

components/avatar/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/avatar",
3-
"version": "9.0.1",
3+
"version": "8.0.0-next.0",
44
"description": "The Spectrum CSS avatar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -28,7 +28,7 @@
2828
"@spectrum-css/tokens": ">=14.0.0-next.0"
2929
},
3030
"devDependencies": {
31-
"@spectrum-css/tokens": "14.0.0-next.9"
31+
"@spectrum-css/tokens": "14.0.0-next.10"
3232
},
3333
"keywords": [
3434
"design-system",

components/badge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/icon": ">=7",
28+
"@spectrum-css/icon": ">=9",
2929
"@spectrum-css/tokens": ">=14.0.0-next.0"
3030
},
3131
"peerDependenciesMeta": {
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@spectrum-css/icon": "9.0.1",
38-
"@spectrum-css/tokens": "14.0.0-next.9"
38+
"@spectrum-css/tokens": "14.0.0-next.10"
3939
},
4040
"keywords": [
4141
"design-system",

components/breadcrumb/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/actionbutton": ">=6",
29-
"@spectrum-css/icon": ">=7",
28+
"@spectrum-css/actionbutton": ">=7",
29+
"@spectrum-css/icon": ">=9",
3030
"@spectrum-css/tokens": ">=14.0.0-next.0"
3131
},
3232
"peerDependenciesMeta": {
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@spectrum-css/actionbutton": "7.0.1",
4242
"@spectrum-css/icon": "9.0.1",
43-
"@spectrum-css/tokens": "14.0.0-next.9"
43+
"@spectrum-css/tokens": "14.0.0-next.10"
4444
},
4545
"keywords": [
4646
"design-system",

0 commit comments

Comments
 (0)