Skip to content

Commit db6db86

Browse files
chore: release (next) (#3457)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b9aeb20 commit db6db86

File tree

8 files changed

+45
-5
lines changed

8 files changed

+45
-5
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
},
106106
"changesets": [
107107
"chilly-peaches-sniff",
108+
"early-actors-buy",
108109
"eleven-cooks-destroy",
109110
"few-doors-smile",
110111
"few-eels-retire",
@@ -121,6 +122,7 @@
121122
"proud-jokes-rule",
122123
"spotty-onions-study",
123124
"strange-glasses-allow",
125+
"tame-bobcats-beam",
124126
"twenty-tables-know"
125127
]
126128
}

.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+
## 11.0.1-next.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b9aeb20`](https://github.com/adobe/spectrum-css/commit/b9aeb203dd0bd728606d47d10dbd37fb42229379)]:
8+
- @spectrum-css/tokens@14.0.0-next.11
9+
310
## 11.0.1-next.0
411

512
### Patch Changes

.storybook/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/preview",
3-
"version": "11.0.1-next.0",
3+
"version": "11.0.1-next.1",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/alertbanner/CHANGELOG.md

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

3+
## 3.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#2652](https://github.com/adobe/spectrum-css/pull/2652) [`aa2a196`](https://github.com/adobe/spectrum-css/commit/aa2a196bce37c12ef560e9f6c6888ac82f0a514a) Thanks [@jawinn](https://github.com/jawinn)! - #### Spectrum 2 migration
8+
9+
Alert banner now uses Spectrum 2 tokens and specifications. In this new design, the divider has been removed.
10+
11+
The following changes have been made to the mod custom properties:
12+
13+
- `--mod-alert-banner-size` was renamed to `--mod-alert-banner-inline-size`
14+
- `--mod-alert-banner-neutral-background` was previously misspelled. The mod `--mod-alert-banner-background` was also added, which will take precendence over the variant background mods.
15+
- `--mod-alert-banner-top-text` was renamed to `--mod-alert-banner-top-to-text`
16+
- `--mod-alert-banner-top-icon` was renamed to `--mod-alert-banner-top-to-icon`
17+
- `--mod-alert-banner-bottom-text` was renamed to `--mod-alert-banner-bottom-to-text`
18+
- `--mod-alert-banner-start-edge` was renamed to `--mod-alert-banner-inline-start-to-content`
19+
- `--mod-alert-banner-edge-to-button` was renamed to `--mod-alert-banner-block-edge-to-button`
20+
- The spacing on either side of the close button is now controlled by two separate mods; `--mod-alert-banner-close-button-to-inline-end` and `--mod-alert-banner-close-button-to-content`. The previous `--mod-alert-banner-close-button-spacing` has been removed.
21+
- A new mod `--mod-alert-banner-inline-end-to-content` was added, which handles the inline end spacing when the alert banner does not have a close button. Or when there is neither a close button or an action button.
22+
23+
### Patch Changes
24+
25+
- Updated dependencies [[`b9aeb20`](https://github.com/adobe/spectrum-css/commit/b9aeb203dd0bd728606d47d10dbd37fb42229379)]:
26+
- @spectrum-css/tokens@14.0.0-next.11
27+
328
## 2.1.0
429

530
### Minor Changes

components/alertbanner/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/alertbanner",
3-
"version": "2.1.0",
3+
"version": "3.0.0-next.0",
44
"description": "The Spectrum CSS alertbanner component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -36,7 +36,7 @@
3636
"@spectrum-css/closebutton": ">=5",
3737
"@spectrum-css/divider": ">=3",
3838
"@spectrum-css/icon": ">=7",
39-
"@spectrum-css/tokens": ">=14.0.0-next.3"
39+
"@spectrum-css/tokens": ">=14.0.0-next.11"
4040
},
4141
"peerDependenciesMeta": {
4242
"@spectrum-css/icon": {

tokens/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+
## 14.0.0-next.11
4+
5+
### Patch Changes
6+
7+
- [#3456](https://github.com/adobe/spectrum-css/pull/3456) [`b9aeb20`](https://github.com/adobe/spectrum-css/commit/b9aeb203dd0bd728606d47d10dbd37fb42229379) Thanks [@cdransf](https://github.com/cdransf)! - Uses the latest releases from Spectrum Tokens (13.0.0-beta.55)
8+
39
## 14.0.0-next.10
410

511
### Patch Changes

tokens/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/tokens",
3-
"version": "14.0.0-next.10",
3+
"version": "14.0.0-next.11",
44
"description": "The Spectrum CSS tokens package",
55
"license": "Apache-2.0",
66
"author": "Adobe",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2958,7 +2958,7 @@ __metadata:
29582958
"@spectrum-css/closebutton": ">=5"
29592959
"@spectrum-css/divider": ">=3"
29602960
"@spectrum-css/icon": ">=7"
2961-
"@spectrum-css/tokens": ">=14.0.0-next.3"
2961+
"@spectrum-css/tokens": ">=14.0.0-next.11"
29622962
peerDependenciesMeta:
29632963
"@spectrum-css/icon":
29642964
optional: true

0 commit comments

Comments
 (0)