Skip to content

Commit 7a8fe0f

Browse files
chore: release (#3598)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 74707eb commit 7a8fe0f

File tree

9 files changed

+18
-16
lines changed

9 files changed

+18
-16
lines changed

.changeset/fuzzy-houses-clap.md

-5
This file was deleted.

.changeset/shaggy-dragons-visit.md

-5
This file was deleted.

components/picker/CHANGELOG.md

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

3+
## 9.1.3
4+
5+
### Patch Changes
6+
7+
- [#3584](https://github.com/adobe/spectrum-css/pull/3584) [`f286c68`](https://github.com/adobe/spectrum-css/commit/f286c68ee8988eafb36ab03a5acbee5aac71e938) Thanks [@blunteshwar](https://github.com/blunteshwar)! - Previously, the --spectrum-picker-border-color-default-open was gray-500, but the spec shows it as gray-800. This change aligns the component with the spec by updating the --spectrum-picker-border-color-default-open to gray-800.
8+
39
## 9.1.2
410

511
### Patch Changes

components/picker/package.json

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

components/slider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/stepper": "7.1.1",
40+
"@spectrum-css/stepper": "7.1.2",
4141
"@spectrum-css/tokens": "16.0.1"
4242
},
4343
"keywords": [

components/stepper/CHANGELOG.md

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

3+
## 7.1.2
4+
5+
### Patch Changes
6+
7+
- [#3594](https://github.com/adobe/spectrum-css/pull/3594) [`6200a63`](https://github.com/adobe/spectrum-css/commit/6200a63f2c7dc1d2b0481c33b17c86427726c0bd) Thanks [@TarunAdobe](https://github.com/TarunAdobe)! - Updates Stepper's key-focus border color (`--spectrum-stepper-border-color-keyboard-focus`) to `--spectrum-gray-800`.
8+
39
## 7.1.1
410

511
### Patch Changes

components/stepper/package.json

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

components/tabs/package.json

+1-1
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.2",
50+
"@spectrum-css/picker": "9.1.3",
5151
"@spectrum-css/tokens": "16.0.1"
5252
},
5353
"keywords": [

tools/bundle/package.json

+2-2
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.2",
87+
"@spectrum-css/picker": "9.1.3",
8888
"@spectrum-css/pickerbutton": "6.1.1",
8989
"@spectrum-css/popover": "8.2.0",
9090
"@spectrum-css/progressbar": "6.1.0",
@@ -97,7 +97,7 @@
9797
"@spectrum-css/splitview": "7.1.0",
9898
"@spectrum-css/statuslight": "9.1.0",
9999
"@spectrum-css/steplist": "7.1.0",
100-
"@spectrum-css/stepper": "7.1.1",
100+
"@spectrum-css/stepper": "7.1.2",
101101
"@spectrum-css/swatch": "8.1.2",
102102
"@spectrum-css/swatchgroup": "5.1.0",
103103
"@spectrum-css/switch": "6.1.0",

0 commit comments

Comments
 (0)