Skip to content

Commit 1fd5516

Browse files
chore: release (#4220)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2df53f8 commit 1fd5516

File tree

171 files changed

+1320
-736
lines changed

Some content is hidden

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

171 files changed

+1320
-736
lines changed

.changeset/plain-zebras-heal.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

components/accordion/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+
## 7.2.0
4+
5+
### Minor Changes
6+
7+
📝 [#4218](https://github.com/adobe/spectrum-css/pull/4218) [`2df53f8`](https://github.com/adobe/spectrum-css/commit/2df53f8b9ef6d6a031ca99726aa7f0475443ca03) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
Ensure accurate exports are present for each component. Specifically, adding `themes/*` assets where present and removing`index-*.css` exports where those assets do not exist.
10+
311
## 7.1.1
412

513
### Patch Changes

components/accordion/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/accordion",
3-
"version": "7.1.1",
3+
"version": "7.2.0",
44
"description": "The Spectrum CSS accordion component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"devDependencies": {
41-
"@spectrum-css/icon": "9.1.0",
41+
"@spectrum-css/icon": "9.2.0",
4242
"@spectrum-css/tokens": "16.0.2"
4343
},
4444
"keywords": [

components/actionbar/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+
## 10.2.0
4+
5+
### Minor Changes
6+
7+
📝 [#4218](https://github.com/adobe/spectrum-css/pull/4218) [`2df53f8`](https://github.com/adobe/spectrum-css/commit/2df53f8b9ef6d6a031ca99726aa7f0475443ca03) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
Ensure accurate exports are present for each component. Specifically, adding `themes/*` assets where present and removing`index-*.css` exports where those assets do not exist.
10+
311
## 10.1.1
412

513
### Patch Changes

components/actionbar/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbar",
3-
"version": "10.1.1",
3+
"version": "10.2.0",
44
"description": "The Spectrum CSS actionbar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -50,10 +50,10 @@
5050
}
5151
},
5252
"devDependencies": {
53-
"@spectrum-css/actiongroup": "6.1.0",
54-
"@spectrum-css/closebutton": "6.1.0",
55-
"@spectrum-css/fieldlabel": "10.1.0",
56-
"@spectrum-css/popover": "8.2.0",
53+
"@spectrum-css/actiongroup": "6.2.0",
54+
"@spectrum-css/closebutton": "6.2.0",
55+
"@spectrum-css/fieldlabel": "10.2.0",
56+
"@spectrum-css/popover": "8.3.0",
5757
"@spectrum-css/tokens": "16.0.2"
5858
},
5959
"keywords": [

components/actionbutton/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+
## 7.2.0
4+
5+
### Minor Changes
6+
7+
📝 [#4218](https://github.com/adobe/spectrum-css/pull/4218) [`2df53f8`](https://github.com/adobe/spectrum-css/commit/2df53f8b9ef6d6a031ca99726aa7f0475443ca03) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
Ensure accurate exports are present for each component. Specifically, adding `themes/*` assets where present and removing`index-*.css` exports where those assets do not exist.
10+
311
## 7.1.4
412

513
### Patch Changes

components/actionbutton/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbutton",
3-
"version": "7.1.4",
3+
"version": "7.2.0",
44
"description": "The Spectrum CSS action button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -38,8 +38,8 @@
3838
}
3939
},
4040
"devDependencies": {
41-
"@spectrum-css/commons": "11.0.0",
42-
"@spectrum-css/icon": "9.1.0",
41+
"@spectrum-css/commons": "11.1.0",
42+
"@spectrum-css/icon": "9.2.0",
4343
"@spectrum-css/tokens": "16.0.2"
4444
},
4545
"keywords": [

components/actiongroup/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+
## 6.2.0
4+
5+
### Minor Changes
6+
7+
📝 [#4218](https://github.com/adobe/spectrum-css/pull/4218) [`2df53f8`](https://github.com/adobe/spectrum-css/commit/2df53f8b9ef6d6a031ca99726aa7f0475443ca03) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
Ensure accurate exports are present for each component. Specifically, adding `themes/*` assets where present and removing`index-*.css` exports where those assets do not exist.
10+
311
## 7.0.0
412

513
### Minor Changes

components/actiongroup/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/actiongroup",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "The Spectrum CSS actiongroup component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"devDependencies": {
41-
"@spectrum-css/actionbutton": "7.1.4",
41+
"@spectrum-css/actionbutton": "7.2.0",
4242
"@spectrum-css/tokens": "16.0.2"
4343
},
4444
"keywords": [

components/actionmenu/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+
## 7.2.0
4+
5+
### Minor Changes
6+
7+
📝 [#4218](https://github.com/adobe/spectrum-css/pull/4218) [`2df53f8`](https://github.com/adobe/spectrum-css/commit/2df53f8b9ef6d6a031ca99726aa7f0475443ca03) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
Ensure accurate exports are present for each component. Specifically, adding `themes/*` assets where present and removing`index-*.css` exports where those assets do not exist.
10+
311
## 7.1.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)