Skip to content

Commit e3eb056

Browse files
chore: release (next) (#4097)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ac0907e commit e3eb056

File tree

15 files changed

+59
-23
lines changed

15 files changed

+59
-23
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"shy-actors-behave",
175175
"six-donuts-march",
176176
"slow-eyes-lay",
177+
"small-berries-dream",
177178
"small-impalas-search",
178179
"smart-spoons-sneeze",
179180
"sour-donuts-go",

.storybook/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+
## 12.0.5-next.11
4+
5+
### Patch Changes
6+
7+
Updated dependencies []:
8+
9+
- @spectrum-css/bundle@2.0.0-next.8
10+
311
## 12.0.5-next.10
412

513
### Patch Changes

.storybook/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/preview",
3-
"version": "12.0.5-next.10",
3+
"version": "12.0.5-next.11",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@adobe/spectrum-css-workflow-icons": "^4.1.0",
43-
"@spectrum-css/bundle": "2.0.0-next.7",
43+
"@spectrum-css/bundle": "2.0.0-next.8",
4444
"@spectrum-css/tokens": "16.1.0-next.7",
4545
"@spectrum-css/ui-icons": "2.0.0-next.2"
4646
},

components/actionmenu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@spectrum-css/actionbutton": "8.0.0-next.3",
5353
"@spectrum-css/icon": "10.0.0-next.3",
54-
"@spectrum-css/menu": "10.0.0-next.4",
54+
"@spectrum-css/menu": "10.0.0-next.5",
5555
"@spectrum-css/popover": "9.0.0-next.4",
5656
"@spectrum-css/tokens": "16.1.0-next.7"
5757
},

components/coachmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@spectrum-css/actionmenu": "8.0.0-next.1",
6262
"@spectrum-css/button": "15.0.0-next.2",
6363
"@spectrum-css/buttongroup": "10.0.0-next.1",
64-
"@spectrum-css/menu": "10.0.0-next.4",
64+
"@spectrum-css/menu": "10.0.0-next.5",
6565
"@spectrum-css/popover": "9.0.0-next.4",
6666
"@spectrum-css/tokens": "16.1.0-next.7"
6767
},

components/combobox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
"devDependencies": {
56-
"@spectrum-css/menu": "10.0.0-next.4",
56+
"@spectrum-css/menu": "10.0.0-next.5",
5757
"@spectrum-css/pickerbutton": "7.0.0-next.1",
5858
"@spectrum-css/popover": "9.0.0-next.4",
5959
"@spectrum-css/progresscircle": "6.0.0-next.0",

components/menu/CHANGELOG.md

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

3+
## 10.0.0-next.5
4+
5+
### Minor Changes
6+
7+
📝 [#4058](https://github.com/adobe/spectrum-css/pull/4058) [`d831bd0`](https://github.com/adobe/spectrum-css/commit/d831bd09e3a32cb0245692d73a4272101d5a0b88) Thanks [@5t3ph](https://github.com/5t3ph)!
8+
9+
This handles a few remaining items from the initial S2 migration:
10+
11+
- update to use the correct "LinkOut" icon (previously unavailable)
12+
- add "Unavailable" icon
13+
- the functionality in WC will be to open an explanatory popover
14+
15+
Additionally, per design review, updates were made regarding valid feature combos:
16+
17+
- **Not allowed:**
18+
- external links with: thumbnails, drill-in, unavailable, or selection modes
19+
- thumbnails with: drill-in, external links
20+
- new "unavailable" with: selection modes, external links
21+
322
## 10.0.0-next.4
423

524
### Major Changes

components/menu/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/menu",
3-
"version": "10.0.0-next.4",
3+
"version": "10.0.0-next.5",
44
"description": "The Spectrum CSS menu component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/picker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@spectrum-css/commons": "12.0.0-next.0",
5757
"@spectrum-css/helptext": "8.0.0-next.2",
5858
"@spectrum-css/icon": "10.0.0-next.3",
59-
"@spectrum-css/menu": "10.0.0-next.4",
59+
"@spectrum-css/menu": "10.0.0-next.5",
6060
"@spectrum-css/popover": "9.0.0-next.4",
6161
"@spectrum-css/progresscircle": "6.0.0-next.0",
6262
"@spectrum-css/tokens": "16.1.0-next.7"

components/pickerbutton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@spectrum-css/icon": "10.0.0-next.3",
49-
"@spectrum-css/menu": "10.0.0-next.4",
49+
"@spectrum-css/menu": "10.0.0-next.5",
5050
"@spectrum-css/popover": "9.0.0-next.4",
5151
"@spectrum-css/tokens": "16.1.0-next.7"
5252
},

0 commit comments

Comments
 (0)