Skip to content

Commit 4c86b76

Browse files
chore: release (next)
1 parent eda9897 commit 4c86b76

File tree

29 files changed

+154
-30
lines changed

29 files changed

+154
-30
lines changed

.changeset/pre.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,16 @@
104104
"eleven-cooks-destroy",
105105
"few-eels-retire",
106106
"fresh-seahorses-join",
107+
"friendly-dolls-raise",
107108
"hot-books-fail",
108109
"light-years-speak",
110+
"mean-eggs-learn",
109111
"nine-kings-repair",
110112
"perfect-dogs-smash",
111113
"pretty-parents-drum",
112-
"proud-jokes-rule"
114+
"proud-jokes-rule",
115+
"spotty-onions-study",
116+
"strange-glasses-allow",
117+
"twenty-tables-know"
113118
]
114119
}

components/avatar/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 8.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#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.
8+
39
## 7.1.0
410

511
### Minor Changes

components/avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/avatar",
3-
"version": "7.1.0",
3+
"version": "8.0.0-next.0",
44
"description": "The Spectrum CSS avatar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/colorarea/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 6.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#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
8+
9+
This change migrates the `colorarea` component to S2. It leverages updated tokens and the `rgba(...)` color function, replacing the existing `TODO` and hardcoded values.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies []:
14+
- @spectrum-css/colorhandle@9.0.0-next.0
15+
316
## 5.1.0
417

518
### Minor Changes

components/colorarea/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/colorarea",
3-
"version": "5.1.0",
3+
"version": "6.0.0-next.0",
44
"description": "The Spectrum CSS Color Area component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -28,7 +28,7 @@
2828
"adobe"
2929
],
3030
"peerDependencies": {
31-
"@spectrum-css/colorhandle": ">=8",
31+
"@spectrum-css/colorhandle": ">=9.0.0-next.0",
3232
"@spectrum-css/tokens": ">=14.0.0-next.3"
3333
},
3434
"publishConfig": {

components/colorhandle/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 9.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b91a202`](https://github.com/adobe/spectrum-css/commit/b91a2020be7a590a794938546e2f85f3fd9eef3e), [`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586)]:
8+
- @spectrum-css/colorloupe@6.0.0-next.0
9+
- @spectrum-css/opacitycheckerboard@3.0.0-next.0
10+
311
## 8.1.0
412

513
### Minor Changes

components/colorhandle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/colorhandle",
3-
"version": "8.1.0",
3+
"version": "9.0.0-next.0",
44
"description": "The Spectrum CSS Color Handle component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,8 +22,8 @@
2222
"metadata/mods.md"
2323
],
2424
"peerDependencies": {
25-
"@spectrum-css/colorloupe": ">=5",
26-
"@spectrum-css/opacitycheckerboard": ">=2",
25+
"@spectrum-css/colorloupe": ">=6.0.0-next.0",
26+
"@spectrum-css/opacitycheckerboard": ">=3.0.0-next.0",
2727
"@spectrum-css/tokens": ">=14.0.0-next.3"
2828
},
2929
"peerDependenciesMeta": {

components/colorloupe/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 6.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#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.
8+
39
## 5.1.0
410

511
### Minor Changes

components/colorloupe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/colorloupe",
3-
"version": "5.1.0",
3+
"version": "6.0.0-next.0",
44
"description": "The Spectrum CSS Color Loupe component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/colorslider/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 7.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586)]:
8+
- @spectrum-css/opacitycheckerboard@3.0.0-next.0
9+
- @spectrum-css/colorhandle@9.0.0-next.0
10+
311
## 6.1.0
412

513
### Minor Changes

components/colorslider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/colorslider",
3-
"version": "6.1.0",
3+
"version": "7.0.0-next.0",
44
"description": "The Spectrum CSS Color slider component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -28,8 +28,8 @@
2828
"adobe"
2929
],
3030
"peerDependencies": {
31-
"@spectrum-css/colorhandle": ">=8",
32-
"@spectrum-css/opacitycheckerboard": ">=2",
31+
"@spectrum-css/colorhandle": ">=9.0.0-next.0",
32+
"@spectrum-css/opacitycheckerboard": ">=3.0.0-next.0",
3333
"@spectrum-css/tokens": ">=14.0.0-next.3"
3434
},
3535
"publishConfig": {

components/colorwheel/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 5.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8aa61a9`](https://github.com/adobe/spectrum-css/commit/8aa61a9a92974b4048ba18b4d33e756af9a37d8e), [`b91a202`](https://github.com/adobe/spectrum-css/commit/b91a2020be7a590a794938546e2f85f3fd9eef3e)]:
8+
- @spectrum-css/colorarea@6.0.0-next.0
9+
- @spectrum-css/colorloupe@6.0.0-next.0
10+
- @spectrum-css/colorhandle@9.0.0-next.0
11+
312
## 4.1.0
413

514
### Minor Changes

components/colorwheel/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/colorwheel",
3-
"version": "4.1.0",
3+
"version": "5.0.0-next.0",
44
"description": "The Spectrum CSS Color Area component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,9 +22,9 @@
2222
"metadata/mods.md"
2323
],
2424
"peerDependencies": {
25-
"@spectrum-css/colorarea": ">=5",
26-
"@spectrum-css/colorhandle": ">=8",
27-
"@spectrum-css/colorloupe": ">=5",
25+
"@spectrum-css/colorarea": ">=6.0.0-next.0",
26+
"@spectrum-css/colorhandle": ">=9.0.0-next.0",
27+
"@spectrum-css/colorloupe": ">=6.0.0-next.0",
2828
"@spectrum-css/tokens": ">=14.0.0-next.3"
2929
},
3030
"peerDependenciesMeta": {

components/opacitycheckerboard/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 3.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#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
8+
9+
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.
10+
11+
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`.
12+
313
## 2.1.0
414

515
### Minor Changes

components/opacitycheckerboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/opacitycheckerboard",
3-
"version": "2.1.0",
3+
"version": "3.0.0-next.0",
44
"description": "The Spectrum CSS opacitycheckerboard component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/swatch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 7.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586)]:
8+
- @spectrum-css/opacitycheckerboard@3.0.0-next.0
9+
310
## 6.1.0
411

512
### Minor Changes

components/swatch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/swatch",
3-
"version": "6.1.0",
3+
"version": "7.0.0-next.0",
44
"description": "The Spectrum CSS Color swatch component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,7 +22,7 @@
2222
"metadata/mods.md"
2323
],
2424
"peerDependencies": {
25-
"@spectrum-css/opacitycheckerboard": ">=2",
25+
"@spectrum-css/opacitycheckerboard": ">=3.0.0-next.0",
2626
"@spectrum-css/tokens": ">=14.0.0-next.3"
2727
},
2828
"keywords": [

components/swatchgroup/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 4.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spectrum-css/swatch@7.0.0-next.0
9+
310
## 3.1.0
411

512
### Minor Changes

components/swatchgroup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/swatchgroup",
3-
"version": "3.1.0",
3+
"version": "4.0.0-next.0",
44
"description": "The Spectrum CSS Color swatch group component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,7 +22,7 @@
2222
"metadata/mods.md"
2323
],
2424
"peerDependencies": {
25-
"@spectrum-css/swatch": ">=6",
25+
"@spectrum-css/swatch": ">=7.0.0-next.0",
2626
"@spectrum-css/tokens": ">=14.0.0-next.3"
2727
},
2828
"keywords": [

components/table/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 7.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2c62239`](https://github.com/adobe/spectrum-css/commit/2c62239aab6ae9815bac6edf531c212c45665a5c), [`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586)]:
8+
- @spectrum-css/thumbnail@7.0.0-next.0
9+
310
## 6.1.0
411

