Skip to content

Commit b968966

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 c1a9f4f commit b968966

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

+655
-189
lines changed

.changeset/pre.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,30 @@
9696
"@spectrum-tools/stylelint-no-unused-custom-properties": "1.3.1",
9797
"@spectrum-tools/documentation": "1.0.0",
9898
"@spectrum-css/tokens": "14.0.0-next.6",
99-
"@spectrum-css/ui-icons": "1.1.2"
99+
"@spectrum-css/ui-icons": "1.1.2",
100+
"@spectrum-tools/postcss-add-theming-layer": "0.0.0",
101+
"@spectrum-tools/postcss-property-rollup": "0.0.0",
102+
"@spectrum-tools/postcss-rgb-mapping": "3.0.0-s2-foundations.0",
103+
"@spectrum-tools/theme-alignment": "1.1.0"
100104
},
101105
"changesets": [
102106
"chilly-peaches-sniff",
103107
"eleven-cooks-destroy",
108+
"few-doors-smile",
104109
"few-eels-retire",
105110
"fresh-seahorses-join",
111+
"friendly-dolls-raise",
106112
"hot-books-fail",
107113
"light-years-speak",
114+
"loud-vans-brush",
115+
"mean-eggs-learn",
116+
"metal-fireants-switch",
108117
"nine-kings-repair",
109118
"perfect-dogs-smash",
110119
"pretty-parents-drum",
111-
"proud-jokes-rule"
120+
"proud-jokes-rule",
121+
"spotty-onions-study",
122+
"strange-glasses-allow",
123+
"twenty-tables-know"
112124
]
113125
}

.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-s2-foundations.23
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": "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
## 9.0.0-s2-foundations.17
412

513
### Major 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": "9.0.0-s2-foundations.17",
3+
"version": "9.0.0-next.0",
44
"description": "The Spectrum CSS actionbar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -36,8 +36,8 @@
3636
"@spectrum-css/actiongroup": ">=6.0.0-s2-foundations.0",
3737
"@spectrum-css/closebutton": ">=6.0.0-s2-foundations.0",
3838
"@spectrum-css/fieldlabel": ">=9.0.0-s2-foundations.0",
39-
"@spectrum-css/popover": ">=8.0.0-s2-foundations.0",
40-
"@spectrum-css/tokens": ">=14.0.0-next.3"
39+
"@spectrum-css/popover": ">=8.0.0-next.0",
40+
"@spectrum-css/tokens": ">=14.0.0-next.10"
4141
},
4242
"devDependencies": {
4343
"@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
## 7.0.0-s2-foundations.16
413

514
### Major 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": "7.0.0-s2-foundations.16",
3+
"version": "7.0.0-next.0",
44
"description": "The Spectrum CSS actionmenu component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -35,9 +35,9 @@
3535
"peerDependencies": {
3636
"@spectrum-css/actionbutton": ">=7.0.0-s2-foundations.0",
3737
"@spectrum-css/icon": ">=8.0.0-s2-foundations.0",
38-
"@spectrum-css/menu": ">=8.0.0-s2-foundations.0",
39-
"@spectrum-css/popover": ">=8.0.0-s2-foundations.0",
40-
"@spectrum-css/tokens": ">=14.0.0-next.3"
38+
"@spectrum-css/menu": ">=8.0.0-next.0",
39+
"@spectrum-css/popover": ">=8.0.0-next.0",
40+
"@spectrum-css/tokens": ">=14.0.0-next.10"
4141
},
4242
"devDependencies": {
4343
"@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
## 3.0.0-s2-foundations.16
414

515
### Major 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": "3.0.0-s2-foundations.16",
3+
"version": "2.1.1-next.0",
44
"description": "The Spectrum CSS alertdialog component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -33,12 +33,12 @@
3333
"metadata/*"
3434
],
3535
"peerDependencies": {
36-
"@spectrum-css/buttongroup": ">=8.0.0-s2-foundations.0",
36+
"@spectrum-css/buttongroup": ">=7.0.0-next.4",
3737
"@spectrum-css/divider": ">=4.0.0-s2-foundations.0",
3838
"@spectrum-css/icon": ">=8.0.0-s2-foundations.0",
39-
"@spectrum-css/modal": ">=6.0.0-s2-foundations.0",
40-
"@spectrum-css/tokens": ">=14.0.0-next.3",
41-
"@spectrum-css/underlay": ">=5.0.0-s2-foundations.0"
39+
"@spectrum-css/modal": ">=5.1.1-next.0",
40+
"@spectrum-css/tokens": ">=14.0.0-next.10",
41+
"@spectrum-css/underlay": ">=4.1.1-next.0"
4242
},
4343
"peerDependenciesMeta": {
4444
"@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
## 8.0.0-s2-foundations.16
415

516
### Major Changes

0 commit comments

Comments
 (0)