diff --git a/.changeset/pre.json b/.changeset/pre.json index 60068515e66..c9c6e644714 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -154,6 +154,7 @@ "six-fireants-rule", "sixty-ears-heal", "soft-pianos-suffer", + "soft-ways-drop", "sour-balloons-begin", "spicy-meals-smoke", "spicy-poets-build", @@ -163,6 +164,7 @@ "tasty-years-cheat", "tender-buckets-sneeze", "three-buckets-walk", + "three-months-provide", "tiny-stingrays-kneel", "twelve-melons-battle", "twenty-jokes-lie", diff --git a/components/button/CHANGELOG.md b/components/button/CHANGELOG.md index f54c318b3c5..927890ea6ee 100644 --- a/components/button/CHANGELOG.md +++ b/components/button/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 14.0.0-s2-foundations.18 + +### Minor Changes + +- [#3197](https://github.com/adobe/spectrum-css/pull/3197) [`1eac198`](https://github.com/adobe/spectrum-css/commit/1eac198754ca1e60f96a64c7cf5e7c7a4758b1f3) Thanks [@cdransf](https://github.com/cdransf)! - Replaces all of occurrences of --spectrum-component-pill-edge-to-text-_ (intended to be used as padding) in the button component with the appropriate corner-radius-_ tokens. + ## 14.0.0-s2-foundations.17 ### Minor Changes diff --git a/components/button/package.json b/components/button/package.json index 7c5c8c27420..ee9872413a6 100644 --- a/components/button/package.json +++ b/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/button", - "version": "14.0.0-s2-foundations.17", + "version": "14.0.0-s2-foundations.18", "description": "The Spectrum CSS button component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/radio/CHANGELOG.md b/components/radio/CHANGELOG.md index bd1be92c5de..baaaa09484c 100644 --- a/components/radio/CHANGELOG.md +++ b/components/radio/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.0.0-s2-foundations.16 + +### Minor Changes + +- [#3164](https://github.com/adobe/spectrum-css/pull/3164) [`f8dead7`](https://github.com/adobe/spectrum-css/commit/f8dead7a680e88678bf830fccee32ecc661677bc) Thanks [@jawinn](https://github.com/jawinn)! - Fixes an issue with the alignment of a read-only radio's label element within field group and flex layouts. + ## 10.0.0-s2-foundations.15 ### Minor Changes diff --git a/components/radio/package.json b/components/radio/package.json index 21353b21851..48694eea0d8 100644 --- a/components/radio/package.json +++ b/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/radio", - "version": "10.0.0-s2-foundations.15", + "version": "10.0.0-s2-foundations.16", "description": "The Spectrum CSS radio component", "license": "Apache-2.0", "author": "Adobe",