Skip to content

Commit 0614a80

Browse files
github-actions[bot]castastrophe
authored andcommitted
chore: release (next) (#2852)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8ddb28d commit 0614a80

File tree

13 files changed

+148
-47
lines changed

13 files changed

+148
-47
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,11 @@
102102
},
103103
"changesets": [
104104
"big-chairs-care",
105+
"chilly-peaches-sniff",
105106
"eleven-cooks-destroy",
106107
"fresh-seahorses-join",
108+
"hot-books-fail",
109+
"light-years-speak",
107110
"nine-kings-repair",
108111
"perfect-dogs-smash",
109112
"pretty-parents-drum",

components/dialog/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,21 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/closebutton": ">=5.0.0 <6.0.0",
28+
"@spectrum-css/button": ">=14.0.0-next.0",
29+
"@spectrum-css/buttongroup": ">=7.0.0-next.0",
30+
"@spectrum-css/closebutton": ">=5.0.0-next.0",
2931
"@spectrum-css/divider": ">=5.0.0 <6.0.0",
3032
"@spectrum-css/modal": ">=7.0.0 <8.0.0",
3133
"@spectrum-css/tokens": ">=14.0.0-next.0",
3234
"@spectrum-css/underlay": ">=6.0.0 <7.0.0"
3335
},
3436
"peerDependenciesMeta": {
37+
"@spectrum-css/button": {
38+
"optional": true
39+
},
40+
"@spectrum-css/buttongroup": {
41+
"optional": true
42+
},
3543
"@spectrum-css/closebutton": {
3644
"optional": true
3745
},
@@ -49,7 +57,7 @@
4957
}
5058
},
5159
"devDependencies": {
52-
"@spectrum-css/button": "14.0.0-next.6",
60+
"@spectrum-css/button": "14.0.0-next.7",
5361
"@spectrum-css/buttongroup": "7.0.0-next.3",
5462
"@spectrum-css/closebutton": "5.0.0-next.2",
5563
"@spectrum-css/divider": "5.0.1",

components/picker/CHANGELOG.md

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

3+
## 9.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#2697](https://github.com/adobe/spectrum-css/pull/2697) [`5d730fe`](https://github.com/adobe/spectrum-css/commit/5d730fe711c7469b7216ece9638a4a157429fa17) Thanks [@jawinn](https://github.com/jawinn)! - #### Spectrum 2 migration
8+
9+
Picker now uses Spectrum 2 tokens and specifications. A few notable changes:
10+
11+
- The mod custom property `--mod-line-height-100` has been renamed to `--mod-button-line-height`.
12+
- The mod custom property `--mod-sans-font-family-stack` has been renamed to `--mod-button-font-family`.
13+
- The mod custom property `--mod-animation-duration-100` has been renamed to `--mod-button-animation-duration`.
14+
- The mod custom property `--mod-picker-spacing-text-to-alert-icon-inline-start` has been renamed to `--mod-picker-spacing-text-to-icon-inline-end`. This removed the fallback that was marked as deprecated in a previous version.
15+
- The mod custom property `--mod-picker-spacing-text-to-icon` has been removed. Use `--mod-picker-spacing-text-to-icon-inline-end` for the spacing between text and visual (indicator or disclosure), or `--mod-picker-spacing-starting-icon-to-text` for the space between the optional workflow icon and the text.
16+
317
## 9.0.1
418

519
### Patch Changes

components/picker/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/picker",
3-
"version": "9.0.1",
3+
"version": "9.0.0-next.0",
44
"description": "The Spectrum CSS picker component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -26,10 +26,10 @@
2626
"main": "dist/index.css",
2727
"peerDependencies": {
2828
"@spectrum-css/helptext": ">=7.0.0 <8.0.0",
29-
"@spectrum-css/icon": ">=9",
29+
"@spectrum-css/icon": ">=9 <10.0.0",
3030
"@spectrum-css/menu": ">=9.0.0 <10.0.0",
31-
"@spectrum-css/popover": ">=8",
32-
"@spectrum-css/progresscircle": ">=5",
31+
"@spectrum-css/popover": ">=8 <9.0.0",
32+
"@spectrum-css/progresscircle": ">=5 <6.0.0",
3333
"@spectrum-css/tokens": ">=14.0.0-next.0"
3434
},
3535
"peerDependenciesMeta": {

components/statuslight/CHANGELOG.md

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

3+
## 8.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#2818](https://github.com/adobe/spectrum-css/pull/2818) [`2f8ef28`](https://github.com/adobe/spectrum-css/commit/2f8ef28aa58063553de30026de81bbc965e91157) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - Spectrum 2 Status light migration
8+
9+
New non-semantic colors were added to the variants list, while the `accent` semantic variant was removed. There were also some new and updated color and text-to-visual tokens used to match the designs, along with normalizing font family, font style, and font weight.
10+
11+
New mods added:
12+
13+
- `--mod-statuslight-font-family`
14+
- `--mod-statuslight-font-style`
15+
- `--mod-statuslight-nonsemantic-brown-color`
16+
- `--mod-statuslight-nonsemantic-cinnamon-color`
17+
- `--mod-statuslight-nonsemantic-pink-color`
18+
- `--mod-statuslight-nonsemantic-silver-color`
19+
- `--mod-statuslight-nonsemantic-turquoise-color`
20+
21+
Removed mods:
22+
23+
- `--mod-statuslight-semantic-accent-color`
24+
325
## 9.0.1
426

527
### Patch Changes

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

components/steplist/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 [[`5a0ce6e`](https://github.com/adobe/spectrum-css/commit/5a0ce6e5c1908679bd87a63969b99a105faea265)]:
8+
- @spectrum-css/tooltip@7.0.0-next.0
9+
310
## 7.0.1
411

512
### Patch Changes

components/steplist/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/steplist",
3-
"version": "7.0.1",
3+
"version": "6.0.0-next.0",
44
"description": "The Spectrum CSS steplist component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -26,8 +26,8 @@
2626
"main": "dist/index.css",
2727
"peerDependencies": {
2828
"@spectrum-css/icon": ">=9.0.0 <10.0.0",
29-
"@spectrum-css/tokens": ">=14.0.0-next.0",
30-
"@spectrum-css/tooltip": ">=7.0.0 <8.0.0"
29+
"@spectrum-css/tokens": ">=14.0.0-next.3",
30+
"@spectrum-css/tooltip": ">=7.0.0-next.0"
3131
},
3232
"peerDependenciesMeta": {
3333
"@spectrum-css/icon": {
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@spectrum-css/icon": "9.0.1",
4545
"@spectrum-css/tokens": "14.0.0-next.8",
46-
"@spectrum-css/tooltip": "7.0.1"
46+
"@spectrum-css/tooltip": "7.0.0-next.0"
4747
},
4848
"keywords": [
4949
"design-system",

components/tabs/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 [[`5d730fe`](https://github.com/adobe/spectrum-css/commit/5d730fe711c7469b7216ece9638a4a157429fa17)]:
8+
- @spectrum-css/picker@9.0.0-next.0
9+
310
## 6.0.1
411

512
### Patch Changes

components/tabs/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/tabs",
3-
"version": "6.0.1",
3+
"version": "6.0.0-next.0",
44
"description": "The Spectrum CSS tabs component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -27,8 +27,8 @@
2727
"peerDependencies": {
2828
"@spectrum-css/icon": ">=9.0.0 <10.0.0",
2929
"@spectrum-css/menu": ">=9.0.0 <10.0.0",
30-
"@spectrum-css/picker": ">=9.0.0 <10.0.0",
31-
"@spectrum-css/tokens": ">=14.0.0-next.0"
30+
"@spectrum-css/picker": ">=9.0.0-next.0",
31+
"@spectrum-css/tokens": ">=14.0.0-next.3"
3232
},
3333
"peerDependenciesMeta": {
3434
"@spectrum-css/icon": {
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@spectrum-css/icon": "9.0.1",
4949
"@spectrum-css/menu": "9.0.1",
50-
"@spectrum-css/picker": "9.0.1",
50+
"@spectrum-css/picker": "9.0.0-next.0",
5151
"@spectrum-css/tokens": "14.0.0-next.8"
5252
},
5353
"keywords": [

0 commit comments

Comments
 (0)