From d24592478d7df32f6c7c392dd8ed4395523fad2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 Jun 2024 00:17:24 +0000 Subject: [PATCH] version packages --- .changeset/fresh-parents-cough.md | 5 ----- draft-packages/title-block-zen/CHANGELOG.md | 6 ++++++ draft-packages/title-block-zen/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fresh-parents-cough.md diff --git a/.changeset/fresh-parents-cough.md b/.changeset/fresh-parents-cough.md deleted file mode 100644 index b739d16..0000000 --- a/.changeset/fresh-parents-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kaizen/draft-title-block-zen": minor ---- - -Update TitleBlockZen title font to match composable header. diff --git a/draft-packages/title-block-zen/CHANGELOG.md b/draft-packages/title-block-zen/CHANGELOG.md index b8e4cf8..b1415f5 100644 --- a/draft-packages/title-block-zen/CHANGELOG.md +++ b/draft-packages/title-block-zen/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.11.0 + +### Minor Changes + +- [#64](https://github.com/cultureamp/kaizen-legacy/pull/64) [`013bd5b4069c10b3e3dc6ec0fed52ea51368bd38`](https://github.com/cultureamp/kaizen-legacy/commit/013bd5b4069c10b3e3dc6ec0fed52ea51368bd38) - Update TitleBlockZen title font to match composable header. + ## 7.10.15 ### Patch Changes diff --git a/draft-packages/title-block-zen/package.json b/draft-packages/title-block-zen/package.json index 549b6ce..a911545 100644 --- a/draft-packages/title-block-zen/package.json +++ b/draft-packages/title-block-zen/package.json @@ -1,6 +1,6 @@ { "name": "@kaizen/draft-title-block-zen", - "version": "7.10.15", + "version": "7.11.0", "description": "The draft Title Block (Zen) component", "scripts": { "prepublishOnly": "tsc --project tsconfig.dist.json",