diff --git a/.changeset/fast-mugs-itch.md b/.changeset/fast-mugs-itch.md deleted file mode 100644 index f6ba1dd0f..000000000 --- a/.changeset/fast-mugs-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Add big, small and heading level font size tokens diff --git a/.changeset/olive-berries-watch.md b/.changeset/olive-berries-watch.md deleted file mode 100644 index 8fa37461d..000000000 --- a/.changeset/olive-berries-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Add line-height tokens diff --git a/.changeset/two-ghosts-punch.md b/.changeset/two-ghosts-punch.md deleted file mode 100644 index 9fe4f3d7f..000000000 --- a/.changeset/two-ghosts-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': minor ---- - -Add font-size utilities for Gutenberg block editor diff --git a/.changeset/violet-schools-mix.md b/.changeset/violet-schools-mix.md deleted file mode 100644 index 576f087c9..000000000 --- a/.changeset/violet-schools-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/patterns': patch ---- - -Fix issue where Gutenberg quote paragraphs were incorrectly sized diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c935d821..e18f134ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @cloudfour/patterns +## 1.2.0 + +### Minor Changes + +- [#1333](https://github.com/cloudfour/cloudfour.com-patterns/pull/1333) [`f7781a1`](https://github.com/cloudfour/cloudfour.com-patterns/commit/f7781a105ae34fd02f73ae3527a5f228906a8282) Thanks [@tylersticka](https://github.com/tylersticka)! - Add big, small and heading level font size tokens + +* [#1333](https://github.com/cloudfour/cloudfour.com-patterns/pull/1333) [`f7781a1`](https://github.com/cloudfour/cloudfour.com-patterns/commit/f7781a105ae34fd02f73ae3527a5f228906a8282) Thanks [@tylersticka](https://github.com/tylersticka)! - Add line-height tokens + +- [#1333](https://github.com/cloudfour/cloudfour.com-patterns/pull/1333) [`f7781a1`](https://github.com/cloudfour/cloudfour.com-patterns/commit/f7781a105ae34fd02f73ae3527a5f228906a8282) Thanks [@tylersticka](https://github.com/tylersticka)! - Add font-size utilities for Gutenberg block editor + +### Patch Changes + +- [#1333](https://github.com/cloudfour/cloudfour.com-patterns/pull/1333) [`f7781a1`](https://github.com/cloudfour/cloudfour.com-patterns/commit/f7781a105ae34fd02f73ae3527a5f228906a8282) Thanks [@tylersticka](https://github.com/tylersticka)! - Fix issue where Gutenberg quote paragraphs were incorrectly sized + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index 33122c363..43202ce01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/patterns", - "version": "1.1.0", + "version": "1.2.0", "author": "Cloud Four", "description": "Front-end patterns for cloudfour.com", "homepage": "https://github.com/cloudfour/cloudfour.com-patterns",