diff --git a/.changeset/afraid-dogs-worry.md b/.changeset/afraid-dogs-worry.md deleted file mode 100644 index 1b57d3f1f87..00000000000 --- a/.changeset/afraid-dogs-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spectrum-css/checkbox": patch ---- - -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). diff --git a/.changeset/gold-deers-smash.md b/.changeset/gold-deers-smash.md deleted file mode 100644 index a19ff447678..00000000000 --- a/.changeset/gold-deers-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spectrum-css/fieldgroup": minor ---- - -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. diff --git a/components/checkbox/CHANGELOG.md b/components/checkbox/CHANGELOG.md index 85a4ec34ce0..ebc785c5d51 100644 --- a/components/checkbox/CHANGELOG.md +++ b/components/checkbox/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 9.2.1 + +### Patch Changes + +- [#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). + ## 9.2.0 ### Minor Changes diff --git a/components/checkbox/package.json b/components/checkbox/package.json index e9dfc8e81eb..242eda05d6a 100644 --- a/components/checkbox/package.json +++ b/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/checkbox", - "version": "9.2.0", + "version": "9.2.1", "description": "The Spectrum CSS checkbox component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/fieldgroup/CHANGELOG.md b/components/fieldgroup/CHANGELOG.md index 87f85054297..2a4db63b4e3 100644 --- a/components/fieldgroup/CHANGELOG.md +++ b/components/fieldgroup/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.3.0 + +### Minor Changes + +- [#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. + +### Patch Changes + +- Updated dependencies [[`a0486b3`](https://github.com/adobe/spectrum-css/commit/a0486b341581c610ebc9b3acd1837be2b66eb348)]: + - @spectrum-css/checkbox@9.2.1 + ## 5.2.0 ### Minor Changes diff --git a/components/fieldgroup/package.json b/components/fieldgroup/package.json index 02a72219aa8..4cad0ed5664 100644 --- a/components/fieldgroup/package.json +++ b/components/fieldgroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/fieldgroup", - "version": "5.2.0", + "version": "5.3.0", "description": "The Spectrum CSS fieldgroup component", "license": "Apache-2.0", "author": "Adobe",