Skip to content

Commit ecd85aa

Browse files
chore: release (next)
1 parent 2b662bf commit ecd85aa

File tree

14 files changed

+82
-21
lines changed

14 files changed

+82
-21
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/alertdialog/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+
## 5.0.0-next.5
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
## 5.0.0-next.4
418

519
### Major Changes

components/alertdialog/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/alertdialog",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
44
"description": "The Spectrum CSS alertdialog component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

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/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",

components/popover/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
},
5050
"devDependencies": {
51-
"@spectrum-css/alertdialog": "5.0.0-next.4",
51+
"@spectrum-css/alertdialog": "5.0.0-next.5",
5252
"@spectrum-css/dialog": "13.0.0-next.4",
5353
"@spectrum-css/divider": "6.0.0-next.1",
5454
"@spectrum-css/menu": "10.0.0-next.6",

components/well/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.2
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.1
418

519
### Patch Changes

0 commit comments

Comments
 (0)