512
### Minor Changes

components/table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/table",
3-
"version": "6.1.0",
3+
"version": "7.0.0-next.0",
44
"description": "The Spectrum CSS table component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -25,7 +25,7 @@
2525
"@spectrum-css/button": ">=13",
2626
"@spectrum-css/checkbox": ">=9",
2727
"@spectrum-css/icon": ">=7",
28-
"@spectrum-css/thumbnail": ">=6",
28+
"@spectrum-css/thumbnail": ">=7.0.0-next.0",
2929
"@spectrum-css/tokens": ">=14.0.0-next.3"
3030
},
3131
"peerDependenciesMeta": {

components/tag/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 10.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a827601`](https://github.com/adobe/spectrum-css/commit/a827601bc1769a775f24e9da294bdfaa70535082)]:
8+
- @spectrum-css/avatar@8.0.0-next.0
9+
310
## 9.1.0
411

512
### Minor Changes

components/tag/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/tag",
3-
"version": "9.1.0",
3+
"version": "10.0.0-next.0",
44
"description": "The Spectrum CSS tags component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,7 +22,7 @@
2222
"metadata/mods.md"
2323
],
2424
"peerDependencies": {
25-
"@spectrum-css/avatar": ">=7",
25+
"@spectrum-css/avatar": ">=8.0.0-next.0",
2626
"@spectrum-css/clearbutton": ">=6",
2727
"@spectrum-css/icon": ">=7",
2828
"@spectrum-css/tokens": ">=14.0.0-next.3"

components/taggroup/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 6.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spectrum-css/tag@10.0.0-next.0
9+
310
## 5.1.0
411

512
### Minor Changes

components/taggroup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/taggroup",
3-
"version": "5.1.0",
3+
"version": "6.0.0-next.0",
44
"description": "The Spectrum CSS tag group component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,7 +22,7 @@
2222
"metadata/mods.md"
2323
],
2424
"peerDependencies": {
25-
"@spectrum-css/tag": ">=9",
25+
"@spectrum-css/tag": ">=10.0.0-next.0",
2626
"@spectrum-css/tokens": ">=14.0.0-next.3"
2727
},
2828
"keywords": [

components/thumbnail/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## 7.0.0-next.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
9+
- [#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
10+
11+
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.
12+
13+
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`.
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [[`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586)]:
18+
- @spectrum-css/opacitycheckerboard@3.0.0-next.0
19+
320
## 6.1.0
421

522
### Minor Changes

0 commit comments

Comments
 (0)