Skip to content

Commit 61d5db2

Browse files
chore: release (next)
1 parent 2c62239 commit 61d5db2

File tree

23 files changed

+101
-22
lines changed

23 files changed

+101
-22
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,14 @@
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+
"strange-glasses-allow"
113116
]
114117
}

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: 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/colorhandle@9.0.0-next.0
9+
310
## 5.1.0
411

512
### 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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)]:
8+
- @spectrum-css/colorloupe@6.0.0-next.0
9+
310
## 8.1.0
411

512
### Minor Changes

components/colorhandle/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/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,7 +22,7 @@
2222
"metadata/mods.md"
2323
],
2424
"peerDependencies": {
25-
"@spectrum-css/colorloupe": ">=5",
25+
"@spectrum-css/colorloupe": ">=6.0.0-next.0",
2626
"@spectrum-css/opacitycheckerboard": ">=2",
2727
"@spectrum-css/tokens": ">=14.0.0-next.3"
2828
},

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: 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 []:
8+
- @spectrum-css/colorhandle@9.0.0-next.0
9+
310
## 6.1.0
411

512
### Minor Changes

components/colorslider/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/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,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/opacitycheckerboard": ">=2",
3333
"@spectrum-css/tokens": ">=14.0.0-next.3"
3434
},

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 [[`b91a202`](https://github.com/adobe/spectrum-css/commit/b91a2020be7a590a794938546e2f85f3fd9eef3e)]:
8+
- @spectrum-css/colorloupe@6.0.0-next.0
9+
- @spectrum-css/colorhandle@9.0.0-next.0
10+
- @spectrum-css/colorarea@6.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/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)]:
8+
- @spectrum-css/thumbnail@6.2.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": ">=6.2.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 6.2.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+
39
## 6.1.0
410

511
### Minor Changes

components/thumbnail/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/thumbnail",
3-
"version": "6.1.0",
3+
"version": "6.2.0-next.0",
44
"description": "The Spectrum CSS thumbnail component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/treeview/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+
## 11.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2c62239`](https://github.com/adobe/spectrum-css/commit/2c62239aab6ae9815bac6edf531c212c45665a5c)]:
8+
- @spectrum-css/thumbnail@6.2.0-next.0
9+
310
## 10.1.0
411

512
### Minor Changes

components/treeview/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/treeview",
3-
"version": "10.1.0",
3+
"version": "11.0.0-next.0",
44
"description": "The Spectrum CSS Tree view component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -23,7 +23,7 @@
2323
],
2424
"peerDependencies": {
2525
"@spectrum-css/icon": ">=7",
26-
"@spectrum-css/thumbnail": ">=6",
26+
"@spectrum-css/thumbnail": ">=6.2.0-next.0",
2727
"@spectrum-css/tokens": ">=14.0.0-next.3"
2828
},
2929
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)