From 96a919090d18c2ae173645513bdc03460c2259a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 18:40:04 +0200 Subject: [PATCH] Prepare Release using 'release-plan' (#77) Co-authored-by: patricklx <1332320+patricklx@users.noreply.github.com> --- .release-plan.json | 16 ++++------------ CHANGELOG.md | 11 +++++++++++ ember-routable-component/package.json | 2 +- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 4d6df28..81691f5 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,25 +1,17 @@ { "solution": { "ember-routable-component": { - "impact": "major", - "oldVersion": "0.5.0", - "newVersion": "1.0.0", + "impact": "minor", + "oldVersion": "1.0.0", + "newVersion": "1.1.0", "constraints": [ - { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" - }, { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./ember-routable-component/package.json" } }, - "description": "## Release (2024-07-05)\n\nember-routable-component 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-routable-component`, `test-app`\n * [#70](https://github.com/patricklx/ember-routable-component/pull/70) fix typing ([@patricklx](https://github.com/patricklx))\n\n#### :rocket: Enhancement\n* `ember-routable-component`, `test-app`\n * [#70](https://github.com/patricklx/ember-routable-component/pull/70) fix typing ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-routable-component`\n * [#68](https://github.com/patricklx/ember-routable-component/pull/68) mark as peer dep ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n" + "description": "## Release (2024-07-05)\n\nember-routable-component 1.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-routable-component`\n * [#76](https://github.com/patricklx/ember-routable-component/pull/76) fix type ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a80f49d..22decaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-07-05) +ember-routable-component 1.1.0 (minor) + +#### :rocket: Enhancement +* `ember-routable-component` + * [#76](https://github.com/patricklx/ember-routable-component/pull/76) fix type ([@patricklx](https://github.com/patricklx)) + +#### Committers: 1 +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) + +## Release (2024-07-05) + ember-routable-component 1.0.0 (major) #### :boom: Breaking Change diff --git a/ember-routable-component/package.json b/ember-routable-component/package.json index 9d2fe84..8d1d783 100644 --- a/ember-routable-component/package.json +++ b/ember-routable-component/package.json @@ -1,6 +1,6 @@ { "name": "ember-routable-component", - "version": "1.0.0", + "version": "1.1.0", "description": "Provides an adapter for using components for routes", "keywords": [ "ember-addon"