Skip to content

Commit 5bf2d51

Browse files
github-actions[bot]castastrophe
authored andcommitted
chore: release (next) (#4169)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fa7a1b4 commit 5bf2d51

File tree

89 files changed

+100
-189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+100
-189
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
"itchy-shrimps-help",
143143
"itchy-waves-work",
144144
"khaki-icons-hammer",
145+
"kind-cycles-check",
145146
"late-worms-reply",
146147
"legal-lands-warn",
147148
"lemon-flowers-poke",

.storybook/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+
## 12.1.0-next.15
4+
5+
### Minor Changes
6+
7+
📝 [#4165](https://github.com/adobe/spectrum-css/pull/4165) [`fa7a1b4`](https://github.com/adobe/spectrum-css/commit/fa7a1b4fc3b9feca7a0568eb1fd998fcdcb905fa) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
- _feature_: Add the `resetArgs` function to the argEvents decorator
10+
- _fix_: Resolve minor lint warnings in the Storybook CSS assets
11+
312
## 12.0.5-next.14
413

514
### 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": "12.0.5-next.14",
3+
"version": "12.1.0-next.15",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/accordion/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
".": "./dist/index.css",
1818
"./*.md": "./*.md",
1919
"./dist/*": "./dist/*",
20-
"./index-*.css": "./dist/index-*.css",
21-
"./index.css": "./dist/index.css",
20+
"./index*.css": "./dist/index*.css",
2221
"./metadata.json": "./dist/metadata.json",
2322
"./package.json": "./package.json",
2423
"./stories/*": "./stories/*"

components/actionbar/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
".": "./dist/index.css",
1818
"./*.md": "./*.md",
1919
"./dist/*": "./dist/*",
20-
"./index-*.css": "./dist/index-*.css",
21-
"./index.css": "./dist/index.css",
20+
"./index*.css": "./dist/index*.css",
2221
"./metadata.json": "./dist/metadata.json",
2322
"./package.json": "./package.json",
2423
"./stories/*": "./stories/*"

components/actionbutton/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
".": "./dist/index.css",
1818
"./*.md": "./*.md",
1919
"./dist/*": "./dist/*",
20-
"./index-*.css": "./dist/index-*.css",
21-
"./index.css": "./dist/index.css",
20+
"./index*.css": "./dist/index*.css",
2221
"./metadata.json": "./dist/metadata.json",
2322
"./package.json": "./package.json",
2423
"./stories/*": "./stories/*"

components/actiongroup/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
".": "./dist/index.css",
1818
"./*.md": "./*.md",
1919
"./dist/*": "./dist/*",
20-
"./index-*.css": "./dist/index-*.css",
21-
"./index.css": "./dist/index.css",
20+
"./index*.css": "./dist/index*.css",
2221
"./metadata.json": "./dist/metadata.json",
2322
"./package.json": "./package.json",
2423
"./stories/*": "./stories/*"

components/actionmenu/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
".": "./dist/index.css",
1818
"./*.md": "./*.md",
1919
"./dist/*": "./dist/*",
20-
"./index-*.css": "./dist/index-*.css",
21-
"./index.css": "./dist/index.css",
20+
"./index*.css": "./dist/index*.css",
2221
"./metadata.json": "./dist/metadata.json",
2322
"./package.json": "./package.json",
2423
"./stories/*": "./stories/*"

components/alertbanner/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
".": "./dist/index.css",
1818
"./*.md": "./*.md",
1919
"./dist/*": "./dist/*",
20-
"./index-*.css": "./dist/index-*.css",
21-
"./index.css": "./dist/index.css",
20+
"./index*.css": "./dist/index*.css",
2221
"./metadata.json": "./dist/metadata.json",
2322
"./package.json": "./package.json",
2423
"./stories/*": "./stories/*"

components/alertdialog/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
".": "./dist/index.css",
1818
"./*.md": "./*.md",
1919
"./dist/*": "./dist/*",
20-
"./index-*.css": "./dist/index-*.css",
21-
"./index.css": "./dist/index.css",
20+
"./index*.css": "./dist/index*.css",
2221
"./metadata.json": "./dist/metadata.json",
2322
"./package.json": "./package.json",
2423
"./stories/*": "./stories/*"

0 commit comments

Comments
 (0)