diff --git a/.changeset/early-carrots-appear.md b/.changeset/early-carrots-appear.md deleted file mode 100644 index 3e1e2cae6..000000000 --- a/.changeset/early-carrots-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Add `o-container__fill` and `o-container__fill-pad` elements for content intended to stretch into inline container padding diff --git a/CHANGELOG.md b/CHANGELOG.md index eb292aef3..1921177e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cloudfour/patterns +## 4.1.0 + +### Minor Changes + +- [#1491](https://github.com/cloudfour/cloudfour.com-patterns/pull/1491) [`910cd6b5`](https://github.com/cloudfour/cloudfour.com-patterns/commit/910cd6b57401f1de8b826274fe22745f8a339d0e) Thanks [@tylersticka](https://github.com/tylersticka)! - Add `o-container__fill` and `o-container__fill-pad` elements for content intended to stretch into inline container padding + ## 4.0.1 ### Patch Changes diff --git a/package.json b/package.json index 33e898d88..22bdd05c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/patterns", - "version": "4.0.1", + "version": "4.1.0", "author": "Cloud Four", "description": "Front-end patterns for cloudfour.com", "homepage": "https://github.com/cloudfour/cloudfour.com-patterns",