Skip to content

Commit 815e999

Browse files
chore: release (next)
1 parent 20807a5 commit 815e999

File tree

11 files changed

+61
-15
lines changed

11 files changed

+61
-15
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
"twenty-tables-know",
210210
"upset-roses-live",
211211
"warm-loops-guess",
212+
"weak-colts-divide",
212213
"wild-lemons-spend"
213214
]
214215
}

.storybook/CHANGELOG.md

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

3+
## 12.1.0-next.22
4+
5+
### Patch Changes
6+
7+
Updated dependencies []:
8+
9+
- @spectrum-css/bundle@2.0.0-next.18
10+
311
## 12.1.0-next.21
412

513
### 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.1.0-next.21",
3+
"version": "12.1.0-next.22",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@adobe/spectrum-css-workflow-icons": "5.0.0",
43-
"@spectrum-css/bundle": "2.0.0-next.17",
43+
"@spectrum-css/bundle": "2.0.0-next.18",
4444
"@spectrum-css/tokens": "16.1.0-next.10",
4545
"@spectrum-css/ui-icons": "2.0.0-next.2"
4646
},

components/asset/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+
## 8.0.0-next.1
4+
5+
### Major Changes
6+
7+
📝 [#2352](https://github.com/adobe/spectrum-css/pull/2352) [`20807a5`](https://github.com/adobe/spectrum-css/commit/20807a5ab334303c640c70450ed40ccd80eac76e) Thanks [@pfulton](https://github.com/pfulton)!
8+
9+
This update removes `--mod-*` custom property hooks per SWC-1264, see also the RFC for extensible styling.
10+
11+
- Remove all `--mod-*` custom property hooks.
12+
- Keep existing class selectors and variants unchanged.
13+
- Update stories to reflect the removal of the `--mod-*` override layer.
14+
15+
Breaking change: the `--mod-*` override layer is removed. Consumers should set `--spectrum-*` variables directly where customization is needed.
16+
317
## 8.0.0-next.0
418

519
### Patch Changes

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

components/assetcard/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+
## 6.0.0-next.3
4+
5+
### Major Changes
6+
7+
📝 [#2352](https://github.com/adobe/spectrum-css/pull/2352) [`20807a5`](https://github.com/adobe/spectrum-css/commit/20807a5ab334303c640c70450ed40ccd80eac76e) Thanks [@pfulton](https://github.com/pfulton)!
8+
9+
This update removes `--mod-*` custom property hooks per SWC-1264, see also the RFC for extensible styling.
10+
11+
- Remove all `--mod-*` custom property hooks.
12+
- Keep existing class selectors and variants unchanged.
13+
- Update stories to reflect the removal of the `--mod-*` override layer.
14+
15+
Breaking change: the `--mod-*` override layer is removed. Consumers should set `--spectrum-*` variables directly where customization is needed.
16+
317
## 6.0.0-next.2
418

519
### Patch Changes

components/assetcard/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/assetcard",
3-
"version": "6.0.0-next.2",
3+
"version": "6.0.0-next.3",
44
"description": "The Spectrum CSS asset card component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/card/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"devDependencies": {
5959
"@spectrum-css/actionbutton": "8.0.0-next.4",
60-
"@spectrum-css/asset": "8.0.0-next.0",
60+
"@spectrum-css/asset": "8.0.0-next.1",
6161
"@spectrum-css/checkbox": "11.0.0-next.2",
6262
"@spectrum-css/icon": "10.0.0-next.3",
6363
"@spectrum-css/tokens": "16.1.0-next.10",

tools/bundle/CHANGELOG.md

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

3+
## 2.0.0-next.18
4+
5+
### Patch Changes
6+
7+
Updated dependencies [[`20807a5`](https://github.com/adobe/spectrum-css/commit/20807a5ab334303c640c70450ed40ccd80eac76e)]:
8+
9+
- @spectrum-css/asset@8.0.0-next.1
10+
- @spectrum-css/assetcard@6.0.0-next.3
11+
312
## 2.0.0-next.17
413

514
### Patch Changes

tools/bundle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/bundle",
3-
"version": "2.0.0-next.17",
3+
"version": "2.0.0-next.18",
44
"description": "A demo-ready bundle of the components in the Spectrum CSS library.",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -37,8 +37,8 @@
3737
"@spectrum-css/actionmenu": "8.0.0-next.2",
3838
"@spectrum-css/alertbanner": "4.0.0-next.3",
3939
"@spectrum-css/alertdialog": "5.0.0-next.4",
40-
"@spectrum-css/asset": "8.0.0-next.0",
41-
"@spectrum-css/assetcard": "6.0.0-next.2",
40+
"@spectrum-css/asset": "8.0.0-next.1",
41+
"@spectrum-css/assetcard": "6.0.0-next.3",
4242
"@spectrum-css/assetlist": "9.0.0-next.2",
4343
"@spectrum-css/avatar": "10.0.0-next.0",
4444
"@spectrum-css/badge": "7.0.0-next.2",

0 commit comments

Comments
 (0)