Skip to content

Commit 8ee83f4

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 e21999c commit 8ee83f4

Some content is hidden

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

68 files changed

+665
-190
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
## 11.0.0
413

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

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
## 8.2.0
412

513
### Minor Changes

components/actionbar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbar",
3-
"version": "8.2.0",
3+
"version": "9.0.0-next.0",
44
"description": "The Spectrum CSS actionbar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -35,8 +35,8 @@
3535
"@spectrum-css/actiongroup": ">=5",
3636
"@spectrum-css/closebutton": ">=5",
3737
"@spectrum-css/fieldlabel": ">=8",
38-
"@spectrum-css/popover": ">=7",
39-
"@spectrum-css/tokens": ">=14.0.0-next.3"
38+
"@spectrum-css/popover": ">=8.0.0-next.0",
39+
"@spectrum-css/tokens": ">=14.0.0-next.10"
4040
},
4141
"devDependencies": {
4242
"@spectrum-css/actiongroup": "workspace:^",

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
## 6.2.0
413

514
### Minor Changes

components/actionmenu/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/actionmenu",
3-
"version": "6.2.0",
3+
"version": "7.0.0-next.0",
44
"description": "The Spectrum CSS actionmenu component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -34,9 +34,9 @@
3434
"peerDependencies": {
3535
"@spectrum-css/actionbutton": ">=6",
3636
"@spectrum-css/icon": ">=7",
37-
"@spectrum-css/menu": ">=7",
38-
"@spectrum-css/popover": ">=7",
39-
"@spectrum-css/tokens": ">=14.0.0-next.3"
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
"devDependencies": {
4242
"@spectrum-css/actionbutton": "workspace:^",

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
## 2.2.0
414

515
### Minor Changes

components/alertdialog/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/alertdialog",
3-
"version": "2.2.0",
3+
"version": "2.1.1-next.0",
44
"description": "The Spectrum CSS alertdialog component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -32,12 +32,12 @@
3232
"metadata/*"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/buttongroup": ">=7",
35+
"@spectrum-css/buttongroup": ">=7.0.0-next.4",
3636
"@spectrum-css/divider": ">=3",
3737
"@spectrum-css/icon": ">=7",
38-
"@spectrum-css/modal": ">=5",
39-
"@spectrum-css/tokens": ">=14.0.0-next.3",
40-
"@spectrum-css/underlay": ">=4"
38+
"@spectrum-css/modal": ">=5.1.1-next.0",
39+
"@spectrum-css/tokens": ">=14.0.0-next.10",
40+
"@spectrum-css/underlay": ">=4.1.1-next.0"
4141
},
4242
"peerDependenciesMeta": {
4343
"@spectrum-css/buttongroup": {

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
## 7.3.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)