Skip to content

Commit ff09d79

Browse files
chore: release (next) (#4116)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cf4fc1a commit ff09d79

Some content is hidden

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

53 files changed

+480
-107
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
"proud-schools-reply",
163163
"public-facts-boil",
164164
"puny-kids-rhyme",
165+
"ready-apes-pull",
165166
"real-jobs-flow",
166167
"red-kiwis-flash",
167168
"ripe-symbols-wear",

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

components/alertbanner/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change log
22

3+
## 4.0.0-next.3
4+
5+
### Patch Changes
6+
7+
📝 [#4113](https://github.com/adobe/spectrum-css/pull/4113) [`cf4fc1a`](https://github.com/adobe/spectrum-css/commit/cf4fc1a01d23ba810f45a903ecc29a5c8aae33d1) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
## Minor linting fixes
10+
11+
- Removed unused custom properties across multiple components
12+
- Fixed color function notation by converting `rgba()` to `rgb()` where appropriate
13+
- Removed duplicate custom property declarations
14+
- Fixed deprecated CSS properties (e.g., `word-wrap``overflow-wrap`)
15+
- Removed unnecessary stylelint-disable comments
16+
17+
_No visual or functional changes to components._
18+
319
## 4.0.0-next.2
420

521
### Patch Changes

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

components/alertdialog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@spectrum-css/icon": "10.0.0-next.3",
5959
"@spectrum-css/modal": "8.0.0-next.1",
6060
"@spectrum-css/tokens": "16.1.0-next.7",
61-
"@spectrum-css/underlay": "7.0.0-next.0"
61+
"@spectrum-css/underlay": "7.0.0-next.1"
6262
},
6363
"keywords": [
6464
"design-system",

components/assetcard/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change log
22

3+
## 6.0.0-next.2
4+
5+
### Patch Changes
6+
7+
📝 [#4113](https://github.com/adobe/spectrum-css/pull/4113) [`cf4fc1a`](https://github.com/adobe/spectrum-css/commit/cf4fc1a01d23ba810f45a903ecc29a5c8aae33d1) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
## Minor linting fixes
10+
11+
- Removed unused custom properties across multiple components
12+
- Fixed color function notation by converting `rgba()` to `rgb()` where appropriate
13+
- Removed duplicate custom property declarations
14+
- Fixed deprecated CSS properties (e.g., `word-wrap``overflow-wrap`)
15+
- Removed unnecessary stylelint-disable comments
16+
17+
_No visual or functional changes to components._
18+
319
## 6.0.0-next.1
420

521
### Patch Changes

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

components/breadcrumb/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change log
22

3+
## 12.0.0-next.3
4+
5+
### Patch Changes
6+
7+
📝 [#4113](https://github.com/adobe/spectrum-css/pull/4113) [`cf4fc1a`](https://github.com/adobe/spectrum-css/commit/cf4fc1a01d23ba810f45a903ecc29a5c8aae33d1) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
## Minor linting fixes
10+
11+
- Removed unused custom properties across multiple components
12+
- Fixed color function notation by converting `rgba()` to `rgb()` where appropriate
13+
- Removed duplicate custom property declarations
14+
- Fixed deprecated CSS properties (e.g., `word-wrap``overflow-wrap`)
15+
- Removed unnecessary stylelint-disable comments
16+
17+
_No visual or functional changes to components._
18+
319
## 12.0.0-next.2
420

521
### Major Changes

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

0 commit comments

Comments
 (0)