Skip to content

Commit a5d0721

Browse files
github-actions[bot]castastrophe
authored andcommitted
chore: release (next)
1 parent e2041b4 commit a5d0721

File tree

177 files changed

+1857
-1074
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+1857
-1074
lines changed

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,16 @@
111111
"fresh-seahorses-join",
112112
"friendly-dolls-raise",
113113
"giant-windows-smoke",
114+
"healthy-chicken-clap",
114115
"hot-books-fail",
115116
"itchy-kids-travel",
116117
"itchy-shrimps-help",
118+
"lemon-weeks-work",
117119
"light-years-speak",
118120
"mean-eggs-learn",
119121
"metal-fireants-switch",
120122
"modern-chairs-sit",
123+
"nice-cows-shout",
121124
"nine-kings-repair",
122125
"olive-tools-hang",
123126
"polite-moments-stay",
@@ -132,6 +135,7 @@
132135
"tame-knives-train",
133136
"tasty-eagles-draw",
134137
"twenty-ravens-divide",
135-
"twenty-tables-know"
138+
"twenty-tables-know",
139+
"wild-lemons-spend"
136140
]
137141
}

.storybook/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+
## 12.0.5-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`60a156d`](https://github.com/adobe/spectrum-css/commit/60a156d7c0efcc999bc440274bbbbf586beb274b)]:
8+
- @spectrum-css/tokens@16.1.0-next.0
9+
310
## 12.0.4
411

512
### Patch Changes

.storybook/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/preview",
3-
"version": "12.0.4",
3+
"version": "12.0.5-next.0",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@adobe/spectrum-css-workflow-icons": "^4.0.0",
4343
"@spectrum-css/bundle": "1.0.1",
44-
"@spectrum-css/tokens": "16.0.1",
44+
"@spectrum-css/tokens": "16.1.0-next.0",
4545
"@spectrum-css/ui-icons": "2.0.0-next.0"
4646
},
4747
"devDependencies": {

components/accordion/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+
## 8.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`60a156d`](https://github.com/adobe/spectrum-css/commit/60a156d7c0efcc999bc440274bbbbf586beb274b)]:
8+
- @spectrum-css/tokens@16.1.0-next.0
9+
310
## 8.0.0-next.0
411

512
### Patch Changes

components/accordion/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/accordion",
3-
"version": "8.0.0-next.0",
3+
"version": "8.0.0-next.1",
44
"description": "The Spectrum CSS accordion component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -26,7 +26,7 @@
2626
"main": "dist/index.css",
2727
"peerDependencies": {
2828
"@spectrum-css/icon": ">=10.0.0-next.0",
29-
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
29+
"@spectrum-css/tokens": ">=16.1.0-next.0"
3030
},
3131
"peerDependenciesMeta": {
3232
"@spectrum-css/icon": {
@@ -37,8 +37,8 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/icon": "10.0.0-next.0",
41-
"@spectrum-css/tokens": "16.0.1"
40+
"@spectrum-css/icon": "10.0.0-next.1",
41+
"@spectrum-css/tokens": "16.1.0-next.0"
4242
},
4343
"keywords": [
4444
"design-system",

components/actionbar/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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`60a156d`](https://github.com/adobe/spectrum-css/commit/60a156d7c0efcc999bc440274bbbbf586beb274b)]:
8+
- @spectrum-css/tokens@16.1.0-next.0
9+
310
## 11.0.0-next.0
411

512
### Patch Changes

components/actionbar/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbar",
3-
"version": "11.0.0-next.0",
3+
"version": "11.0.0-next.1",
44
"description": "The Spectrum CSS actionbar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -29,7 +29,7 @@
2929
"@spectrum-css/closebutton": ">=7.0.0-next.0",
3030
"@spectrum-css/fieldlabel": ">=11.0.0-next.0",
3131
"@spectrum-css/popover": ">=9.0.0-next.0",
32-
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
32+
"@spectrum-css/tokens": ">=16.1.0-next.0"
3333
},
3434
"peerDependenciesMeta": {
3535
"@spectrum-css/actiongroup": {
@@ -49,11 +49,11 @@
4949
}
5050
},
5151
"devDependencies": {
52-
"@spectrum-css/actiongroup": "7.0.0-next.0",
53-
"@spectrum-css/closebutton": "7.0.0-next.0",
54-
"@spectrum-css/fieldlabel": "11.0.0-next.0",
55-
"@spectrum-css/popover": "9.0.0-next.1",
56-
"@spectrum-css/tokens": "16.0.1"
52+
"@spectrum-css/actiongroup": "7.0.0-next.1",
53+
"@spectrum-css/closebutton": "7.0.0-next.1",
54+
"@spectrum-css/fieldlabel": "11.0.0-next.1",
55+
"@spectrum-css/popover": "9.0.0-next.2",
56+
"@spectrum-css/tokens": "16.1.0-next.0"
5757
},
5858
"keywords": [
5959
"design-system",

components/actionbutton/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+
## 8.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`60a156d`](https://github.com/adobe/spectrum-css/commit/60a156d7c0efcc999bc440274bbbbf586beb274b)]:
8+
- @spectrum-css/tokens@16.1.0-next.0
9+
310
## 8.0.0-next.1
411

512
### Major Changes

components/actionbutton/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbutton",
3-
"version": "8.0.0-next.1",
3+
"version": "8.0.0-next.2",
44
"description": "The Spectrum CSS action button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -26,7 +26,7 @@
2626
"main": "dist/index.css",
2727
"peerDependencies": {
2828
"@spectrum-css/icon": ">=10.0.0-next.0",
29-
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
29+
"@spectrum-css/tokens": ">=16.1.0-next.0"
3030
},
3131
"peerDependenciesMeta": {
3232
"@spectrum-css/icon": {
@@ -37,9 +37,9 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/commons": "11.0.0",
41-
"@spectrum-css/icon": "10.0.0-next.0",
42-
"@spectrum-css/tokens": "16.0.1"
40+
"@spectrum-css/commons": "12.0.0-next.0",
41+
"@spectrum-css/icon": "10.0.0-next.1",
42+
"@spectrum-css/tokens": "16.1.0-next.0"
4343
},
4444
"keywords": [
4545
"design-system",

components/actiongroup/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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`60a156d`](https://github.com/adobe/spectrum-css/commit/60a156d7c0efcc999bc440274bbbbf586beb274b)]:
8+
- @spectrum-css/tokens@16.1.0-next.0
9+
310
## 7.0.0-next.0
411

512
### Patch Changes

0 commit comments

Comments
 (0)