From 1742dda94e8b25685da41e1f617fd04c2026dfb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Mar 2024 02:19:07 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 6 +++--- addon/CHANGELOG.md | 10 ++++++++++ addon/package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 3ebbc1c..526ae20 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "ember-page-title": { "impact": "patch", - "oldVersion": "8.2.1", - "newVersion": "8.2.2", + "oldVersion": "8.2.2", + "newVersion": "8.2.3", "constraints": [ { "impact": "patch", @@ -13,5 +13,5 @@ "pkgJSONPath": "./addon/package.json" } }, - "description": "## Release (2024-02-15)\n\nember-page-title 8.2.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-page-title`\n * [#288](https://github.com/ember-cli/ember-page-title/pull/288) Improve return type of `getPageTitle` test helper ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :house: Internal\n* `docs`, `test-app`\n * [#285](https://github.com/ember-cli/ember-page-title/pull/285) These packages are private, let's mark them as private ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-03-12)\n\nember-page-title 8.2.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-page-title`\n * [#289](https://github.com/ember-cli/ember-page-title/pull/289) fix(types): add typesVersions map ([@aklkv](https://github.com/aklkv))\n\n#### Committers: 1\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n" } diff --git a/addon/CHANGELOG.md b/addon/CHANGELOG.md index 2baef0f..613ce1c 100644 --- a/addon/CHANGELOG.md +++ b/addon/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog +## Release (2024-03-12) + +ember-page-title 8.2.3 (patch) + +#### :bug: Bug Fix +* `ember-page-title` + * [#289](https://github.com/ember-cli/ember-page-title/pull/289) fix(types): add typesVersions map ([@aklkv](https://github.com/aklkv)) + +#### Committers: 1 +- Alexey Kulakov ([@aklkv](https://github.com/aklkv)) ## Release (2024-02-15) ember-page-title 8.2.2 (patch) diff --git a/addon/package.json b/addon/package.json index be7f914..c7c0bac 100644 --- a/addon/package.json +++ b/addon/package.json @@ -1,6 +1,6 @@ { "name": "ember-page-title", - "version": "8.2.2", + "version": "8.2.3", "description": "Page Titles for Ember applications", "keywords": [ "ember-addon",