Skip to content

Commit 0ed8c4a

Browse files
chore: release (#3634)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5f1751c commit 0ed8c4a

File tree

38 files changed

+128
-73
lines changed

38 files changed

+128
-73
lines changed

.changeset/dirty-gorillas-warn.md

-9
This file was deleted.

.changeset/silent-pandas-film.md

-11
This file was deleted.

.storybook/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 12.0.4
4+
5+
### Patch Changes
6+
7+
- [#3527](https://github.com/adobe/spectrum-css/pull/3527) [`5f1751c`](https://github.com/adobe/spectrum-css/commit/5f1751c82a5fe55ae0d999f5f50cfeca4c8a5c75) Thanks [@castastrophe](https://github.com/castastrophe)! - Minor dependency updates to align with the larger project.
8+
9+
- Updated dependencies [[`5f1751c`](https://github.com/adobe/spectrum-css/commit/5f1751c82a5fe55ae0d999f5f50cfeca4c8a5c75)]:
10+
- @spectrum-css/bundle@1.0.1
11+
312
## 12.0.3
413

514
### Patch Changes

.storybook/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/preview",
3-
"version": "12.0.3",
3+
"version": "12.0.4",
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": "^1.5.4",
43-
"@spectrum-css/bundle": "1.0.0",
43+
"@spectrum-css/bundle": "1.0.1",
4444
"@spectrum-css/tokens": "16.0.1",
4545
"@spectrum-css/tokens-legacy": "npm:@spectrum-css/tokens@^15.0.0",
4646
"@spectrum-css/ui-icons": "1.1.2"

components/actionmenu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@spectrum-css/actionbutton": "7.1.2",
3636
"@spectrum-css/icon": "9.1.0",
37-
"@spectrum-css/menu": "9.1.1",
37+
"@spectrum-css/menu": "9.2.0",
3838
"@spectrum-css/popover": "8.2.0",
3939
"@spectrum-css/tokens": "16.0.1"
4040
},

components/assetlist/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 8.2.0
4+
5+
### Minor Changes
6+
7+
- [#3527](https://github.com/adobe/spectrum-css/pull/3527) [`5f1751c`](https://github.com/adobe/spectrum-css/commit/5f1751c82a5fe55ae0d999f5f50cfeca4c8a5c75) Thanks [@castastrophe](https://github.com/castastrophe)! - By updating the postcss-preset-env to the latest breaking change version, output for this component no longer injects the `.js-focus-within` and '[focus-within]` selectors for the focus-within polyfill. As this feature is not used in the SWC consumption, risk to the end user for this removal is low.
8+
39
## 8.1.0
410

511
### Minor Changes

components/assetlist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/assetlist",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"description": "The Spectrum CSS assetlist component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/clearbutton/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 7.2.0
4+
5+
### Minor Changes
6+
7+
- [#3527](https://github.com/adobe/spectrum-css/pull/3527) [`5f1751c`](https://github.com/adobe/spectrum-css/commit/5f1751c82a5fe55ae0d999f5f50cfeca4c8a5c75) Thanks [@castastrophe](https://github.com/castastrophe)! - By updating the postcss-preset-env to the latest breaking change version, output for this component no longer injects the `.js-focus-within` and '[focus-within]` selectors for the focus-within polyfill. As this feature is not used in the SWC consumption, risk to the end user for this removal is low.
8+
39
## 7.1.0
410

511
### Minor Changes

components/clearbutton/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/clearbutton",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"description": "The Spectrum CSS clearbutton component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/coachmark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@spectrum-css/actionmenu": "7.1.1",
6262
"@spectrum-css/button": "14.1.3",
6363
"@spectrum-css/buttongroup": "9.1.0",
64-
"@spectrum-css/menu": "9.1.1",
64+
"@spectrum-css/menu": "9.2.0",
6565
"@spectrum-css/popover": "8.2.0",
6666
"@spectrum-css/tokens": "16.0.1"
6767
},

components/combobox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
"devDependencies": {
56-
"@spectrum-css/menu": "9.1.1",
56+
"@spectrum-css/menu": "9.2.0",
5757
"@spectrum-css/pickerbutton": "6.1.1",
5858
"@spectrum-css/popover": "8.2.0",
5959
"@spectrum-css/progresscircle": "5.1.0",

components/dial/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 5.2.0
4+
5+
### Minor Changes
6+
7+
- [#3527](https://github.com/adobe/spectrum-css/pull/3527) [`5f1751c`](https://github.com/adobe/spectrum-css/commit/5f1751c82a5fe55ae0d999f5f50cfeca4c8a5c75) Thanks [@castastrophe](https://github.com/castastrophe)! - By updating the postcss-preset-env to the latest breaking change version, output for this component no longer injects the `.js-focus-within` and '[focus-within]` selectors for the focus-within polyfill. As this feature is not used in the SWC consumption, risk to the end user for this removal is low.
8+
39
## 5.1.0
410

511
### Minor Changes

components/dial/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/dial",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "The Spectrum CSS dial component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/menu/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 9.2.0
4+
5+
### Minor Changes
6+
7+
- [#3527](https://github.com/adobe/spectrum-css/pull/3527) [`5f1751c`](https://github.com/adobe/spectrum-css/commit/5f1751c82a5fe55ae0d999f5f50cfeca4c8a5c75) Thanks [@castastrophe](https://github.com/castastrophe)! - By updating the postcss-preset-env to the latest breaking change version, output for this component no longer injects the `.js-focus-within` and '[focus-within]` selectors for the focus-within polyfill. As this feature is not used in the SWC consumption, risk to the end user for this removal is low.
8+
39
## 10.0.0
410

511
### Minor Changes

components/menu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/menu",
3-
"version": "9.1.1",
3+
"version": "9.2.0",
44
"description": "The Spectrum CSS menu component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/miller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
},
4747
"devDependencies": {
48-
"@spectrum-css/assetlist": "8.1.0",
48+
"@spectrum-css/assetlist": "8.2.0",
4949
"@spectrum-css/checkbox": "10.1.2",
5050
"@spectrum-css/icon": "9.1.0",
5151
"@spectrum-css/tokens": "16.0.1"

components/picker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@spectrum-css/commons": "11.0.0",
5757
"@spectrum-css/helptext": "7.1.0",
5858
"@spectrum-css/icon": "9.1.0",
59-
"@spectrum-css/menu": "9.1.1",
59+
"@spectrum-css/menu": "9.2.0",
6060
"@spectrum-css/popover": "8.2.0",
6161
"@spectrum-css/progresscircle": "5.1.0",
6262
"@spectrum-css/tokens": "16.0.1"

components/pickerbutton/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@spectrum-css/icon": "9.1.0",
49-
"@spectrum-css/menu": "9.1.1",
49+
"@spectrum-css/menu": "9.2.0",
5050
"@spectrum-css/popover": "8.2.0",
5151
"@spectrum-css/tokens": "16.0.1"
5252
},

components/popover/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@spectrum-css/commons": "11.0.0",
5454
"@spectrum-css/dialog": "12.1.0",
5555
"@spectrum-css/divider": "5.1.0",
56-
"@spectrum-css/menu": "9.1.1",
56+
"@spectrum-css/menu": "9.2.0",
5757
"@spectrum-css/tokens": "16.0.1"
5858
},
5959
"keywords": [

components/search/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
},
4747
"devDependencies": {
48-
"@spectrum-css/clearbutton": "7.1.0",
48+
"@spectrum-css/clearbutton": "7.2.0",
4949
"@spectrum-css/icon": "9.1.0",
5050
"@spectrum-css/textfield": "8.1.1",
5151
"@spectrum-css/tokens": "16.0.1"

components/slider/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 6.3.0
4+
5+
### Minor Changes
6+
7+
- [#3527](https://github.com/adobe/spectrum-css/pull/3527) [`5f1751c`](https://github.com/adobe/spectrum-css/commit/5f1751c82a5fe55ae0d999f5f50cfeca4c8a5c75) Thanks [@castastrophe](https://github.com/castastrophe)! - By updating the postcss-preset-env to the latest breaking change version, output for this component no longer injects the `.js-focus-within` and '[focus-within]` selectors for the focus-within polyfill. As this feature is not used in the SWC consumption, risk to the end user for this removal is low.
8+
39
## 6.2.0
410

511
### Minor Changes

components/slider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/slider",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "The Spectrum CSS slider component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/tabs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@spectrum-css/icon": "9.1.0",
49-
"@spectrum-css/menu": "9.1.1",
49+
"@spectrum-css/menu": "9.2.0",
5050
"@spectrum-css/picker": "9.1.4",
5151
"@spectrum-css/tokens": "16.0.1"
5252
},

components/tag/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@spectrum-css/avatar": "9.1.0",
49-
"@spectrum-css/clearbutton": "7.1.0",
49+
"@spectrum-css/clearbutton": "7.2.0",
5050
"@spectrum-css/icon": "9.1.0",
5151
"@spectrum-css/tokens": "16.0.1"
5252
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@commitlint/config-conventional": "^19.6.0",
7373
"@csstools/postcss-bundler": "^2.0.6",
7474
"@nx/devkit": "^19.8.2",
75-
"@spectrum-tools/postcss-add-theming-layer": "1.0.1",
75+
"@spectrum-tools/postcss-add-theming-layer": "1.0.2",
7676
"@spectrum-tools/postcss-property-rollup": "0.0.1",
7777
"@spectrum-tools/postcss-rgb-mapping": "1.0.0",
7878
"@yarnpkg/types": "^4.0.0",

plugins/postcss-add-theming-layer/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#3527](https://github.com/adobe/spectrum-css/pull/3527) [`5f1751c`](https://github.com/adobe/spectrum-css/commit/5f1751c82a5fe55ae0d999f5f50cfeca4c8a5c75) Thanks [@castastrophe](https://github.com/castastrophe)! - Minor dependency updates to align with the larger project.
8+
39
## 1.0.1
410

511
### Patch Changes

plugins/postcss-add-theming-layer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-tools/postcss-add-theming-layer",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Leveraging style container queries to create an abstraction layer for supporting multiple theming systems",
55
"license": "Apache-2.0",
66
"author": "Adobe",

plugins/stylelint-no-missing-var/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#3527](https://github.com/adobe/spectrum-css/pull/3527) [`5f1751c`](https://github.com/adobe/spectrum-css/commit/5f1751c82a5fe55ae0d999f5f50cfeca4c8a5c75) Thanks [@castastrophe](https://github.com/castastrophe)! - Minor dependency updates to align with the larger project.
8+
39
## 2.0.1
410

511
### Patch Changes

plugins/stylelint-no-missing-var/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-tools/stylelint-no-missing-var",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Check for custom properties without a var function around them",
55
"license": "Apache-2.0",
66
"author": "Adobe",

plugins/stylelint-no-unknown-custom-properties/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- [#3527](https://github.com/adobe/spectrum-css/pull/3527) [`5f1751c`](https://github.com/adobe/spectrum-css/commit/5f1751c82a5fe55ae0d999f5f50cfeca4c8a5c75) Thanks [@castastrophe](https://github.com/castastrophe)! - Minor dependency updates to align with the larger project.
8+
39
## 2.0.2
410

511
### Patch Changes

plugins/stylelint-no-unknown-custom-properties/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-tools/stylelint-no-unknown-custom-properties",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Report on any unknown custom property definitions",
55
"license": "Apache-2.0",
66
"author": "Adobe",

plugins/stylelint-no-unused-custom-properties/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- [#3527](https://github.com/adobe/spectrum-css/pull/3527) [`5f1751c`](https://github.com/adobe/spectrum-css/commit/5f1751c82a5fe55ae0d999f5f50cfeca4c8a5c75) Thanks [@castastrophe](https://github.com/castastrophe)! - Minor dependency updates to align with the larger project.
8+
39
## 2.0.4
410

511
### Patch Changes

plugins/stylelint-no-unused-custom-properties/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-tools/stylelint-no-unused-custom-properties",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Report on any unused custom property definitions",
55
"license": "Apache-2.0",
66
"author": "Adobe",

plugins/stylelint-theme-alignment/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#3527](https://github.com/adobe/spectrum-css/pull/3527) [`5f1751c`](https://github.com/adobe/spectrum-css/commit/5f1751c82a5fe55ae0d999f5f50cfeca4c8a5c75) Thanks [@castastrophe](https://github.com/castastrophe)! - Minor dependency updates to align with the larger project.
8+
39
## 1.2.0
410

511
### Minor Changes

plugins/stylelint-theme-alignment/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-tools/stylelint-theme-alignment",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A utility to ensure that all custom properties are intially defined in a core resource file and all subsequent uses leverage only values defined there first.",
55
"license": "Apache-2.0",
66
"author": "Adobe",

tools/bundle/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#3527](https://github.com/adobe/spectrum-css/pull/3527) [`5f1751c`](https://github.com/adobe/spectrum-css/commit/5f1751c82a5fe55ae0d999f5f50cfeca4c8a5c75) Thanks [@castastrophe](https://github.com/castastrophe)! - Minor dependency updates to align with the larger project.
8+
39
## 1.0.0
410

511
### Major Changes

0 commit comments

Comments
 (0)