Skip to content

Commit 81195bb

Browse files
chore: release (#3591)
* chore: release --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Patrick Fulton <[email protected]>
1 parent ccc9b83 commit 81195bb

File tree

12 files changed

+24
-23
lines changed

12 files changed

+24
-23
lines changed

.changeset/green-ghosts-collect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

components/actionmenu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@spectrum-css/actionbutton": "7.1.1",
3636
"@spectrum-css/icon": "9.1.0",
37-
"@spectrum-css/menu": "9.1.0",
37+
"@spectrum-css/menu": "9.1.1",
3838
"@spectrum-css/popover": "8.2.0",
3939
"@spectrum-css/tokens": "16.0.1"
4040
},

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": "7.1.1",
6262
"@spectrum-css/button": "14.1.1",
6363
"@spectrum-css/buttongroup": "9.1.0",
64-
"@spectrum-css/menu": "9.1.0",
64+
"@spectrum-css/menu": "9.1.1",
6565
"@spectrum-css/popover": "8.2.0",
6666
"@spectrum-css/tokens": "16.0.1"
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": "9.1.0",
56+
"@spectrum-css/menu": "9.1.1",
5757
"@spectrum-css/pickerbutton": "6.1.1",
5858
"@spectrum-css/popover": "8.2.0",
5959
"@spectrum-css/progresscircle": "5.1.0",

components/menu/CHANGELOG.md

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

3+
## 9.1.1
4+
5+
### Patch Changes
6+
7+
- [#3581](https://github.com/adobe/spectrum-css/pull/3581) [`ccc9b83`](https://github.com/adobe/spectrum-css/commit/ccc9b83f0be645b97b88393edc9785d717dc0f1b) Thanks [@rise-erpelding](https://github.com/rise-erpelding)! - Adjusts RTL mode menu item focus indicator side for S1/Express.
8+
39
All notable changes to this project will be documented in this file.
410
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
511

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": "9.1.0",
3+
"version": "9.1.1",
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": "11.0.0",
5757
"@spectrum-css/helptext": "7.1.0",
5858
"@spectrum-css/icon": "9.1.0",
59-
"@spectrum-css/menu": "9.1.0",
59+
"@spectrum-css/menu": "9.1.1",
6060
"@spectrum-css/popover": "8.2.0",
6161
"@spectrum-css/progresscircle": "5.1.0",
6262
"@spectrum-css/tokens": "16.0.1"

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": "9.1.0",
49-
"@spectrum-css/menu": "9.1.0",
49+
"@spectrum-css/menu": "9.1.1",
5050
"@spectrum-css/popover": "8.2.0",
5151
"@spectrum-css/tokens": "16.0.1"
5252
},

components/popover/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@spectrum-css/commons": "11.0.0",
5454
"@spectrum-css/dialog": "12.1.0",
5555
"@spectrum-css/divider": "5.1.0",
56-
"@spectrum-css/menu": "9.1.0",
56+
"@spectrum-css/menu": "9.1.1",
5757
"@spectrum-css/tokens": "16.0.1"
5858
},
5959
"keywords": [

components/tabs/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": "9.1.0",
49-
"@spectrum-css/menu": "9.1.0",
49+
"@spectrum-css/menu": "9.1.1",
5050
"@spectrum-css/picker": "9.1.2",
5151
"@spectrum-css/tokens": "16.0.1"
5252
},

0 commit comments

Comments
 (0)