Skip to content

Commit 2a821f5

Browse files
chore: release (#3589)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3caeff3 commit 2a821f5

File tree

12 files changed

+25
-25
lines changed

12 files changed

+25
-25
lines changed

.changeset/odd-seahorses-hunt.md

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

components/assetcard/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/checkbox": "10.1.0",
40+
"@spectrum-css/checkbox": "10.1.1",
4141
"@spectrum-css/tokens": "16.0.1"
4242
},
4343
"keywords": [

components/assetlist/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/checkbox": "10.1.0",
44+
"@spectrum-css/checkbox": "10.1.1",
4545
"@spectrum-css/icon": "9.1.0",
4646
"@spectrum-css/tokens": "16.0.1"
4747
},

components/card/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@spectrum-css/actionbutton": "7.1.1",
6161
"@spectrum-css/asset": "7.1.0",
62-
"@spectrum-css/checkbox": "10.1.0",
62+
"@spectrum-css/checkbox": "10.1.1",
6363
"@spectrum-css/icon": "9.1.0",
6464
"@spectrum-css/tokens": "16.0.1",
6565
"@spectrum-css/typography": "8.1.0"

components/checkbox/CHANGELOG.md

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

3-
All notable changes to this project will be documented in this file.
4-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
## 10.1.1
4+
5+
### Patch Changes
6+
7+
- [#3573](https://github.com/adobe/spectrum-css/pull/3573) [`3caeff3`](https://github.com/adobe/spectrum-css/commit/3caeff3a62220a988e5b64af66c1333e524f1b75) Thanks [@TarunAdobe](https://github.com/TarunAdobe)!
8+
9+
- Updated deselected (default) border color of the box to be neutral content color default in spectrum-two theme
510

611
## 10.1.0
712

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

components/fieldgroup/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/checkbox": "10.1.0",
48+
"@spectrum-css/checkbox": "10.1.1",
4949
"@spectrum-css/helptext": "7.1.0",
5050
"@spectrum-css/radio": "10.1.0",
5151
"@spectrum-css/tokens": "16.0.1"

components/menu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
"devDependencies": {
56-
"@spectrum-css/checkbox": "10.1.0",
56+
"@spectrum-css/checkbox": "10.1.1",
5757
"@spectrum-css/divider": "5.1.0",
5858
"@spectrum-css/icon": "9.1.0",
5959
"@spectrum-css/switch": "6.1.0",

components/miller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@spectrum-css/assetlist": "8.1.0",
49-
"@spectrum-css/checkbox": "10.1.0",
49+
"@spectrum-css/checkbox": "10.1.1",
5050
"@spectrum-css/icon": "9.1.0",
5151
"@spectrum-css/tokens": "16.0.1"
5252
},

components/table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@spectrum-css/button": "14.1.1",
53-
"@spectrum-css/checkbox": "10.1.0",
53+
"@spectrum-css/checkbox": "10.1.1",
5454
"@spectrum-css/icon": "9.1.0",
5555
"@spectrum-css/thumbnail": "8.1.0",
5656
"@spectrum-css/tokens": "16.0.1"

0 commit comments

Comments
 (0)