Skip to content

chore: release (next) #3586

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

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
"@spectrum-css/ui-icons": "1.1.2"
},
"changesets": [
"fast-hats-worry"
"nervous-penguins-matter"
]
}
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-next.0

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

## 6.1.0

### Minor Changes
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-next.0",
"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-next.0

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

## 9.1.1

### 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.1",
"version": "9.1.2-next.0",
"description": "The Spectrum CSS picker component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/slider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 6.1.1-next.0

### Patch Changes

- Updated dependencies [[`f77aa72`](https://github.com/adobe/spectrum-css/commit/f77aa72486f98c7b7d4f449c0d54fb6801881b7e)]:
- @spectrum-css/[email protected]

## 6.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.1.1-next.0",
"description": "The Spectrum CSS slider component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -25,7 +25,7 @@
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/stepper": ">=7.0.0 <8.0.0",
"@spectrum-css/stepper": ">=7.1.1-next.0",
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -37,7 +37,7 @@
}
},
"devDependencies": {
"@spectrum-css/stepper": "7.1.0",
"@spectrum-css/stepper": "7.1.1-next.0",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions components/stepper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change log

## 7.1.1-next.0

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

- Updated dependencies [[`f77aa72`](https://github.com/adobe/spectrum-css/commit/f77aa72486f98c7b7d4f449c0d54fb6801881b7e)]:
- @spectrum-css/[email protected]

## 7.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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-next.0",
"description": "The Spectrum CSS stepper component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -27,7 +27,7 @@
"peerDependencies": {
"@spectrum-css/actionbutton": ">=7.0.0 <8.0.0",
"@spectrum-css/icon": ">=9.0.0 <10.0.0",
"@spectrum-css/infieldbutton": ">=6.0.0 <7.0.0",
"@spectrum-css/infieldbutton": ">=6.1.1-next.0",
"@spectrum-css/textfield": ">=8.0.0 <9.0.0",
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
},
Expand All @@ -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-next.0",
"@spectrum-css/textfield": "8.1.0",
"@spectrum-css/tokens": "16.0.1"
},
Expand Down
7 changes: 7 additions & 0 deletions components/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 6.1.2-next.0

### Patch Changes

- Updated dependencies [[`f77aa72`](https://github.com/adobe/spectrum-css/commit/f77aa72486f98c7b7d4f449c0d54fb6801881b7e)]:
- @spectrum-css/[email protected]

## 7.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions components/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/tabs",
"version": "6.1.1",
"version": "6.1.2-next.0",
"description": "The Spectrum CSS tabs component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -27,7 +27,7 @@
"peerDependencies": {
"@spectrum-css/icon": ">=9.0.0 <10.0.0",
"@spectrum-css/menu": ">=9.0.0 <10.0.0",
"@spectrum-css/picker": ">=9.0.0 <10.0.0",
"@spectrum-css/picker": ">=9.1.2-next.0",
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -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-next.0",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
Expand Down
10 changes: 5 additions & 5 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-next.0",
"@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-next.0",
"@spectrum-css/pickerbutton": "6.1.1",
"@spectrum-css/popover": "8.2.0",
"@spectrum-css/progressbar": "6.1.0",
Expand All @@ -93,16 +93,16 @@
"@spectrum-css/rating": "6.1.0",
"@spectrum-css/search": "8.1.0",
"@spectrum-css/sidenav": "7.1.0",
"@spectrum-css/slider": "6.1.0",
"@spectrum-css/slider": "6.1.1-next.0",
"@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-next.0",
"@spectrum-css/swatch": "8.1.1",
"@spectrum-css/swatchgroup": "5.1.1-next.0",
"@spectrum-css/switch": "6.1.0",
"@spectrum-css/table": "8.1.0",
"@spectrum-css/tabs": "6.1.1",
"@spectrum-css/tabs": "6.1.2-next.0",
"@spectrum-css/tag": "10.1.0",
"@spectrum-css/taggroup": "7.1.0",
"@spectrum-css/textfield": "8.1.0",
Expand Down