Skip to content

Commit e676eb5

Browse files
chore: release (#3632)
* chore: release --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a02f1d1 commit e676eb5

File tree

12 files changed

+26
-23
lines changed

12 files changed

+26
-23
lines changed

.changeset/blue-wasps-talk.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.1",
40+
"@spectrum-css/checkbox": "10.1.2",
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.1",
44+
"@spectrum-css/checkbox": "10.1.2",
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.2",
6161
"@spectrum-css/asset": "7.1.0",
62-
"@spectrum-css/checkbox": "10.1.1",
62+
"@spectrum-css/checkbox": "10.1.2",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change log
22

3+
## 10.1.2
4+
5+
### Patch Changes
6+
7+
📝 [#3617](https://github.com/adobe/spectrum-css/pull/3617) [`a02f1d1`](https://github.com/adobe/spectrum-css/commit/a02f1d13d07106465a3236c5bfe3d029f3e64426) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)!
8+
9+
Adds a `::before` pseudo element to properly target the `.spectrum-Checkbox-input:checked + .spectrum-Checkbox-box` element. The selector update, specifically in the invalid+checked+hover state should now get the proper error background color, as opposed to the default background color.
10+
311
## 10.1.1
412

513
### Patch Changes

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.1",
3+
"version": "10.1.2",
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.1",
48+
"@spectrum-css/checkbox": "10.1.2",
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.1",
56+
"@spectrum-css/checkbox": "10.1.2",
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.1",
49+
"@spectrum-css/checkbox": "10.1.2",
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.3",
53-
"@spectrum-css/checkbox": "10.1.1",
53+
"@spectrum-css/checkbox": "10.1.2",
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)