Skip to content

Commit 2d5e347

Browse files
chore: release (next)
1 parent a827601 commit 2d5e347

File tree

7 files changed

+26
-5
lines changed

7 files changed

+26
-5
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"eleven-cooks-destroy",
105105
"few-eels-retire",
106106
"fresh-seahorses-join",
107+
"friendly-dolls-raise",
107108
"hot-books-fail",
108109
"light-years-speak",
109110
"nine-kings-repair",

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/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": [

0 commit comments

Comments
 (0)