Skip to content

Commit 82bb5c4

Browse files
github-actions[bot]castastrophe
authored andcommitted
chore: release (next) (#3457)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 057ce01 commit 82bb5c4

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
@@ -104,6 +104,7 @@
104104
},
105105
"changesets": [
106106
"chilly-peaches-sniff",
107+
"early-actors-buy",
107108
"eleven-cooks-destroy",
108109
"few-doors-smile",
109110
"few-eels-retire",
@@ -120,6 +121,7 @@
120121
"proud-jokes-rule",
121122
"spotty-onions-study",
122123
"strange-glasses-allow",
124+
"tame-bobcats-beam",
123125
"twenty-tables-know"
124126
]
125127
}

.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
## 3.0.0-s2-foundations.17
429

530
### Major 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": "3.0.0-s2-foundations.17",
3+
"version": "3.0.0-next.0",
44
"description": "The Spectrum CSS alertbanner component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -35,7 +35,7 @@
3535
"@spectrum-css/closebutton": ">=5",
3636
"@spectrum-css/divider": ">=3",
3737
"@spectrum-css/icon": ">=7",
38-
"@spectrum-css/tokens": ">=14.0.0-next.3"
38+
"@spectrum-css/tokens": ">=14.0.0-next.11"
3939
},
4040
"peerDependenciesMeta": {
4141
"@spectrum-css/icon": {

tokens/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 14.0.0-next.11
7+
8+
### Patch Changes
9+
10+
- [#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)
11+
612
## 14.0.0-next.10
713

814
### 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
@@ -3025,7 +3025,7 @@ __metadata:
30253025
"@spectrum-css/closebutton": ">=5"
30263026
"@spectrum-css/divider": ">=3"
30273027
"@spectrum-css/icon": ">=7"
3028-
"@spectrum-css/tokens": ">=14.0.0-next.3"
3028+
"@spectrum-css/tokens": ">=14.0.0-next.11"
30293029
peerDependenciesMeta:
30303030
"@spectrum-css/icon":
30313031
optional: true

0 commit comments

Comments
 (0)