Skip to content

Commit 84abf85

Browse files
chore: release (#3637)
Release for @spectrum-css/[email protected] --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <[email protected]>
1 parent 954243f commit 84abf85

File tree

7 files changed

+20
-17
lines changed

7 files changed

+20
-17
lines changed

.changeset/kind-walls-fix.md

-9
This file was deleted.

components/combobox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@spectrum-css/menu": "9.2.0",
57-
"@spectrum-css/pickerbutton": "6.1.1",
57+
"@spectrum-css/pickerbutton": "6.1.2",
5858
"@spectrum-css/popover": "8.2.0",
5959
"@spectrum-css/progresscircle": "5.1.0",
6060
"@spectrum-css/textfield": "8.1.1",

components/datepicker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@spectrum-css/calendar": "7.1.0",
53-
"@spectrum-css/pickerbutton": "6.1.1",
53+
"@spectrum-css/pickerbutton": "6.1.2",
5454
"@spectrum-css/popover": "8.2.0",
5555
"@spectrum-css/textfield": "8.1.1",
5656
"@spectrum-css/tokens": "16.0.1"

components/pickerbutton/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change log
22

3+
## 6.1.2
4+
5+
### Patch Changes
6+
7+
📝 [#3630](https://github.com/adobe/spectrum-css/pull/3630) [`954243f`](https://github.com/adobe/spectrum-css/commit/954243fe5c9a6ff0649ee041d197fcd0d9ad5899) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)!
8+
9+
Updates background colors for the picker button to match S2-foundations design specifications:
10+
11+
- default state: `gray-50` to `gray-100`
12+
- hover state: `gray-100` to `gray-200`
13+
- key-focus state: `gray-100` to `gray-200`
14+
315
## 6.1.1
416

517
### Patch Changes

components/pickerbutton/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/pickerbutton",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "The Spectrum CSS picker button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

tools/bundle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@spectrum-css/page": "9.1.0",
8686
"@spectrum-css/pagination": "10.1.0",
8787
"@spectrum-css/picker": "9.1.4",
88-
"@spectrum-css/pickerbutton": "6.1.1",
88+
"@spectrum-css/pickerbutton": "6.1.2",
8989
"@spectrum-css/popover": "8.2.0",
9090
"@spectrum-css/progressbar": "6.1.0",
9191
"@spectrum-css/progresscircle": "5.1.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4091,7 +4091,7 @@ __metadata:
40914091
"@spectrum-css/page": "npm:9.1.0"
40924092
"@spectrum-css/pagination": "npm:10.1.0"
40934093
"@spectrum-css/picker": "npm:9.1.4"
4094-
"@spectrum-css/pickerbutton": "npm:6.1.1"
4094+
"@spectrum-css/pickerbutton": "npm:6.1.2"
40954095
"@spectrum-css/popover": "npm:8.2.0"
40964096
"@spectrum-css/progressbar": "npm:6.1.0"
40974097
"@spectrum-css/progresscircle": "npm:5.1.0"
@@ -4423,7 +4423,7 @@ __metadata:
44234423
resolution: "@spectrum-css/combobox@workspace:components/combobox"
44244424
dependencies:
44254425
"@spectrum-css/menu": "npm:9.2.0"
4426-
"@spectrum-css/pickerbutton": "npm:6.1.1"
4426+
"@spectrum-css/pickerbutton": "npm:6.1.2"
44274427
"@spectrum-css/popover": "npm:8.2.0"
44284428
"@spectrum-css/progresscircle": "npm:5.1.0"
44294429
"@spectrum-css/textfield": "npm:8.1.1"
@@ -4491,7 +4491,7 @@ __metadata:
44914491
resolution: "@spectrum-css/datepicker@workspace:components/datepicker"
44924492
dependencies:
44934493
"@spectrum-css/calendar": "npm:7.1.0"
4494-
"@spectrum-css/pickerbutton": "npm:6.1.1"
4494+
"@spectrum-css/pickerbutton": "npm:6.1.2"
44954495
"@spectrum-css/popover": "npm:8.2.0"
44964496
"@spectrum-css/textfield": "npm:8.1.1"
44974497
"@spectrum-css/tokens": "npm:16.0.1"
@@ -4982,7 +4982,7 @@ __metadata:
49824982
languageName: unknown
49834983
linkType: soft
49844984

4985-
"@spectrum-css/pickerbutton@npm:6.1.1, @spectrum-css/pickerbutton@workspace:components/pickerbutton":
4985+
"@spectrum-css/pickerbutton@npm:6.1.2, @spectrum-css/pickerbutton@workspace:components/pickerbutton":
49864986
version: 0.0.0-use.local
49874987
resolution: "@spectrum-css/pickerbutton@workspace:components/pickerbutton"
49884988
dependencies:

0 commit comments

Comments
 (0)