Skip to content

Commit

Permalink
chore: release (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 28, 2024
1 parent 2f8ef28 commit 4ae5b0c
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@
"@spectrum-css/ui-icons": "1.1.2"
},
"changesets": [
"chilly-peaches-sniff",
"eleven-cooks-destroy",
"fresh-seahorses-join",
"hot-books-fail",
"nine-kings-repair",
"perfect-dogs-smash",
"pretty-parents-drum",
Expand Down
14 changes: 14 additions & 0 deletions components/picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 9.0.0-next.0

### Major Changes

- [#2697](https://github.com/adobe/spectrum-css/pull/2697) [`5d730fe`](https://github.com/adobe/spectrum-css/commit/5d730fe711c7469b7216ece9638a4a157429fa17) Thanks [@jawinn](https://github.com/jawinn)! - #### Spectrum 2 migration

Picker now uses Spectrum 2 tokens and specifications. A few notable changes:

- The mod custom property `--mod-line-height-100` has been renamed to `--mod-button-line-height`.
- The mod custom property `--mod-sans-font-family-stack` has been renamed to `--mod-button-font-family`.
- The mod custom property `--mod-animation-duration-100` has been renamed to `--mod-button-animation-duration`.
- The mod custom property `--mod-picker-spacing-text-to-alert-icon-inline-start` has been renamed to `--mod-picker-spacing-text-to-icon-inline-end`. This removed the fallback that was marked as deprecated in a previous version.
- The mod custom property `--mod-picker-spacing-text-to-icon` has been removed. Use `--mod-picker-spacing-text-to-icon-inline-end` for the spacing between text and visual (indicator or disclosure), or `--mod-picker-spacing-starting-icon-to-text` for the space between the optional workflow icon and the text.

## 8.1.0

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

## 8.0.0-next.0

### Major Changes

- [#2818](https://github.com/adobe/spectrum-css/pull/2818) [`2f8ef28`](https://github.com/adobe/spectrum-css/commit/2f8ef28aa58063553de30026de81bbc965e91157) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - Spectrum 2 Status light migration

New non-semantic colors were added to the variants list, while the `accent` semantic variant was removed. There were also some new and updated color and text-to-visual tokens used to match the designs, along with normalizing font family, font style, and font weight.

New mods added:

- `--mod-statuslight-font-family`
- `--mod-statuslight-font-style`
- `--mod-statuslight-nonsemantic-brown-color`
- `--mod-statuslight-nonsemantic-cinnamon-color`
- `--mod-statuslight-nonsemantic-pink-color`
- `--mod-statuslight-nonsemantic-silver-color`
- `--mod-statuslight-nonsemantic-turquoise-color`

Removed mods:

- `--mod-statuslight-semantic-accent-color`

## 7.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/statuslight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/statuslight",
"version": "7.1.0",
"version": "8.0.0-next.0",
"description": "The Spectrum CSS statuslight component",
"license": "Apache-2.0",
"author": "Adobe",
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.0.0-next.0

### Patch Changes

- Updated dependencies [[`5d730fe`](https://github.com/adobe/spectrum-css/commit/5d730fe711c7469b7216ece9638a4a157429fa17)]:
- @spectrum-css/picker@9.0.0-next.0

## 5.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions components/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/tabs",
"version": "5.1.0",
"version": "6.0.0-next.0",
"description": "The Spectrum CSS tabs component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -24,7 +24,7 @@
"peerDependencies": {
"@spectrum-css/icon": ">=7",
"@spectrum-css/menu": ">=7",
"@spectrum-css/picker": ">=8",
"@spectrum-css/picker": ">=9.0.0-next.0",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 4ae5b0c

Please sign in to comment.