Skip to content

Commit

Permalink
chore: release (#3598)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 4, 2025
1 parent 74707eb commit 7a8fe0f
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-houses-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-dragons-visit.md

This file was deleted.

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

## 9.1.3

### Patch Changes

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

## 9.1.2

### Patch Changes
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.2",
"version": "9.1.3",
"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.1",
"@spectrum-css/stepper": "7.1.2",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions components/stepper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 7.1.2

### Patch Changes

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

## 7.1.1

### 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.1",
"version": "7.1.2",
"description": "The Spectrum CSS stepper component",
"license": "Apache-2.0",
"author": "Adobe",
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.1",
"@spectrum-css/picker": "9.1.2",
"@spectrum-css/picker": "9.1.3",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions tools/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"@spectrum-css/picker": "9.1.3",
"@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.1",
"@spectrum-css/stepper": "7.1.2",
"@spectrum-css/swatch": "8.1.2",
"@spectrum-css/swatchgroup": "5.1.0",
"@spectrum-css/switch": "6.1.0",
Expand Down

0 comments on commit 7a8fe0f

Please sign in to comment.