Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and castastrophe committed Feb 27, 2025
1 parent f77aa72 commit 6256c58
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 30 deletions.
12 changes: 0 additions & 12 deletions .changeset/nervous-penguins-matter.md

This file was deleted.

11 changes: 11 additions & 0 deletions components/infieldbutton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change log

## 6.1.1

### Patch Changes

- [#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

- Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`.
- This corresponds to the background-color updates picker has for S2.
- 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.
- Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class.

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
2 changes: 1 addition & 1 deletion components/infieldbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/infieldbutton",
"version": "6.1.0",
"version": "6.1.1",
"description": "The Spectrum CSS infield button component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
11 changes: 11 additions & 0 deletions components/picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change log

## 9.1.2

### Patch Changes

- [#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

- Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`.
- This corresponds to the background-color updates picker has for S2.
- 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.
- Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class.

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
2 changes: 1 addition & 1 deletion components/picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/picker",
"version": "9.1.1",
"version": "9.1.2",
"description": "The Spectrum CSS picker component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
2 changes: 1 addition & 1 deletion components/slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"devDependencies": {
"@spectrum-css/stepper": "7.1.0",
"@spectrum-css/stepper": "7.1.1",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions components/stepper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change log

## 7.1.1

### Patch Changes

- [#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

- Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`.
- This corresponds to the background-color updates picker has for S2.
- 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.
- Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class.

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
4 changes: 2 additions & 2 deletions components/stepper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/stepper",
"version": "7.1.0",
"version": "7.1.1",
"description": "The Spectrum CSS stepper component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@spectrum-css/actionbutton": "7.1.1",
"@spectrum-css/icon": "9.1.0",
"@spectrum-css/infieldbutton": "6.1.0",
"@spectrum-css/infieldbutton": "6.1.1",
"@spectrum-css/textfield": "8.1.0",
"@spectrum-css/tokens": "16.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion components/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@spectrum-css/icon": "9.1.0",
"@spectrum-css/menu": "9.1.0",
"@spectrum-css/picker": "9.1.1",
"@spectrum-css/picker": "9.1.2",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions tools/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@spectrum-css/helptext": "7.1.0",
"@spectrum-css/icon": "9.1.0",
"@spectrum-css/illustratedmessage": "9.1.0",
"@spectrum-css/infieldbutton": "6.1.0",
"@spectrum-css/infieldbutton": "6.1.1",
"@spectrum-css/inlinealert": "10.1.0",
"@spectrum-css/link": "7.1.0",
"@spectrum-css/logicbutton": "6.1.0",
Expand All @@ -84,7 +84,7 @@
"@spectrum-css/opacitycheckerboard": "4.1.0",
"@spectrum-css/page": "9.1.0",
"@spectrum-css/pagination": "10.1.0",
"@spectrum-css/picker": "9.1.1",
"@spectrum-css/picker": "9.1.2",
"@spectrum-css/pickerbutton": "6.1.1",
"@spectrum-css/popover": "8.2.0",
"@spectrum-css/progressbar": "6.1.0",
Expand All @@ -97,7 +97,7 @@
"@spectrum-css/splitview": "7.1.0",
"@spectrum-css/statuslight": "9.1.0",
"@spectrum-css/steplist": "7.1.0",
"@spectrum-css/stepper": "7.1.0",
"@spectrum-css/stepper": "7.1.1",
"@spectrum-css/swatch": "8.1.1",
"@spectrum-css/swatchgroup": "5.1.0",
"@spectrum-css/switch": "6.1.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4027,7 +4027,7 @@ __metadata:
"@spectrum-css/helptext": "npm:7.1.0"
"@spectrum-css/icon": "npm:9.1.0"
"@spectrum-css/illustratedmessage": "npm:9.1.0"
"@spectrum-css/infieldbutton": "npm:6.1.0"
"@spectrum-css/infieldbutton": "npm:6.1.1"
"@spectrum-css/inlinealert": "npm:10.1.0"
"@spectrum-css/link": "npm:7.1.0"
"@spectrum-css/logicbutton": "npm:6.1.0"
Expand All @@ -4038,7 +4038,7 @@ __metadata:
"@spectrum-css/opacitycheckerboard": "npm:4.1.0"
"@spectrum-css/page": "npm:9.1.0"
"@spectrum-css/pagination": "npm:10.1.0"
"@spectrum-css/picker": "npm:9.1.1"
"@spectrum-css/picker": "npm:9.1.2"
"@spectrum-css/pickerbutton": "npm:6.1.1"
"@spectrum-css/popover": "npm:8.2.0"
"@spectrum-css/progressbar": "npm:6.1.0"
Expand All @@ -4051,7 +4051,7 @@ __metadata:
"@spectrum-css/splitview": "npm:7.1.0"
"@spectrum-css/statuslight": "npm:9.1.0"
"@spectrum-css/steplist": "npm:7.1.0"
"@spectrum-css/stepper": "npm:7.1.0"
"@spectrum-css/stepper": "npm:7.1.1"
"@spectrum-css/swatch": "npm:8.1.1"
"@spectrum-css/swatchgroup": "npm:5.1.0"
"@spectrum-css/switch": "npm:6.1.0"
Expand Down Expand Up @@ -4687,7 +4687,7 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/infieldbutton@npm:6.1.0, @spectrum-css/infieldbutton@workspace:components/infieldbutton":
"@spectrum-css/infieldbutton@npm:6.1.1, @spectrum-css/infieldbutton@workspace:components/infieldbutton":
version: 0.0.0-use.local
resolution: "@spectrum-css/infieldbutton@workspace:components/infieldbutton"
dependencies:
Expand Down Expand Up @@ -4896,7 +4896,7 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/picker@npm:9.1.1, @spectrum-css/picker@workspace:components/picker":
"@spectrum-css/picker@npm:9.1.2, @spectrum-css/picker@workspace:components/picker":
version: 0.0.0-use.local
resolution: "@spectrum-css/picker@workspace:components/picker"
dependencies:
Expand Down Expand Up @@ -5139,7 +5139,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@spectrum-css/slider@workspace:components/slider"
dependencies:
"@spectrum-css/stepper": "npm:7.1.0"
"@spectrum-css/stepper": "npm:7.1.1"
"@spectrum-css/tokens": "npm:16.0.1"
peerDependencies:
"@spectrum-css/stepper": ">=7.0.0 <8.0.0"
Expand Down Expand Up @@ -5199,13 +5199,13 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/stepper@npm:7.1.0, @spectrum-css/stepper@workspace:components/stepper":
"@spectrum-css/stepper@npm:7.1.1, @spectrum-css/stepper@workspace:components/stepper":
version: 0.0.0-use.local
resolution: "@spectrum-css/stepper@workspace:components/stepper"
dependencies:
"@spectrum-css/actionbutton": "npm:7.1.1"
"@spectrum-css/icon": "npm:9.1.0"
"@spectrum-css/infieldbutton": "npm:6.1.0"
"@spectrum-css/infieldbutton": "npm:6.1.1"
"@spectrum-css/textfield": "npm:8.1.0"
"@spectrum-css/tokens": "npm:16.0.1"
peerDependencies:
Expand Down Expand Up @@ -5310,7 +5310,7 @@ __metadata:
dependencies:
"@spectrum-css/icon": "npm:9.1.0"
"@spectrum-css/menu": "npm:9.1.0"
"@spectrum-css/picker": "npm:9.1.1"
"@spectrum-css/picker": "npm:9.1.2"
"@spectrum-css/tokens": "npm:16.0.1"
peerDependencies:
"@spectrum-css/icon": ">=9.0.0 <10.0.0"
Expand Down

0 comments on commit 6256c58

Please sign in to comment.