From 2b20337630a6bf38aa70440caa6581b665f16796 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Aug 2022 16:42:56 +0000 Subject: [PATCH] Publish Next Version --- .changeset/lazy-turkeys-eat.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/lazy-turkeys-eat.md 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",