From 28579b446cfc5754f1b8837c9b154cde9dad64c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Jul 2022 16:41:48 +0000 Subject: [PATCH] Publish Next Version --- .changeset/fuzzy-stingrays-begin.md | 5 ----- .changeset/lovely-pans-rush.md | 5 ----- .changeset/short-clouds-buy.md | 6 ------ .changeset/tricky-poems-hide.md | 5 ----- .changeset/twenty-otters-remain.md | 5 ----- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 7 files changed, 18 insertions(+), 27 deletions(-) delete mode 100644 .changeset/fuzzy-stingrays-begin.md delete mode 100644 .changeset/lovely-pans-rush.md delete mode 100644 .changeset/short-clouds-buy.md delete mode 100644 .changeset/tricky-poems-hide.md delete mode 100644 .changeset/twenty-otters-remain.md diff --git a/.changeset/fuzzy-stingrays-begin.md b/.changeset/fuzzy-stingrays-begin.md deleted file mode 100644 index 12c13b622..000000000 --- a/.changeset/fuzzy-stingrays-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudfour/patterns": patch ---- - -Bugfix: Prevent Embed videos from clipping in Safari diff --git a/.changeset/lovely-pans-rush.md b/.changeset/lovely-pans-rush.md deleted file mode 100644 index ae3de90c5..000000000 --- a/.changeset/lovely-pans-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': patch ---- - -Deprecated the Button Swap component diff --git a/.changeset/short-clouds-buy.md b/.changeset/short-clouds-buy.md deleted file mode 100644 index ca3596fef..000000000 --- a/.changeset/short-clouds-buy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -- Add Media Summary component, extending the Media object for linked content summaries (events, books, projects, etc.) -- Deprecated the Event Summary component diff --git a/.changeset/tricky-poems-hide.md b/.changeset/tricky-poems-hide.md deleted file mode 100644 index 70b4714bd..000000000 --- a/.changeset/tricky-poems-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Add `object_class` and `content_class` properties to the Media object template to make it more extensible diff --git a/.changeset/twenty-otters-remain.md b/.changeset/twenty-otters-remain.md deleted file mode 100644 index 6cd300746..000000000 --- a/.changeset/twenty-otters-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': patch ---- - -Prevent focused input outlines from being cut off by adjacent elements inside of Input Group objects diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1899d68..0d6cf43cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # @cloudfour/patterns +## 11.4.0 + +### Minor Changes + +- [#1954](https://github.com/cloudfour/cloudfour.com-patterns/pull/1954) [`04f925e5`](https://github.com/cloudfour/cloudfour.com-patterns/commit/04f925e5f77f24e7f5399825fa83de0627a1ab60) Thanks [@tylersticka](https://github.com/tylersticka)! - - Add Media Summary component, extending the Media object for linked content summaries (events, books, projects, etc.) + - Deprecated the Event Summary component + +* [#1954](https://github.com/cloudfour/cloudfour.com-patterns/pull/1954) [`04f925e5`](https://github.com/cloudfour/cloudfour.com-patterns/commit/04f925e5f77f24e7f5399825fa83de0627a1ab60) Thanks [@tylersticka](https://github.com/tylersticka)! - Add `object_class` and `content_class` properties to the Media object template to make it more extensible + +### Patch Changes + +- [#1957](https://github.com/cloudfour/cloudfour.com-patterns/pull/1957) [`1c7f142e`](https://github.com/cloudfour/cloudfour.com-patterns/commit/1c7f142ec4eef8e4ae734eb03752044c657d7771) Thanks [@spaceninja](https://github.com/spaceninja)! - Bugfix: Prevent Embed videos from clipping in Safari + +* [#1954](https://github.com/cloudfour/cloudfour.com-patterns/pull/1954) [`04f925e5`](https://github.com/cloudfour/cloudfour.com-patterns/commit/04f925e5f77f24e7f5399825fa83de0627a1ab60) Thanks [@tylersticka](https://github.com/tylersticka)! - Deprecated the Button Swap component + +- [#1955](https://github.com/cloudfour/cloudfour.com-patterns/pull/1955) [`f284b337`](https://github.com/cloudfour/cloudfour.com-patterns/commit/f284b3375c23c72a1f9871e3fdee79c70b1bf83b) Thanks [@tylersticka](https://github.com/tylersticka)! - Prevent focused input outlines from being cut off by adjacent elements inside of Input Group objects + ## 11.3.0 ### Minor Changes diff --git a/package.json b/package.json index 041c553a4..530a4b17e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/patterns", - "version": "11.3.0", + "version": "11.4.0", "author": "Cloud Four", "description": "Front-end patterns for cloudfour.com", "homepage": "https://github.com/cloudfour/cloudfour.com-patterns",