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

-5
This file was deleted.

components/assetcard/package.json

+1-1
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

+1-1
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

+1-1
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

+8
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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"

tools/bundle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@spectrum-css/buttongroup": "9.1.0",
4848
"@spectrum-css/calendar": "7.1.0",
4949
"@spectrum-css/card": "11.1.0",
50-
"@spectrum-css/checkbox": "10.1.1",
50+
"@spectrum-css/checkbox": "10.1.2",
5151
"@spectrum-css/clearbutton": "7.1.0",
5252
"@spectrum-css/closebutton": "6.1.0",
5353
"@spectrum-css/coachindicator": "4.1.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3921,7 +3921,7 @@ __metadata:
39213921
version: 0.0.0-use.local
39223922
resolution: "@spectrum-css/assetcard@workspace:components/assetcard"
39233923
dependencies:
3924-
"@spectrum-css/checkbox": "npm:10.1.1"
3924+
"@spectrum-css/checkbox": "npm:10.1.2"
39253925
"@spectrum-css/tokens": "npm:16.0.1"
39263926
peerDependencies:
39273927
"@spectrum-css/checkbox": ">=10.0.0 <11.0.0"
@@ -3938,7 +3938,7 @@ __metadata:
39383938
version: 0.0.0-use.local
39393939
resolution: "@spectrum-css/assetlist@workspace:components/assetlist"
39403940
dependencies:
3941-
"@spectrum-css/checkbox": "npm:10.1.1"
3941+
"@spectrum-css/checkbox": "npm:10.1.2"
39423942
"@spectrum-css/icon": "npm:9.1.0"
39433943
"@spectrum-css/tokens": "npm:16.0.1"
39443944
peerDependencies:
@@ -4027,7 +4027,7 @@ __metadata:
40274027
"@spectrum-css/buttongroup": "npm:9.1.0"
40284028
"@spectrum-css/calendar": "npm:7.1.0"
40294029
"@spectrum-css/card": "npm:11.1.0"
4030-
"@spectrum-css/checkbox": "npm:10.1.1"
4030+
"@spectrum-css/checkbox": "npm:10.1.2"
40314031
"@spectrum-css/clearbutton": "npm:7.1.0"
40324032
"@spectrum-css/closebutton": "npm:6.1.0"
40334033
"@spectrum-css/coachindicator": "npm:4.1.0"
@@ -4163,7 +4163,7 @@ __metadata:
41634163
dependencies:
41644164
"@spectrum-css/actionbutton": "npm:7.1.2"
41654165
"@spectrum-css/asset": "npm:7.1.0"
4166-
"@spectrum-css/checkbox": "npm:10.1.1"
4166+
"@spectrum-css/checkbox": "npm:10.1.2"
41674167
"@spectrum-css/icon": "npm:9.1.0"
41684168
"@spectrum-css/tokens": "npm:16.0.1"
41694169
"@spectrum-css/typography": "npm:8.1.0"
@@ -4193,7 +4193,7 @@ __metadata:
41934193
languageName: unknown
41944194
linkType: soft
41954195

4196-
"@spectrum-css/checkbox@npm:10.1.1, @spectrum-css/checkbox@workspace:components/checkbox":
4196+
"@spectrum-css/checkbox@npm:10.1.2, @spectrum-css/checkbox@workspace:components/checkbox":
41974197
version: 0.0.0-use.local
41984198
resolution: "@spectrum-css/checkbox@workspace:components/checkbox"
41994199
dependencies:
@@ -4591,7 +4591,7 @@ __metadata:
45914591
version: 0.0.0-use.local
45924592
resolution: "@spectrum-css/fieldgroup@workspace:components/fieldgroup"
45934593
dependencies:
4594-
"@spectrum-css/checkbox": "npm:10.1.1"
4594+
"@spectrum-css/checkbox": "npm:10.1.2"
45954595
"@spectrum-css/helptext": "npm:7.1.0"
45964596
"@spectrum-css/radio": "npm:10.1.0"
45974597
"@spectrum-css/tokens": "npm:16.0.1"
@@ -4782,7 +4782,7 @@ __metadata:
47824782
version: 0.0.0-use.local
47834783
resolution: "@spectrum-css/menu@workspace:components/menu"
47844784
dependencies:
4785-
"@spectrum-css/checkbox": "npm:10.1.1"
4785+
"@spectrum-css/checkbox": "npm:10.1.2"
47864786
"@spectrum-css/divider": "npm:5.1.0"
47874787
"@spectrum-css/icon": "npm:9.1.0"
47884788
"@spectrum-css/switch": "npm:6.1.0"
@@ -4833,7 +4833,7 @@ __metadata:
48334833
resolution: "@spectrum-css/miller@workspace:components/miller"
48344834
dependencies:
48354835
"@spectrum-css/assetlist": "npm:8.1.0"
4836-
"@spectrum-css/checkbox": "npm:10.1.1"
4836+
"@spectrum-css/checkbox": "npm:10.1.2"
48374837
"@spectrum-css/icon": "npm:9.1.0"
48384838
"@spectrum-css/tokens": "npm:16.0.1"
48394839
peerDependencies:
@@ -5306,7 +5306,7 @@ __metadata:
53065306
resolution: "@spectrum-css/table@workspace:components/table"
53075307
dependencies:
53085308
"@spectrum-css/button": "npm:14.1.3"
5309-
"@spectrum-css/checkbox": "npm:10.1.1"
5309+
"@spectrum-css/checkbox": "npm:10.1.2"
53105310
"@spectrum-css/icon": "npm:9.1.0"
53115311
"@spectrum-css/thumbnail": "npm:8.1.0"
53125312
"@spectrum-css/tokens": "npm:16.0.1"

0 commit comments

Comments
 (0)