Skip to content

Commit 96af378

Browse files
authored
chore: force update packages for breaking changes to postcss (#2476)
1 parent 349dd1c commit 96af378

File tree

36 files changed

+212
-50
lines changed

36 files changed

+212
-50
lines changed

.storybook/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"@babel/core": "^7.22.1",
2222
"@chromaui/addon-visual-tests": "^0.0.124",
2323
"@etchteam/storybook-addon-status": "^4.2.4",
24-
"@spectrum-css/component-builder": "^4.0.21",
24+
"@spectrum-css/component-builder": "^5.0.0",
25+
"@spectrum-css/component-builder-simple": "^4.0.0",
2526
"@storybook/addon-a11y": "^7.6.8",
2627
"@storybook/addon-actions": "~7.5",
2728
"@storybook/addon-console": "^1.2.3",

components/page/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.0.0"></a>
7+
8+
# 7.0.0
9+
10+
🗓
11+
2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/[email protected]...@spectrum-css/[email protected])
12+
13+
### 🛑 BREAKING CHANGES
14+
15+
replace & with :root ([1eadd4f](https://github.com/adobe/spectrum-css/commit/bd6c40eb5a4b43df94dff1f325502e5cd08b7f5f))
16+
617
<a name="6.1.0"></a>
718
#6.1.0
819
🗓

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

components/splitbutton/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="8.0.0"></a>
7+
8+
## 8.0.0
9+
10+
🗓
11+
2024-01-16 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/[email protected]...@spectrum-css/[email protected])
12+
13+
### 🛑 BREAKING CHANGES
14+
15+
increase specificity to override race condition with button ([bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40eb5a4b43df94dff1f325502e5cd08b7f5f))
16+
617
<a name="7.0.3"></a>
718
##7.0.3
819
🗓

components/splitbutton/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/splitbutton",
3-
"version": "7.0.3",
3+
"version": "8.0.0",
44
"description": "The Spectrum CSS splitbutton component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="2.0.0"></a>
7+
8+
## 2.0.0
9+
10+
🗓 2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/commit/bd6c40eb5a4b43df94dff1f325502e5cd08b7f5f)
11+
12+
### 🛑 BREAKING CHANGES
13+
14+
Upgrade to PostCSS v8 [bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40eb5a4b43df94dff1f325502e5cd08b7f5f)

plugins/legacy-postcss-dropdupedvars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "legacy-postcss-dropdupedvars",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"description": "Legacy drop duplicate vars",
66
"license": "Apache-2.0",
77
"author": "Adobe",
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="2.0.0"></a>
7+
8+
## 2.0.0
9+
10+
🗓 2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/commit/bd6c40eb5a4b43df94dff1f325502e5cd08b7f5f)
11+
12+
### 🛑 BREAKING CHANGES
13+
14+
Upgrade to PostCSS v8 [bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40eb5a4b43df94dff1f325502e5cd08b7f5f)

plugins/legacy-postcss-dropunusedvars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "legacy-postcss-dropunusedvars",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"description": "Legacy remove unused variable definitions",
66
"license": "Apache-2.0",
77
"author": "Adobe",

plugins/postcss-combininator/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.0.0"></a>
7+
8+
## 2.0.0
9+
10+
🗓 2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/[email protected]@2.0.0)
11+
12+
### 🛑 BREAKING CHANGES
13+
14+
Upgrade to PostCSS v8 [bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40eb5a4b43df94dff1f325502e5cd08b7f5f)
15+
616
<a name="1.0.2"></a>
717

818
## 1.0.2

0 commit comments

Comments
 (0)