From 844deb074f4afe2aa29199fb03b72bdde25fc7fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Aug 2021 17:47:20 +0000 Subject: [PATCH] Publish Next Version --- .changeset/old-trees-compare.md | 5 ----- .changeset/sharp-moles-lick.md | 5 ----- .changeset/tasty-bugs-talk.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/old-trees-compare.md delete mode 100644 .changeset/sharp-moles-lick.md delete mode 100644 .changeset/tasty-bugs-talk.md diff --git a/.changeset/old-trees-compare.md b/.changeset/old-trees-compare.md deleted file mode 100644 index 067be8dc1..000000000 --- a/.changeset/old-trees-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Add CSS text utility classes diff --git a/.changeset/sharp-moles-lick.md b/.changeset/sharp-moles-lick.md deleted file mode 100644 index 8ce7aef42..000000000 --- a/.changeset/sharp-moles-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': patch ---- - -Make nested headings inherit font colors diff --git a/.changeset/tasty-bugs-talk.md b/.changeset/tasty-bugs-talk.md deleted file mode 100644 index 39113c484..000000000 --- a/.changeset/tasty-bugs-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Compress away all unused tokens in ESM bundle diff --git a/CHANGELOG.md b/CHANGELOG.md index 1921177e1..3d5363503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @cloudfour/patterns +## 4.2.0 + +### Minor Changes + +- [#1499](https://github.com/cloudfour/cloudfour.com-patterns/pull/1499) [`30641c95`](https://github.com/cloudfour/cloudfour.com-patterns/commit/30641c955c5e12e839f551e54954abd4597b79ba) Thanks [@gerardo-rodriguez](https://github.com/gerardo-rodriguez)! - Add CSS text utility classes + +* [#1507](https://github.com/cloudfour/cloudfour.com-patterns/pull/1507) [`5784d46e`](https://github.com/cloudfour/cloudfour.com-patterns/commit/5784d46eedcd0d3911a68e32c28b251b1d773a34) Thanks [@calebeby](https://github.com/calebeby)! - Compress away all unused tokens in ESM bundle + +### Patch Changes + +- [#1506](https://github.com/cloudfour/cloudfour.com-patterns/pull/1506) [`f14ccb05`](https://github.com/cloudfour/cloudfour.com-patterns/commit/f14ccb0509121bcbff993dbfaf64e0580219f86e) Thanks [@Paul-Hebert](https://github.com/Paul-Hebert)! - Make nested headings inherit font colors + ## 4.1.0 ### Minor Changes diff --git a/package.json b/package.json index 22bdd05c0..5ff3672d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/patterns", - "version": "4.1.0", + "version": "4.2.0", "author": "Cloud Four", "description": "Front-end patterns for cloudfour.com", "homepage": "https://github.com/cloudfour/cloudfour.com-patterns",