Skip to content

Commit db13d42

Browse files
chore: release (#3567)
Release: - @spectrum-css/[email protected] [#3566](#3566) [`0fe73e9`](0fe73e9) Updated dependencies: - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] - @spectrum-css/[email protected] --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: castastrophe <[email protected]>
1 parent 0fe73e9 commit db13d42

File tree

23 files changed

+121
-49
lines changed

23 files changed

+121
-49
lines changed

.changeset/config.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"linked": [],
1212
"access": "public",
1313
"baseBranch": "main",
14-
"updateInternalDependencies": "patch",
15-
"ignore": []
14+
"updateInternalDependencies": "minor",
15+
"useCalculatedVersion": true,
16+
"ignore": [],
17+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
18+
"onlyUpdatePeerDependentsWhenOutOfRange": true,
19+
"updateInternalDependents": "out-of-range"
20+
}
1621
}

.changeset/perfect-worms-march.md

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

components/actionbar/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 10.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0fe73e9`](https://github.com/adobe/spectrum-css/commit/0fe73e9483e028c5c8b724d19f5e7e0bd455b279)]:
8+
- @spectrum-css/popover@8.2.0
9+
310
## 10.1.0
411

512
### Minor Changes

components/actionbar/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/actionbar",
3-
"version": "10.1.0",
3+
"version": "10.1.1",
44
"description": "The Spectrum CSS actionbar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -52,7 +52,7 @@
5252
"@spectrum-css/actiongroup": "6.1.0",
5353
"@spectrum-css/closebutton": "6.1.0",
5454
"@spectrum-css/fieldlabel": "10.1.0",
55-
"@spectrum-css/popover": "8.1.0",
55+
"@spectrum-css/popover": "8.2.0",
5656
"@spectrum-css/tokens": "16.0.1"
5757
},
5858
"keywords": [

components/actionmenu/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0fe73e9`](https://github.com/adobe/spectrum-css/commit/0fe73e9483e028c5c8b724d19f5e7e0bd455b279)]:
8+
- @spectrum-css/popover@8.2.0
9+
310
## 7.1.0
411

512
### Patch Changes

components/actionmenu/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/actionmenu",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "The Spectrum CSS actionmenu component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -35,7 +35,7 @@
3535
"@spectrum-css/actionbutton": "7.1.1",
3636
"@spectrum-css/icon": "9.1.0",
3737
"@spectrum-css/menu": "9.1.0",
38-
"@spectrum-css/popover": "8.1.0",
38+
"@spectrum-css/popover": "8.2.0",
3939
"@spectrum-css/tokens": "16.0.1"
4040
},
4141
"keywords": [

components/coachmark/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+
## 9.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0fe73e9`](https://github.com/adobe/spectrum-css/commit/0fe73e9483e028c5c8b724d19f5e7e0bd455b279)]:
8+
- @spectrum-css/popover@8.2.0
9+
- @spectrum-css/actionmenu@8.0.0
10+
311
## 9.1.0
412

513
### Minor Changes

components/coachmark/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/coachmark",
3-
"version": "9.1.0",
3+
"version": "9.1.1",
44
"description": "The Spectrum CSS coachmark component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -58,11 +58,11 @@
5858
},
5959
"devDependencies": {
6060
"@spectrum-css/actionbutton": "7.1.1",
61-
"@spectrum-css/actionmenu": "7.1.0",
61+
"@spectrum-css/actionmenu": "7.1.1",
6262
"@spectrum-css/button": "14.1.1",
6363
"@spectrum-css/buttongroup": "9.1.0",
6464
"@spectrum-css/menu": "9.1.0",
65-
"@spectrum-css/popover": "8.1.0",
65+
"@spectrum-css/popover": "8.2.0",
6666
"@spectrum-css/tokens": "16.0.1"
6767
},
6868
"keywords": [

components/combobox/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+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0fe73e9`](https://github.com/adobe/spectrum-css/commit/0fe73e9483e028c5c8b724d19f5e7e0bd455b279)]:
8+
- @spectrum-css/popover@8.2.0
9+
- @spectrum-css/pickerbutton@7.0.0
10+
311
## 4.1.0
412

513
### Minor Changes

components/combobox/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/combobox",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "The Spectrum CSS combobox component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -54,8 +54,8 @@
5454
},
5555
"devDependencies": {
5656
"@spectrum-css/menu": "9.1.0",
57-
"@spectrum-css/pickerbutton": "6.1.0",
58-
"@spectrum-css/popover": "8.1.0",
57+
"@spectrum-css/pickerbutton": "6.1.1",
58+
"@spectrum-css/popover": "8.2.0",
5959
"@spectrum-css/progresscircle": "5.1.0",
6060
"@spectrum-css/textfield": "8.1.0",
6161
"@spectrum-css/tokens": "16.0.1"

0 commit comments

Comments
 (0)