diff --git a/.changeset/dry-tables-leave.md b/.changeset/dry-tables-leave.md deleted file mode 100644 index baa215e85..000000000 --- a/.changeset/dry-tables-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': patch ---- - -Prevent Buttons from feeling disconnected from Input Groups when `:hover` or `:active` states are applied diff --git a/.changeset/slimy-eagles-approve.md b/.changeset/slimy-eagles-approve.md deleted file mode 100644 index 34c12d9e5..000000000 --- a/.changeset/slimy-eagles-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': patch ---- - -Disable calc optimization in minified stylesheet. This addresses a warning when `calc` included a `clamp` function, and very slightly reduces the size of the stylesheet when compressed. diff --git a/CHANGELOG.md b/CHANGELOG.md index 427ecfeea..d68e80eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @cloudfour/patterns +## 16.3.1 + +### Patch Changes + +- [#2209](https://github.com/cloudfour/cloudfour.com-patterns/pull/2209) [`d02e6be6`](https://github.com/cloudfour/cloudfour.com-patterns/commit/d02e6be6fcade50df7d9de85e8d8526638bcdf30) Thanks [@tylersticka](https://github.com/tylersticka)! - Prevent Buttons from feeling disconnected from Input Groups when `:hover` or `:active` states are applied + +- [#2212](https://github.com/cloudfour/cloudfour.com-patterns/pull/2212) [`9dbe23a6`](https://github.com/cloudfour/cloudfour.com-patterns/commit/9dbe23a690b6c3d6bee768fc6dad01c01f850d3e) Thanks [@tylersticka](https://github.com/tylersticka)! - Disable calc optimization in minified stylesheet. This addresses a warning when `calc` included a `clamp` function, and very slightly reduces the size of the stylesheet when compressed. + ## 16.3.0 ### Minor Changes diff --git a/package.json b/package.json index 154e34396..1de5cdfd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/patterns", - "version": "16.3.0", + "version": "16.3.1", "author": "Cloud Four", "description": "Front-end patterns for cloudfour.com", "homepage": "https://github.com/cloudfour/cloudfour.com-patterns",