Skip to content

Commit c098f83

Browse files
github-actions[bot]castastrophe
authored andcommitted
chore: release (next) (#3513)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8e1cdfb commit c098f83

File tree

118 files changed

+831
-452
lines changed

Some content is hidden

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

118 files changed

+831
-452
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,21 +109,28 @@
109109
"few-eels-retire",
110110
"fresh-seahorses-join",
111111
"friendly-dolls-raise",
112+
"healthy-zebras-unite",
113+
"hip-spies-try",
112114
"hot-books-fail",
113115
"light-years-speak",
114116
"loud-vans-brush",
115117
"mean-eggs-learn",
116118
"metal-fireants-switch",
117119
"nine-kings-repair",
118120
"perfect-dogs-smash",
121+
"plenty-trees-act",
119122
"pretty-parents-drum",
120123
"proud-jokes-rule",
124+
"sixty-crabs-thank",
121125
"sixty-vans-thank",
122126
"spotty-onions-study",
123127
"strange-glasses-allow",
124128
"tame-bobcats-beam",
129+
"tame-wasps-shake",
130+
"ten-lizards-work",
125131
"twenty-tables-know",
126132
"weak-kings-pretend",
133+
"wicked-dragons-cheer",
127134
"young-cheetahs-peel"
128135
]
129136
}

.storybook/CHANGELOG.md

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

3+
## 11.0.1-next.2
4+
5+
### Patch Changes
6+
7+
- [#2352](https://github.com/adobe/spectrum-css/pull/2352) [`2a9cb4a`](https://github.com/adobe/spectrum-css/commit/2a9cb4afd2514fa527f4819b7a6c00864b0cccf2) Thanks [@pfulton](https://github.com/pfulton)! - Updates the tags used by the stories in the "Foundations" documentation, so hidden stories remain hidden on the sidebar.
8+
9+
- Updated dependencies [[`0c431fc`](https://github.com/adobe/spectrum-css/commit/0c431fce7f38f967f934daa578b9bd2d8d173e76)]:
10+
- @spectrum-css/tokens@14.0.0-next.12
11+
- @spectrum-css/bundle@1.0.0
12+
313
## 11.0.1-next.1
414

515
### Patch Changes
@@ -391,7 +401,7 @@ This component has been deprecated. Use an action bar to allow users to perform
391401

392402
## 7.4.2
393403

394-
🗓 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)
404+
🗓 2024-02-06 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/preview@7.4.1...@spectrum-css/preview@7.4.2)
395405

396406
**Note:** Version bump only for package @spectrum-css/preview
397407

@@ -468,8 +478,7 @@ This component has been deprecated. Use an action bar to allow users to perform
468478
### 🛑 BREAKING CHANGES
469479

470480
- @spectrum-css/icon will no longer contain SVG assets; it will be a purely CSS package with all SVG assets migrated to the new @spectrum-css/ui-icons package.
471-
472-
* NEW: @spectrum-css/ui-icons package for all SVG icons in the UI set.
481+
- NEW: @spectrum-css/ui-icons package for all SVG icons in the UI set.
473482

474483
<a name="6.0.1"></a>
475484

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

components/accordion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@spectrum-css/icon": "9.0.1",
41-
"@spectrum-css/tokens": "14.0.0-next.11"
41+
"@spectrum-css/tokens": "14.0.0-next.12"
4242
},
4343
"keywords": [
4444
"design-system",

components/actionbar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@spectrum-css/actiongroup": "6.0.1",
5353
"@spectrum-css/closebutton": "5.0.0-next.2",
5454
"@spectrum-css/fieldlabel": "8.0.0-next.2",
55-
"@spectrum-css/popover": "8.0.1",
56-
"@spectrum-css/tokens": "14.0.0-next.11"
55+
"@spectrum-css/popover": "8.0.0-next.1",
56+
"@spectrum-css/tokens": "14.0.0-next.12"
5757
},
5858
"keywords": [
5959
"design-system",

components/actionbutton/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+
## 6.2.1-next.0
4+
5+
### Patch Changes
6+
7+
- [#3517](https://github.com/adobe/spectrum-css/pull/3517) [`7582c1f`](https://github.com/adobe/spectrum-css/commit/7582c1f5c73de5ecf962bfad0294f162d7035751) Thanks [@cdransf](https://github.com/cdransf)! - Define undefined properties from theme directory.
8+
9+
- Updated dependencies [[`0c431fc`](https://github.com/adobe/spectrum-css/commit/0c431fce7f38f967f934daa578b9bd2d8d173e76)]:
10+
- @spectrum-css/tokens@14.0.0-next.12
11+
312
## 7.0.1
413

514
### Patch Changes

components/actionbutton/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/actionbutton",
3-
"version": "7.0.1",
3+
"version": "6.2.1-next.0",
44
"description": "The Spectrum CSS action button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@spectrum-css/commons": "9.1.4-next.1",
4141
"@spectrum-css/icon": "9.0.1",
42-
"@spectrum-css/tokens": "14.0.0-next.11"
42+
"@spectrum-css/tokens": "14.0.0-next.12"
4343
},
4444
"keywords": [
4545
"design-system",

components/actiongroup/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/actionbutton": ">=7.0.0 <8.0.0",
28+
"@spectrum-css/actionbutton": ">=6.2.1-next.0",
2929
"@spectrum-css/tokens": ">=14.0.0-next.0"
3030
},
3131
"peerDependenciesMeta": {
@@ -37,8 +37,8 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/actionbutton": "7.0.1",
41-
"@spectrum-css/tokens": "14.0.0-next.11"
40+
"@spectrum-css/actionbutton": "6.2.1-next.0",
41+
"@spectrum-css/tokens": "14.0.0-next.12"
4242
},
4343
"keywords": [
4444
"design-system",

components/actionmenu/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/actionbutton": ">=7.0.0 <8.0.0",
28+
"@spectrum-css/actionbutton": ">=6.2.1-next.0",
2929
"@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",
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": {
35-
"@spectrum-css/actionbutton": "7.0.1",
35+
"@spectrum-css/actionbutton": "6.2.1-next.0",
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.11"
37+
"@spectrum-css/menu": "8.0.0-next.1",
38+
"@spectrum-css/popover": "8.0.0-next.1",
39+
"@spectrum-css/tokens": "14.0.0-next.12"
4040
},
4141
"keywords": [
4242
"design-system",

components/alertbanner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
}
5050
},
5151
"devDependencies": {
52-
"@spectrum-css/button": "14.0.1",
52+
"@spectrum-css/button": "14.0.0-next.8",
5353
"@spectrum-css/closebutton": "5.0.0-next.2",
5454
"@spectrum-css/divider": "5.0.1",
5555
"@spectrum-css/icon": "9.0.1",
56-
"@spectrum-css/tokens": "14.0.0-next.11"
56+
"@spectrum-css/tokens": "14.0.0-next.12"
5757
},
5858
"keywords": [
5959
"design-system",

0 commit comments

Comments
 (0)