diff --git a/.changeset/cyan-lies-arrive.md b/.changeset/cyan-lies-arrive.md deleted file mode 100644 index b82525ffa..000000000 --- a/.changeset/cyan-lies-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudfour/patterns": minor ---- - -Add `o-container__pad` class diff --git a/.changeset/sharp-years-think.md b/.changeset/sharp-years-think.md deleted file mode 100644 index 1b370089c..000000000 --- a/.changeset/sharp-years-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudfour/patterns": patch ---- - -Update Card and Overview to only use `header` and `footer` elements if the containing element is an `article` or `section`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 91113412e..e912dae0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @cloudfour/patterns +## 11.2.0 + +### Minor Changes + +- [#1938](https://github.com/cloudfour/cloudfour.com-patterns/pull/1938) [`adae0564`](https://github.com/cloudfour/cloudfour.com-patterns/commit/adae056416d8e9f7c8ecb74088c5490428ec1342) Thanks [@spaceninja](https://github.com/spaceninja)! - Add `o-container__pad` class + +### Patch Changes + +- [#1936](https://github.com/cloudfour/cloudfour.com-patterns/pull/1936) [`4708f00a`](https://github.com/cloudfour/cloudfour.com-patterns/commit/4708f00a225f54d60d1860512cdd08a92f621023) Thanks [@spaceninja](https://github.com/spaceninja)! - Update Card and Overview to only use `header` and `footer` elements if the containing element is an `article` or `section`. + ## 11.1.0 ### Minor Changes diff --git a/package.json b/package.json index a866dab4e..b5d3d4c3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/patterns", - "version": "11.1.0", + "version": "11.2.0", "author": "Cloud Four", "description": "Front-end patterns for cloudfour.com", "homepage": "https://github.com/cloudfour/cloudfour.com-patterns",