Skip to content

Commit 95db2c4

Browse files
chore: release (#3585)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f77aa72 commit 95db2c4

File tree

11 files changed

+51
-30
lines changed

11 files changed

+51
-30
lines changed

.changeset/nervous-penguins-matter.md

-12
This file was deleted.

components/infieldbutton/CHANGELOG.md

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

3+
## 6.1.1
4+
5+
### Patch Changes
6+
7+
- [#3536](https://github.com/adobe/spectrum-css/pull/3536) [`f77aa72`](https://github.com/adobe/spectrum-css/commit/f77aa72486f98c7b7d4f449c0d54fb6801881b7e) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - S2 Foundations fixes
8+
9+
- Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`.
10+
- This corresponds to the background-color updates picker has for S2.
11+
- Corrects the border color for the default picker for S2 foundations, using `gray-500` (instead of `gray-800`) to align with other field/form components.
12+
- Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class.
13+
314
All notable changes to this project will be documented in this file.
415
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
516

components/infieldbutton/package.json

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

components/picker/CHANGELOG.md

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

3+
## 9.1.2
4+
5+
### Patch Changes
6+
7+
- [#3536](https://github.com/adobe/spectrum-css/pull/3536) [`f77aa72`](https://github.com/adobe/spectrum-css/commit/f77aa72486f98c7b7d4f449c0d54fb6801881b7e) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - S2 Foundations fixes
8+
9+
- Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`.
10+
- This corresponds to the background-color updates picker has for S2.
11+
- Corrects the border color for the default picker for S2 foundations, using `gray-500` (instead of `gray-800`) to align with other field/form components.
12+
- Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class.
13+
314
All notable changes to this project will be documented in this file.
415
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
516

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.1",
3+
"version": "9.1.2",
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.0",
40+
"@spectrum-css/stepper": "7.1.1",
4141
"@spectrum-css/tokens": "16.0.1"
4242
},
4343
"keywords": [

components/stepper/CHANGELOG.md

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

3+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- [#3536](https://github.com/adobe/spectrum-css/pull/3536) [`f77aa72`](https://github.com/adobe/spectrum-css/commit/f77aa72486f98c7b7d4f449c0d54fb6801881b7e) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - S2 Foundations fixes
8+
9+
- Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`.
10+
- This corresponds to the background-color updates picker has for S2.
11+
- Corrects the border color for the default picker for S2 foundations, using `gray-500` (instead of `gray-800`) to align with other field/form components.
12+
- Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class.
13+
314
All notable changes to this project will be documented in this file.
415
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
516

components/stepper/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/stepper",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "The Spectrum CSS stepper component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@spectrum-css/actionbutton": "7.1.1",
5353
"@spectrum-css/icon": "9.1.0",
54-
"@spectrum-css/infieldbutton": "6.1.0",
54+
"@spectrum-css/infieldbutton": "6.1.1",
5555
"@spectrum-css/textfield": "8.1.0",
5656
"@spectrum-css/tokens": "16.0.1"
5757
},

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

tools/bundle/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@spectrum-css/helptext": "7.1.0",
7474
"@spectrum-css/icon": "9.1.0",
7575
"@spectrum-css/illustratedmessage": "9.1.0",
76-
"@spectrum-css/infieldbutton": "6.1.0",
76+
"@spectrum-css/infieldbutton": "6.1.1",
7777
"@spectrum-css/inlinealert": "10.1.0",
7878
"@spectrum-css/link": "7.1.0",
7979
"@spectrum-css/logicbutton": "6.1.0",
@@ -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.1",
87+
"@spectrum-css/picker": "9.1.2",
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.0",
100+
"@spectrum-css/stepper": "7.1.1",
101101
"@spectrum-css/swatch": "8.1.1",
102102
"@spectrum-css/swatchgroup": "5.1.0",
103103
"@spectrum-css/switch": "6.1.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -4027,7 +4027,7 @@ __metadata:
40274027
"@spectrum-css/helptext": "npm:7.1.0"
40284028
"@spectrum-css/icon": "npm:9.1.0"
40294029
"@spectrum-css/illustratedmessage": "npm:9.1.0"
4030-
"@spectrum-css/infieldbutton": "npm:6.1.0"
4030+
"@spectrum-css/infieldbutton": "npm:6.1.1"
40314031
"@spectrum-css/inlinealert": "npm:10.1.0"
40324032
"@spectrum-css/link": "npm:7.1.0"
40334033
"@spectrum-css/logicbutton": "npm:6.1.0"
@@ -4038,7 +4038,7 @@ __metadata:
40384038
"@spectrum-css/opacitycheckerboard": "npm:4.1.0"
40394039
"@spectrum-css/page": "npm:9.1.0"
40404040
"@spectrum-css/pagination": "npm:10.1.0"
4041-
"@spectrum-css/picker": "npm:9.1.1"
4041+
"@spectrum-css/picker": "npm:9.1.2"
40424042
"@spectrum-css/pickerbutton": "npm:6.1.1"
40434043
"@spectrum-css/popover": "npm:8.2.0"
40444044
"@spectrum-css/progressbar": "npm:6.1.0"
@@ -4051,7 +4051,7 @@ __metadata:
40514051
"@spectrum-css/splitview": "npm:7.1.0"
40524052
"@spectrum-css/statuslight": "npm:9.1.0"
40534053
"@spectrum-css/steplist": "npm:7.1.0"
4054-
"@spectrum-css/stepper": "npm:7.1.0"
4054+
"@spectrum-css/stepper": "npm:7.1.1"
40554055
"@spectrum-css/swatch": "npm:8.1.1"
40564056
"@spectrum-css/swatchgroup": "npm:5.1.0"
40574057
"@spectrum-css/switch": "npm:6.1.0"
@@ -4687,7 +4687,7 @@ __metadata:
46874687
languageName: unknown
46884688
linkType: soft
46894689

4690-
"@spectrum-css/infieldbutton@npm:6.1.0, @spectrum-css/infieldbutton@workspace:components/infieldbutton":
4690+
"@spectrum-css/infieldbutton@npm:6.1.1, @spectrum-css/infieldbutton@workspace:components/infieldbutton":
46914691
version: 0.0.0-use.local
46924692
resolution: "@spectrum-css/infieldbutton@workspace:components/infieldbutton"
46934693
dependencies:
@@ -4896,7 +4896,7 @@ __metadata:
48964896
languageName: unknown
48974897
linkType: soft
48984898

4899-
"@spectrum-css/picker@npm:9.1.1, @spectrum-css/picker@workspace:components/picker":
4899+
"@spectrum-css/picker@npm:9.1.2, @spectrum-css/picker@workspace:components/picker":
49004900
version: 0.0.0-use.local
49014901
resolution: "@spectrum-css/picker@workspace:components/picker"
49024902
dependencies:
@@ -5139,7 +5139,7 @@ __metadata:
51395139
version: 0.0.0-use.local
51405140
resolution: "@spectrum-css/slider@workspace:components/slider"
51415141
dependencies:
5142-
"@spectrum-css/stepper": "npm:7.1.0"
5142+
"@spectrum-css/stepper": "npm:7.1.1"
51435143
"@spectrum-css/tokens": "npm:16.0.1"
51445144
peerDependencies:
51455145
"@spectrum-css/stepper": ">=7.0.0 <8.0.0"
@@ -5199,13 +5199,13 @@ __metadata:
51995199
languageName: unknown
52005200
linkType: soft
52015201

5202-
"@spectrum-css/stepper@npm:7.1.0, @spectrum-css/stepper@workspace:components/stepper":
5202+
"@spectrum-css/stepper@npm:7.1.1, @spectrum-css/stepper@workspace:components/stepper":
52035203
version: 0.0.0-use.local
52045204
resolution: "@spectrum-css/stepper@workspace:components/stepper"
52055205
dependencies:
52065206
"@spectrum-css/actionbutton": "npm:7.1.1"
52075207
"@spectrum-css/icon": "npm:9.1.0"
5208-
"@spectrum-css/infieldbutton": "npm:6.1.0"
5208+
"@spectrum-css/infieldbutton": "npm:6.1.1"
52095209
"@spectrum-css/textfield": "npm:8.1.0"
52105210
"@spectrum-css/tokens": "npm:16.0.1"
52115211
peerDependencies:
@@ -5310,7 +5310,7 @@ __metadata:
53105310
dependencies:
53115311
"@spectrum-css/icon": "npm:9.1.0"
53125312
"@spectrum-css/menu": "npm:9.1.0"
5313-
"@spectrum-css/picker": "npm:9.1.1"
5313+
"@spectrum-css/picker": "npm:9.1.2"
53145314
"@spectrum-css/tokens": "npm:16.0.1"
53155315
peerDependencies:
53165316
"@spectrum-css/icon": ">=9.0.0 <10.0.0"

0 commit comments

Comments
 (0)