Skip to content

chore: release #3623

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/breezy-crews-guess.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/rude-jokes-judge.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-spiders-complain.md

This file was deleted.

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

## 4.1.2

### Patch Changes

- [#3609](https://github.com/adobe/spectrum-css/pull/3609) [`851be13`](https://github.com/adobe/spectrum-css/commit/851be13295f9d42d548894fee6626009f053de61) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - Fast follow fixes for combobox

- corrects container query for the `--system` reference to "legacy" in the combobox/themes/spectrum.css file
- corrects the border colors for several combobox states including focus, keyboardFocus, focus+hover, disabled, read-only for all themes
- adds `--spectrum-combobox-readonly-input-border-color: var(--spectrum-gray-400);` to express.css theme so that the default border and read-only border colors are the same

## 4.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/combobox",
"version": "4.1.1",
"version": "4.1.2",
"description": "The Spectrum CSS combobox component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
10 changes: 10 additions & 0 deletions components/slider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change log

## 6.2.0

### Minor Changes

- [#3611](https://github.com/adobe/spectrum-css/pull/3611) [`8cb98c6`](https://github.com/adobe/spectrum-css/commit/8cb98c6127a91f902f305faeb800e3c787e97e66) Thanks [@aramos-adobe](https://github.com/aramos-adobe)! - # Slider: offset variant track fix

The border radius styles were not being applied to the second instance of the `spectrum-Slider-track` when the offset variant is activated. The reason for this bug is because when the `offset` is selected, the template structure changes as `spectrum-Slider-fill` gets added to the slider.

Adding a sibling combinator `&~.spectrum-Slider-track` to `spectrum-Slider-track` when offset is activated resolved the issue.

## 6.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions components/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/slider",
"version": "6.1.0",
"version": "6.2.0",
"description": "The Spectrum CSS slider component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -37,7 +37,7 @@
}
},
"devDependencies": {
"@spectrum-css/stepper": "7.1.2",
"@spectrum-css/stepper": "7.1.3",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions components/stepper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 7.1.3

### Patch Changes

- [#3621](https://github.com/adobe/spectrum-css/pull/3621) [`3aec28a`](https://github.com/adobe/spectrum-css/commit/3aec28aac60bdf32a585fa8ff38559d80b57ff86) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - - Updates `--spectrum-stepper-border-color-focus-hover` from `gray-800` to `gray-900`.
- Updates `--spectrum-stepper-buttons-border-color-keyboard-focus` from `gray-900` to `gray-800` to match the rest of the border color on keyboardFocus.

## 7.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "7.1.3",
"description": "The Spectrum CSS stepper component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
6 changes: 3 additions & 3 deletions tools/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@spectrum-css/colorloupe": "7.1.0",
"@spectrum-css/colorslider": "8.1.0",
"@spectrum-css/colorwheel": "6.1.0",
"@spectrum-css/combobox": "4.1.1",
"@spectrum-css/combobox": "4.1.2",
"@spectrum-css/commons": "11.0.0",
"@spectrum-css/contextualhelp": "5.1.2",
"@spectrum-css/datepicker": "4.1.1",
Expand Down Expand Up @@ -93,11 +93,11 @@
"@spectrum-css/rating": "6.1.0",
"@spectrum-css/search": "8.1.1",
"@spectrum-css/sidenav": "7.1.0",
"@spectrum-css/slider": "6.1.0",
"@spectrum-css/slider": "6.2.0",
"@spectrum-css/splitview": "7.1.0",
"@spectrum-css/statuslight": "9.1.0",
"@spectrum-css/steplist": "7.1.0",
"@spectrum-css/stepper": "7.1.2",
"@spectrum-css/stepper": "7.1.3",
"@spectrum-css/swatch": "8.1.2",
"@spectrum-css/swatchgroup": "5.1.0",
"@spectrum-css/switch": "6.1.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4037,7 +4037,7 @@ __metadata:
"@spectrum-css/colorloupe": "npm:7.1.0"
"@spectrum-css/colorslider": "npm:8.1.0"
"@spectrum-css/colorwheel": "npm:6.1.0"
"@spectrum-css/combobox": "npm:4.1.1"
"@spectrum-css/combobox": "npm:4.1.2"
"@spectrum-css/commons": "npm:11.0.0"
"@spectrum-css/contextualhelp": "npm:5.1.2"
"@spectrum-css/datepicker": "npm:4.1.1"
Expand Down Expand Up @@ -4073,11 +4073,11 @@ __metadata:
"@spectrum-css/rating": "npm:6.1.0"
"@spectrum-css/search": "npm:8.1.1"
"@spectrum-css/sidenav": "npm:7.1.0"
"@spectrum-css/slider": "npm:6.1.0"
"@spectrum-css/slider": "npm:6.2.0"
"@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.2"
"@spectrum-css/stepper": "npm:7.1.3"
"@spectrum-css/swatch": "npm:8.1.2"
"@spectrum-css/swatchgroup": "npm:5.1.0"
"@spectrum-css/switch": "npm:6.1.0"
Expand Down Expand Up @@ -4392,7 +4392,7 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/combobox@npm:4.1.1, @spectrum-css/combobox@workspace:components/combobox":
"@spectrum-css/combobox@npm:4.1.2, @spectrum-css/combobox@workspace:components/combobox":
version: 0.0.0-use.local
resolution: "@spectrum-css/combobox@workspace:components/combobox"
dependencies:
Expand Down Expand Up @@ -5161,11 +5161,11 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/slider@npm:6.1.0, @spectrum-css/slider@workspace:components/slider":
"@spectrum-css/slider@npm:6.2.0, @spectrum-css/slider@workspace:components/slider":
version: 0.0.0-use.local
resolution: "@spectrum-css/slider@workspace:components/slider"
dependencies:
"@spectrum-css/stepper": "npm:7.1.2"
"@spectrum-css/stepper": "npm:7.1.3"
"@spectrum-css/tokens": "npm:16.0.1"
peerDependencies:
"@spectrum-css/stepper": ">=7.0.0 <8.0.0"
Expand Down Expand Up @@ -5225,7 +5225,7 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/stepper@npm:7.1.2, @spectrum-css/stepper@workspace:components/stepper":
"@spectrum-css/stepper@npm:7.1.3, @spectrum-css/stepper@workspace:components/stepper":
version: 0.0.0-use.local
resolution: "@spectrum-css/stepper@workspace:components/stepper"
dependencies:
Expand Down