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 Nov 19, 2024
1 parent eda9897 commit 4c86b76
Show file tree
Hide file tree
Showing 29 changed files with 154 additions and 30 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,16 @@
"eleven-cooks-destroy",
"few-eels-retire",
"fresh-seahorses-join",
"friendly-dolls-raise",
"hot-books-fail",
"light-years-speak",
"mean-eggs-learn",
"nine-kings-repair",
"perfect-dogs-smash",
"pretty-parents-drum",
"proud-jokes-rule"
"proud-jokes-rule",
"spotty-onions-study",
"strange-glasses-allow",
"twenty-tables-know"
]
}
6 changes: 6 additions & 0 deletions components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 8.0.0-next.0

### Major Changes

- [#3355](https://github.com/adobe/spectrum-css/pull/3355) [`a827601`](https://github.com/adobe/spectrum-css/commit/a827601bc1769a775f24e9da294bdfaa70535082) Thanks [@cdransf](https://github.com/cdransf)! - Adds support for new avatar-size tokens (avatar-size-800 to avatar-size-1500). Updates avatar component story to support new sizes. Adds support for avatar-border-color and avatar-border-thickness.

## 7.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/avatar",
"version": "7.1.0",
"version": "8.0.0-next.0",
"description": "The Spectrum CSS avatar component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
13 changes: 13 additions & 0 deletions components/colorarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 6.0.0-next.0

### Major Changes

- [#3388](https://github.com/adobe/spectrum-css/pull/3388) [`8aa61a9`](https://github.com/adobe/spectrum-css/commit/8aa61a9a92974b4048ba18b4d33e756af9a37d8e) Thanks [@cdransf](https://github.com/cdransf)! - # colorarea S2 migration

This change migrates the `colorarea` component to S2. It leverages updated tokens and the `rgba(...)` color function, replacing the existing `TODO` and hardcoded values.

### Patch Changes

- Updated dependencies []:
- @spectrum-css/colorhandle@9.0.0-next.0

## 5.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions components/colorarea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/colorarea",
"version": "5.1.0",
"version": "6.0.0-next.0",
"description": "The Spectrum CSS Color Area component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -28,7 +28,7 @@
"adobe"
],
"peerDependencies": {
"@spectrum-css/colorhandle": ">=8",
"@spectrum-css/colorhandle": ">=9.0.0-next.0",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions components/colorhandle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 9.0.0-next.0

### Patch Changes

- Updated dependencies [[`b91a202`](https://github.com/adobe/spectrum-css/commit/b91a2020be7a590a794938546e2f85f3fd9eef3e), [`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586)]:
- @spectrum-css/colorloupe@6.0.0-next.0
- @spectrum-css/opacitycheckerboard@3.0.0-next.0

## 8.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions components/colorhandle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/colorhandle",
"version": "8.1.0",
"version": "9.0.0-next.0",
"description": "The Spectrum CSS Color Handle component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -22,8 +22,8 @@
"metadata/mods.md"
],
"peerDependencies": {
"@spectrum-css/colorloupe": ">=5",
"@spectrum-css/opacitycheckerboard": ">=2",
"@spectrum-css/colorloupe": ">=6.0.0-next.0",
"@spectrum-css/opacitycheckerboard": ">=3.0.0-next.0",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"peerDependenciesMeta": {
Expand Down
6 changes: 6 additions & 0 deletions components/colorloupe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 6.0.0-next.0

### Major Changes

- [#3301](https://github.com/adobe/spectrum-css/pull/3301) [`b91a202`](https://github.com/adobe/spectrum-css/commit/b91a2020be7a590a794938546e2f85f3fd9eef3e) Thanks [@rise-erpelding](https://github.com/rise-erpelding)! - Migrates color loupe to Spectrum 2 tokens. Color loupe now uses the new drop shadow tokens `--spectrum-drop-shadow-elevated-x`, `--spectrum-drop-shadow-elevated-y`, `--spectrum-drop-shadow-elevated-blur`, and `--spectrum-drop-shadow-elevated-color` rather than specific color loupe tokens.

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/colorloupe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/colorloupe",
"version": "5.1.0",
"version": "6.0.0-next.0",
"description": "The Spectrum CSS Color Loupe component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
8 changes: 8 additions & 0 deletions components/colorslider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 7.0.0-next.0

### Patch Changes

- Updated dependencies [[`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586)]:
- @spectrum-css/opacitycheckerboard@3.0.0-next.0
- @spectrum-css/colorhandle@9.0.0-next.0

## 6.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions components/colorslider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/colorslider",
"version": "6.1.0",
"version": "7.0.0-next.0",
"description": "The Spectrum CSS Color slider component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -28,8 +28,8 @@
"adobe"
],
"peerDependencies": {
"@spectrum-css/colorhandle": ">=8",
"@spectrum-css/opacitycheckerboard": ">=2",
"@spectrum-css/colorhandle": ">=9.0.0-next.0",
"@spectrum-css/opacitycheckerboard": ">=3.0.0-next.0",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions components/colorwheel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.0.0-next.0

### Patch Changes

- Updated dependencies [[`8aa61a9`](https://github.com/adobe/spectrum-css/commit/8aa61a9a92974b4048ba18b4d33e756af9a37d8e), [`b91a202`](https://github.com/adobe/spectrum-css/commit/b91a2020be7a590a794938546e2f85f3fd9eef3e)]:
- @spectrum-css/colorarea@6.0.0-next.0
- @spectrum-css/colorloupe@6.0.0-next.0
- @spectrum-css/colorhandle@9.0.0-next.0

## 4.1.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions components/colorwheel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/colorwheel",
"version": "4.1.0",
"version": "5.0.0-next.0",
"description": "The Spectrum CSS Color Area component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -22,9 +22,9 @@
"metadata/mods.md"
],
"peerDependencies": {
"@spectrum-css/colorarea": ">=5",
"@spectrum-css/colorhandle": ">=8",
"@spectrum-css/colorloupe": ">=5",
"@spectrum-css/colorarea": ">=6.0.0-next.0",
"@spectrum-css/colorhandle": ">=9.0.0-next.0",
"@spectrum-css/colorloupe": ">=6.0.0-next.0",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"peerDependenciesMeta": {
Expand Down
10 changes: 10 additions & 0 deletions components/opacitycheckerboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 3.0.0-next.0

### Major Changes

- [#3394](https://github.com/adobe/spectrum-css/pull/3394) [`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586) Thanks [@cdransf](https://github.com/cdransf)! - # thumbnail-opacity-checkerboard S2 migration

Adds thumbnail specific `thumbnail-opacity-checkerboard-square-size` token aliased to `--spectrum-opacity-checkerboard-size`. This impacts the display of the `opacity-checkerboard` when used within the `thumbnail` component.

This also corrects an issue with a token name in the `thumbnail` component by renaming `--spectrum-thumbnail-border-color-opacity` to `--spectrum-thumbnail-border-opacity`.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/opacitycheckerboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/opacitycheckerboard",
"version": "2.1.0",
"version": "3.0.0-next.0",
"description": "The Spectrum CSS opacitycheckerboard component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
7 changes: 7 additions & 0 deletions components/swatch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 7.0.0-next.0

### Patch Changes

- Updated dependencies [[`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586)]:
- @spectrum-css/opacitycheckerboard@3.0.0-next.0

## 6.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions components/swatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/swatch",
"version": "6.1.0",
"version": "7.0.0-next.0",
"description": "The Spectrum CSS Color swatch component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -22,7 +22,7 @@
"metadata/mods.md"
],
"peerDependencies": {
"@spectrum-css/opacitycheckerboard": ">=2",
"@spectrum-css/opacitycheckerboard": ">=3.0.0-next.0",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions components/swatchgroup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.0.0-next.0

### Patch Changes

- Updated dependencies []:
- @spectrum-css/swatch@7.0.0-next.0

## 3.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions components/swatchgroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/swatchgroup",
"version": "3.1.0",
"version": "4.0.0-next.0",
"description": "The Spectrum CSS Color swatch group component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -22,7 +22,7 @@
"metadata/mods.md"
],
"peerDependencies": {
"@spectrum-css/swatch": ">=6",
"@spectrum-css/swatch": ">=7.0.0-next.0",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions components/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 7.0.0-next.0

### Patch Changes

- Updated dependencies [[`2c62239`](https://github.com/adobe/spectrum-css/commit/2c62239aab6ae9815bac6edf531c212c45665a5c), [`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586)]:
- @spectrum-css/thumbnail@7.0.0-next.0

## 6.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions components/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/table",
"version": "6.1.0",
"version": "7.0.0-next.0",
"description": "The Spectrum CSS table component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -25,7 +25,7 @@
"@spectrum-css/button": ">=13",
"@spectrum-css/checkbox": ">=9",
"@spectrum-css/icon": ">=7",
"@spectrum-css/thumbnail": ">=6",
"@spectrum-css/thumbnail": ">=7.0.0-next.0",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"peerDependenciesMeta": {
Expand Down
7 changes: 7 additions & 0 deletions components/tag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 10.0.0-next.0

### Patch Changes

- Updated dependencies [[`a827601`](https://github.com/adobe/spectrum-css/commit/a827601bc1769a775f24e9da294bdfaa70535082)]:
- @spectrum-css/avatar@8.0.0-next.0

## 9.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions components/tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/tag",
"version": "9.1.0",
"version": "10.0.0-next.0",
"description": "The Spectrum CSS tags component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -22,7 +22,7 @@
"metadata/mods.md"
],
"peerDependencies": {
"@spectrum-css/avatar": ">=7",
"@spectrum-css/avatar": ">=8.0.0-next.0",
"@spectrum-css/clearbutton": ">=6",
"@spectrum-css/icon": ">=7",
"@spectrum-css/tokens": ">=14.0.0-next.3"
Expand Down
7 changes: 7 additions & 0 deletions components/taggroup/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 []:
- @spectrum-css/tag@10.0.0-next.0

## 5.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions components/taggroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/taggroup",
"version": "5.1.0",
"version": "6.0.0-next.0",
"description": "The Spectrum CSS tag group component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -22,7 +22,7 @@
"metadata/mods.md"
],
"peerDependencies": {
"@spectrum-css/tag": ">=9",
"@spectrum-css/tag": ">=10.0.0-next.0",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"keywords": [
Expand Down
17 changes: 17 additions & 0 deletions components/thumbnail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 7.0.0-next.0

### Minor Changes

- [#3367](https://github.com/adobe/spectrum-css/pull/3367) [`2c62239`](https://github.com/adobe/spectrum-css/commit/2c62239aab6ae9815bac6edf531c212c45665a5c) Thanks [@cdransf](https://github.com/cdransf)! - Replaces corner-radius-75 with thumbnail-corner-radius.

- [#3394](https://github.com/adobe/spectrum-css/pull/3394) [`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586) Thanks [@cdransf](https://github.com/cdransf)! - # thumbnail-opacity-checkerboard S2 migration

Adds thumbnail specific `thumbnail-opacity-checkerboard-square-size` token aliased to `--spectrum-opacity-checkerboard-size`. This impacts the display of the `opacity-checkerboard` when used within the `thumbnail` component.

This also corrects an issue with a token name in the `thumbnail` component by renaming `--spectrum-thumbnail-border-color-opacity` to `--spectrum-thumbnail-border-opacity`.

### Patch Changes

- Updated dependencies [[`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586)]:
- @spectrum-css/opacitycheckerboard@3.0.0-next.0

## 6.1.0

### Minor Changes
Expand Down
Loading

0 comments on commit 4c86b76

Please sign in to comment.