diff --git a/.changeset/seven-dogs-help.md b/.changeset/seven-dogs-help.md deleted file mode 100644 index b02b5dab6e9..00000000000 --- a/.changeset/seven-dogs-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spectrum-css/swatch": patch ---- - -Allow --spectrum-picked-color to pass in gradient values to swatch [CSS-204] diff --git a/components/swatch/CHANGELOG.md b/components/swatch/CHANGELOG.md index 061fe1e6ba7..6505146564a 100644 --- a/components/swatch/CHANGELOG.md +++ b/components/swatch/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.4.1 + +### Patch Changes + +- [#3441](https://github.com/adobe/spectrum-css/pull/3441) [`dc1f06e`](https://github.com/adobe/spectrum-css/commit/dc1f06e9ce504864ae044db14d7a9a17064683cd) Thanks [@castastrophe](https://github.com/castastrophe)! - Allow --spectrum-picked-color to pass in gradient values to swatch [CSS-204] + ## 6.4.0 ### Minor Changes diff --git a/components/swatch/package.json b/components/swatch/package.json index 4f10285d6cb..55d5844340c 100644 --- a/components/swatch/package.json +++ b/components/swatch/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/swatch", - "version": "6.4.0", + "version": "6.4.1", "description": "The Spectrum CSS Color swatch component", "license": "Apache-2.0", "author": "Adobe",