From 791563d5a21c2f05c7c55089c7a91bb1e0d01756 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 09:19:51 -0700 Subject: [PATCH] Publish Next Version (#1334) Co-authored-by: github-actions[bot] --- .changeset/fast-mugs-itch.md | 5 ----- .changeset/olive-berries-watch.md | 5 ----- .changeset/two-ghosts-punch.md | 5 ----- .changeset/violet-schools-mix.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 6 files changed, 15 insertions(+), 21 deletions(-) delete mode 100644 .changeset/fast-mugs-itch.md delete mode 100644 .changeset/olive-berries-watch.md delete mode 100644 .changeset/two-ghosts-punch.md delete mode 100644 .changeset/violet-schools-mix.md 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",