Skip to content

Commit d421699

Browse files
chore: release (#3592)
* chore: release --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Patrick Fulton <[email protected]>
1 parent 2e17d10 commit d421699

File tree

14 files changed

+32
-30
lines changed

14 files changed

+32
-30
lines changed

.changeset/fast-hats-worry.md

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

.changeset/strong-falcons-switch.md

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

components/combobox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@spectrum-css/pickerbutton": "6.1.1",
5858
"@spectrum-css/popover": "8.2.0",
5959
"@spectrum-css/progresscircle": "5.1.0",
60-
"@spectrum-css/textfield": "8.1.0",
60+
"@spectrum-css/textfield": "8.1.1",
6161
"@spectrum-css/tokens": "16.0.1"
6262
},
6363
"keywords": [

components/datepicker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@spectrum-css/calendar": "7.1.0",
5353
"@spectrum-css/pickerbutton": "6.1.1",
5454
"@spectrum-css/popover": "8.2.0",
55-
"@spectrum-css/textfield": "8.1.0",
55+
"@spectrum-css/textfield": "8.1.1",
5656
"@spectrum-css/tokens": "16.0.1"
5757
},
5858
"keywords": [

components/pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@spectrum-css/actionbutton": "7.1.1",
5353
"@spectrum-css/button": "14.1.1",
5454
"@spectrum-css/icon": "9.1.0",
55-
"@spectrum-css/textfield": "8.1.0",
55+
"@spectrum-css/textfield": "8.1.1",
5656
"@spectrum-css/tokens": "16.0.1"
5757
},
5858
"keywords": [

components/search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@spectrum-css/clearbutton": "7.1.0",
4949
"@spectrum-css/icon": "9.1.0",
50-
"@spectrum-css/textfield": "8.1.0",
50+
"@spectrum-css/textfield": "8.1.1",
5151
"@spectrum-css/tokens": "16.0.1"
5252
},
5353
"keywords": [

components/stepper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@spectrum-css/actionbutton": "7.1.1",
5353
"@spectrum-css/icon": "9.1.0",
5454
"@spectrum-css/infieldbutton": "6.1.1",
55-
"@spectrum-css/textfield": "8.1.0",
55+
"@spectrum-css/textfield": "8.1.1",
5656
"@spectrum-css/tokens": "16.0.1"
5757
},
5858
"keywords": [

components/swatch/CHANGELOG.md

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

3+
## 8.1.2
4+
5+
### Patch Changes
6+
7+
- [#3575](https://github.com/adobe/spectrum-css/pull/3575) [`2e17d10`](https://github.com/adobe/spectrum-css/commit/2e17d109ebec3c2745c32a15840af5c636c8dc5d) Thanks [@TarunAdobe](https://github.com/TarunAdobe)! - Reverts all themes' disabled icon color back to original spectrum-white and border color to black with opacity token `swatch-disabled-icon-border-opacity`.
8+
39
## 8.1.1
410

511
### Patch Changes

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

components/swatchgroup/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/swatch": "8.1.1",
40+
"@spectrum-css/swatch": "8.1.2",
4141
"@spectrum-css/tokens": "16.0.1"
4242
},
4343
"keywords": [

0 commit comments

Comments
 (0)