From ec38069b3aa716fc74e4af6818ad8f04cab98b92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 1 Dec 2022 17:02:56 +0000 Subject: [PATCH] Publish Next Version --- .changeset/honest-spoons-reflect.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/honest-spoons-reflect.md diff --git a/.changeset/honest-spoons-reflect.md b/.changeset/honest-spoons-reflect.md deleted file mode 100644 index 9a176654a..000000000 --- a/.changeset/honest-spoons-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': patch ---- - -Allow captions for centered WordPress Image Blocks to fill their container diff --git a/CHANGELOG.md b/CHANGELOG.md index f3278c3bb..ba2739c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cloudfour/patterns +## 12.7.1 + +### Patch Changes + +- [#2089](https://github.com/cloudfour/cloudfour.com-patterns/pull/2089) [`3d3da978`](https://github.com/cloudfour/cloudfour.com-patterns/commit/3d3da978ff5286886e362da84979697e759ea9e7) Thanks [@tylersticka](https://github.com/tylersticka)! - Allow captions for centered WordPress Image Blocks to fill their container + ## 12.7.0 ### Minor Changes diff --git a/package.json b/package.json index f968da5c1..3be2c4acf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/patterns", - "version": "12.7.0", + "version": "12.7.1", "author": "Cloud Four", "description": "Front-end patterns for cloudfour.com", "homepage": "https://github.com/cloudfour/cloudfour.com-patterns",