diff --git a/.changeset/lazy-turkeys-eat.md b/.changeset/lazy-turkeys-eat.md deleted file mode 100644 index 9518260b2..000000000 --- a/.changeset/lazy-turkeys-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': patch ---- - -Prevent border utility classes from accidentally setting `border-width` on all edges diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e24cfdd..061437b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cloudfour/patterns +## 12.3.1 + +### Patch Changes + +- [#1995](https://github.com/cloudfour/cloudfour.com-patterns/pull/1995) [`cc8c0897`](https://github.com/cloudfour/cloudfour.com-patterns/commit/cc8c089728c102047a295447fd971d36d5c5e026) Thanks [@tylersticka](https://github.com/tylersticka)! - Prevent border utility classes from accidentally setting `border-width` on all edges + ## 12.3.0 ### Minor Changes diff --git a/package.json b/package.json index 1ccb3bb94..e6628c515 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/patterns", - "version": "12.3.0", + "version": "12.3.1", "author": "Cloud Four", "description": "Front-end patterns for cloudfour.com", "homepage": "https://github.com/cloudfour/cloudfour.com-patterns",