Skip to content

Commit 19305e2

Browse files
chore: release (#3552)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a8bb0b8 commit 19305e2

File tree

14 files changed

+36
-35
lines changed

14 files changed

+36
-35
lines changed

.changeset/quick-hairs-walk.md

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

components/actionbutton/CHANGELOG.md

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

3+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- [#3540](https://github.com/adobe/spectrum-css/pull/3540) [`a8bb0b8`](https://github.com/adobe/spectrum-css/commit/a8bb0b89a5fe1cc9d09edf6a1d2249dde930757a) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - S2 Foundations fixes
8+
9+
- Adjusts corner rounding for S2 foundations to follow S2 action button corner rounding, particularly to help give additional space to the help/corner triangle icon:
10+
- corner-radius-medium-size-extra-small
11+
- corner-radius-medium-size-small
12+
- corner-radius-medium-size-medium
13+
- corner-radius-medium-size-large
14+
- corner-radius-medium-size-extra-large
15+
- Corrects the `disabled-background-color` and `disabled-static-*-background-color` tokens for the disabled and selected+disabled states
16+
317
## 7.1.0
418

519
### Minor Changes

components/actionbutton/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/actionbutton",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "The Spectrum CSS action button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/actiongroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/actionbutton": "7.1.0",
40+
"@spectrum-css/actionbutton": "7.1.1",
4141
"@spectrum-css/tokens": "16.0.1"
4242
},
4343
"keywords": [

components/actionmenu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
3333
},
3434
"devDependencies": {
35-
"@spectrum-css/actionbutton": "7.1.0",
35+
"@spectrum-css/actionbutton": "7.1.1",
3636
"@spectrum-css/icon": "9.1.0",
3737
"@spectrum-css/menu": "9.1.0",
3838
"@spectrum-css/popover": "8.1.0",

components/breadcrumb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242
},
4343
"devDependencies": {
44-
"@spectrum-css/actionbutton": "7.1.0",
44+
"@spectrum-css/actionbutton": "7.1.1",
4545
"@spectrum-css/icon": "9.1.0",
4646
"@spectrum-css/tokens": "16.0.1"
4747
},

components/calendar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/actionbutton": "7.1.0",
40+
"@spectrum-css/actionbutton": "7.1.1",
4141
"@spectrum-css/tokens": "16.0.1"
4242
},
4343
"keywords": [

components/card/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"devDependencies": {
60-
"@spectrum-css/actionbutton": "7.1.0",
60+
"@spectrum-css/actionbutton": "7.1.1",
6161
"@spectrum-css/asset": "7.1.0",
6262
"@spectrum-css/checkbox": "10.1.0",
6363
"@spectrum-css/icon": "9.1.0",

components/coachmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"devDependencies": {
60-
"@spectrum-css/actionbutton": "7.1.0",
60+
"@spectrum-css/actionbutton": "7.1.1",
6161
"@spectrum-css/actionmenu": "7.1.0",
6262
"@spectrum-css/button": "14.1.0",
6363
"@spectrum-css/buttongroup": "9.1.0",

components/contextualhelp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
},
4747
"devDependencies": {
48-
"@spectrum-css/actionbutton": "7.1.0",
48+
"@spectrum-css/actionbutton": "7.1.1",
4949
"@spectrum-css/link": "7.1.0",
5050
"@spectrum-css/popover": "8.1.0",
5151
"@spectrum-css/tokens": "16.0.1"

0 commit comments

Comments
 (0)