From f26ed1be958e752b8699c447080ff5ec61864634 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Apr 2022 16:20:34 +0000 Subject: [PATCH] Publish Next Version --- .changeset/tasty-chefs-sort.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tasty-chefs-sort.md diff --git a/.changeset/tasty-chefs-sort.md b/.changeset/tasty-chefs-sort.md deleted file mode 100644 index 0d7b22ca2..000000000 --- a/.changeset/tasty-chefs-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Adds two new modifiers to the Media object diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc5a16e3..42791b451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cloudfour/patterns +## 5.2.0 + +### Minor Changes + +- [#1711](https://github.com/cloudfour/cloudfour.com-patterns/pull/1711) [`c244d509`](https://github.com/cloudfour/cloudfour.com-patterns/commit/c244d5096021ce3dbdb6df4987e178ff91c8c995) Thanks [@spaceninja](https://github.com/spaceninja)! - Adds two new modifiers to the Media object + ## 5.1.0 ### Minor Changes diff --git a/package.json b/package.json index cd0211ca7..9a05b97b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/patterns", - "version": "5.1.0", + "version": "5.2.0", "author": "Cloud Four", "description": "Front-end patterns for cloudfour.com", "homepage": "https://github.com/cloudfour/cloudfour.com-patterns",