Skip to content

Commit 41f4173

Browse files
chore: release (next) (#4251)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4ef7656 commit 41f4173

File tree

12 files changed

+80
-19
lines changed

12 files changed

+80
-19
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"angry-needles-behave",
103103
"beige-dragons-tickle",
104104
"big-beds-care",
105+
"big-glasses-check",
105106
"big-jars-pump",
106107
"breezy-impalas-push",
107108
"calm-hats-sleep",

.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.20
4+
5+
### Patch Changes
6+
7+
Updated dependencies []:
8+
9+
- @spectrum-css/bundle@2.0.0-next.16
10+
311
## 12.1.0-next.19
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.19",
3+
"version": "12.1.0-next.20",
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.15",
43+
"@spectrum-css/bundle": "2.0.0-next.16",
4444
"@spectrum-css/tokens": "16.1.0-next.10",
4545
"@spectrum-css/ui-icons": "2.0.0-next.2"
4646
},

components/accordion/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.5
4+
5+
### Major Changes
6+
7+
📝 [#4249](https://github.com/adobe/spectrum-css/pull/4249) [`9629fe3`](https://github.com/adobe/spectrum-css/commit/9629fe37cad996d47c827a3eabcdf39092a27b0d) Thanks [@castastrophe](https://github.com/castastrophe)!
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.4
418

519
### Minor Changes

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

components/actionbar/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+
## 11.0.0-next.3
4+
5+
### Major Changes
6+
7+
📝 [#4249](https://github.com/adobe/spectrum-css/pull/4249) [`9629fe3`](https://github.com/adobe/spectrum-css/commit/9629fe37cad996d47c827a3eabcdf39092a27b0d) Thanks [@castastrophe](https://github.com/castastrophe)!
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
## 11.0.0-next.2
418

519
### Major Changes

components/actionbar/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/actionbar",
3-
"version": "11.0.0-next.2",
3+
"version": "11.0.0-next.3",
44
"description": "The Spectrum CSS actionbar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -48,7 +48,7 @@
4848
}
4949
},
5050
"devDependencies": {
51-
"@spectrum-css/actiongroup": "7.0.0-next.1",
51+
"@spectrum-css/actiongroup": "7.0.0-next.2",
5252
"@spectrum-css/closebutton": "7.0.0-next.1",
5353
"@spectrum-css/fieldlabel": "11.0.0-next.2",
5454
"@spectrum-css/popover": "9.0.0-next.5",

components/actiongroup/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+
## 7.0.0-next.2
4+
5+
### Major Changes
6+
7+
📝 [#4249](https://github.com/adobe/spectrum-css/pull/4249) [`9629fe3`](https://github.com/adobe/spectrum-css/commit/9629fe37cad996d47c827a3eabcdf39092a27b0d) Thanks [@castastrophe](https://github.com/castastrophe)!
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
## 7.0.0-next.1
418

519
### Patch Changes

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

tools/bundle/CHANGELOG.md

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

3+
## 2.0.0-next.16
4+
5+
### Patch Changes
6+
7+
Updated dependencies [[`9629fe3`](https://github.com/adobe/spectrum-css/commit/9629fe37cad996d47c827a3eabcdf39092a27b0d)]:
8+
9+
- @spectrum-css/accordion@8.0.0-next.5
10+
- @spectrum-css/actionbar@11.0.0-next.3
11+
- @spectrum-css/actiongroup@7.0.0-next.2
12+
313
## 2.0.0-next.15
414

515
### Patch Changes

0 commit comments

Comments
 (0)