Skip to content

Commit 8066b92

Browse files
committed
chore: release
1 parent 57706c7 commit 8066b92

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

.changeset/angry-boats-walk.md

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

components/picker/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.4
4+
5+
### Patch Changes
6+
7+
- [#3607](https://github.com/adobe/spectrum-css/pull/3607) [`7797847`](https://github.com/adobe/spectrum-css/commit/7797847c723d530f34d610516e04150092557af1) Thanks [@blunteshwar](https://github.com/blunteshwar)! - Updated border-color for Open not hover state of picker from --spectrum-gray-900 to --spectrum-gray-800 as specified in the spec
8+
39
## 9.1.3
410

511
### Patch Changes

components/picker/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/picker",
3-
"version": "9.1.3",
3+
"version": "9.1.4",
44
"description": "The Spectrum CSS picker component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/tabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@spectrum-css/icon": "9.1.0",
4949
"@spectrum-css/menu": "9.1.1",
50-
"@spectrum-css/picker": "9.1.3",
50+
"@spectrum-css/picker": "9.1.4",
5151
"@spectrum-css/tokens": "16.0.1"
5252
},
5353
"keywords": [

tools/bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@spectrum-css/opacitycheckerboard": "4.1.0",
8585
"@spectrum-css/page": "9.1.0",
8686
"@spectrum-css/pagination": "10.1.0",
87-
"@spectrum-css/picker": "9.1.3",
87+
"@spectrum-css/picker": "9.1.4",
8888
"@spectrum-css/pickerbutton": "6.1.1",
8989
"@spectrum-css/popover": "8.2.0",
9090
"@spectrum-css/progressbar": "6.1.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4041,7 +4041,7 @@ __metadata:
40414041
"@spectrum-css/opacitycheckerboard": "npm:4.1.0"
40424042
"@spectrum-css/page": "npm:9.1.0"
40434043
"@spectrum-css/pagination": "npm:10.1.0"
4044-
"@spectrum-css/picker": "npm:9.1.3"
4044+
"@spectrum-css/picker": "npm:9.1.4"
40454045
"@spectrum-css/pickerbutton": "npm:6.1.1"
40464046
"@spectrum-css/popover": "npm:8.2.0"
40474047
"@spectrum-css/progressbar": "npm:6.1.0"
@@ -4899,7 +4899,7 @@ __metadata:
48994899
languageName: unknown
49004900
linkType: soft
49014901

4902-
"@spectrum-css/picker@npm:9.1.3, @spectrum-css/picker@workspace:components/picker":
4902+
"@spectrum-css/picker@npm:9.1.4, @spectrum-css/picker@workspace:components/picker":
49034903
version: 0.0.0-use.local
49044904
resolution: "@spectrum-css/picker@workspace:components/picker"
49054905
dependencies:
@@ -5313,7 +5313,7 @@ __metadata:
53135313
dependencies:
53145314
"@spectrum-css/icon": "npm:9.1.0"
53155315
"@spectrum-css/menu": "npm:9.1.1"
5316-
"@spectrum-css/picker": "npm:9.1.3"
5316+
"@spectrum-css/picker": "npm:9.1.4"
53175317
"@spectrum-css/tokens": "npm:16.0.1"
53185318
peerDependencies:
53195319
"@spectrum-css/icon": ">=9.0.0 <10.0.0"

0 commit comments

Comments
 (0)