Skip to content

Commit

Permalink
chore: release (next) (#2852)
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
2 people authored and castastrophe committed Dec 29, 2024
1 parent ea9a2f7 commit 4fae8ad
Show file tree
Hide file tree
Showing 12 changed files with 86 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,11 @@
"@spectrum-css/ui-icons": "1.1.2"
},
"changesets": [
"chilly-peaches-sniff",
"eleven-cooks-destroy",
"fresh-seahorses-join",
"hot-books-fail",
"light-years-speak",
"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.

## 9.0.0-s2-foundations.17

### 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": "9.0.0-s2-foundations.17",
"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`

## 8.0.0-s2-foundations.16

### Major 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": "8.0.0-s2-foundations.16",
"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/steplist/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 [[`5a0ce6e`](https://github.com/adobe/spectrum-css/commit/5a0ce6e5c1908679bd87a63969b99a105faea265)]:
- @spectrum-css/tooltip@7.0.0-next.0

## 6.0.0-s2-foundations.16

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions components/steplist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/steplist",
"version": "6.0.0-s2-foundations.16",
"version": "6.0.0-next.0",
"description": "The Spectrum CSS steplist component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -35,7 +35,7 @@
"peerDependencies": {
"@spectrum-css/icon": ">=7",
"@spectrum-css/tokens": ">=14.0.0-next.3",
"@spectrum-css/tooltip": ">=6"
"@spectrum-css/tooltip": ">=7.0.0-next.0"
},
"peerDependenciesMeta": {
"@spectrum-css/tooltip": {
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

## 6.0.0-s2-foundations.17

### Major 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": "6.0.0-s2-foundations.17",
"version": "6.0.0-next.0",
"description": "The Spectrum CSS tabs component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -35,7 +35,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
24 changes: 24 additions & 0 deletions components/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## 7.0.0-next.0

### Major Changes

- [#2743](https://github.com/adobe/spectrum-css/pull/2743) [`5a0ce6e`](https://github.com/adobe/spectrum-css/commit/5a0ce6e5c1908679bd87a63969b99a105faea265) Thanks [@mdt2](https://github.com/mdt2)! - feat(tooltip): Spectrum 2 migration

This migration includes updated colors, rounding, a bigger tip, and the removal of variants (only neutral is available in Spectrum 2). As a result of the deprecation of variants, icons have also been removed.

The redesign of the tip, specifically the rounding, required a reworking of how we use clip-path and transform.

Some custom property mods have been removed:

- `--mod-tooltip-background-color-informative`
- `--mod-tooltip-background-color-negative`
- `--mod-tooltip-background-color-positive`
- `--mod-tooltip-icon-spacing-block-start`
- `--mod-tooltip-icon-spacing-inline-end`
- `--mod-tooltip-icon-spacing-inline-start`
- `--mod-tooltip-icon-width`

And one mod has been added:

- `--mod-tooltip-tip-corner-radius`

## 7.0.0-s2-foundations.16

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion components/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/tooltip",
"version": "7.0.0-s2-foundations.16",
"version": "7.0.0-next.0",
"description": "The Spectrum CSS tooltip component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4020,7 +4020,7 @@ __metadata:
peerDependencies:
"@spectrum-css/icon": ">=7"
"@spectrum-css/tokens": ">=14.0.0-next.3"
"@spectrum-css/tooltip": ">=6"
"@spectrum-css/tooltip": ">=7.0.0-next.0"
peerDependenciesMeta:
"@spectrum-css/tooltip":
optional: true
Expand Down Expand Up @@ -4118,7 +4118,7 @@ __metadata:
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:
"@spectrum-css/icon":
Expand Down

0 comments on commit 4fae8ad

Please sign in to comment.