Skip to content

Commit f228706

Browse files
chore: release (#3389)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 38b0b76 commit f228706

File tree

6 files changed

+19
-12
lines changed

6 files changed

+19
-12
lines changed

.changeset/afraid-dogs-worry.md

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

.changeset/gold-deers-smash.md

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

components/checkbox/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+
## 9.2.1
4+
5+
### Patch Changes
6+
7+
- [#3328](https://github.com/adobe/spectrum-css/pull/3328) [`a0486b3`](https://github.com/adobe/spectrum-css/commit/a0486b341581c610ebc9b3acd1837be2b66eb348) Thanks [@jawinn](https://github.com/jawinn)! - This removes some unnecessary read-only styles. Read-only just needs to override disabled styles. Otherwise it uses the normal styles (for both default and emphasized).
8+
39
## 9.2.0
410

511
### Minor 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": "9.2.0",
3+
"version": "9.2.1",
44
"description": "The Spectrum CSS checkbox component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/fieldgroup/CHANGELOG.md

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

3+
## 5.3.0
4+
5+
### Minor Changes
6+
7+
- [#3328](https://github.com/adobe/spectrum-css/pull/3328) [`a0486b3`](https://github.com/adobe/spectrum-css/commit/a0486b341581c610ebc9b3acd1837be2b66eb348) Thanks [@jawinn](https://github.com/jawinn)! - The previous display of the read-only state checkboxes did not match up with any guidelines. This update removes the read-only specific styles for checkbox within the fieldgroup component, so that the boxes are still displayed and commas are not appended to the label. This includes the removal of `--spectrum-fieldgroup-readonly-delimiter` as it is no longer needed.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a0486b3`](https://github.com/adobe/spectrum-css/commit/a0486b341581c610ebc9b3acd1837be2b66eb348)]:
12+
- @spectrum-css/checkbox@9.2.1
13+
314
## 5.2.0
415

516
### Minor Changes

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

0 commit comments

Comments
 (0)