diff --git a/.changeset/nervous-glasses-sparkle.md b/.changeset/nervous-glasses-sparkle.md deleted file mode 100644 index 9120c785c..000000000 --- a/.changeset/nervous-glasses-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Add new error modifier for the Alert component, confused face icon, and status color design tokens. diff --git a/.changeset/shy-insects-fetch.md b/.changeset/shy-insects-fetch.md deleted file mode 100644 index fad0c405a..000000000 --- a/.changeset/shy-insects-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': major ---- - -Remove deprecated Event Summary component, please use Media Summary instead diff --git a/.changeset/tall-socks-train.md b/.changeset/tall-socks-train.md deleted file mode 100644 index 11c9b6d6d..000000000 --- a/.changeset/tall-socks-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Don't allow line breaks in author names diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c1709ea1..18e521024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @cloudfour/patterns +## 12.0.0 + +### Major Changes + +- [#1962](https://github.com/cloudfour/cloudfour.com-patterns/pull/1962) [`f9020a25`](https://github.com/cloudfour/cloudfour.com-patterns/commit/f9020a2599dde92000d8030e7bef5cb8a71f790f) Thanks [@tylersticka](https://github.com/tylersticka)! - Remove deprecated Event Summary component, please use Media Summary instead + +### Minor Changes + +- [#1937](https://github.com/cloudfour/cloudfour.com-patterns/pull/1937) [`87f012d9`](https://github.com/cloudfour/cloudfour.com-patterns/commit/87f012d90d1769d87b5f14b02af6b02bddd27120) Thanks [@AriannaChau](https://github.com/AriannaChau)! - Add new error modifier for the Alert component, confused face icon, and status color design tokens. + +* [#1973](https://github.com/cloudfour/cloudfour.com-patterns/pull/1973) [`467869f2`](https://github.com/cloudfour/cloudfour.com-patterns/commit/467869f2da0a492347e81d8a5914457b0a98a0bd) Thanks [@calebeby](https://github.com/calebeby)! - Don't allow line breaks in author names + ## 11.4.0 ### Minor Changes diff --git a/package.json b/package.json index 41cff831e..f0ed740d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/patterns", - "version": "11.4.0", + "version": "12.0.0", "author": "Cloud Four", "description": "Front-end patterns for cloudfour.com", "homepage": "https://github.com/cloudfour/cloudfour.com-patterns",