diff --git a/.release-plan.json b/.release-plan.json index 0b17fd1..f666e89 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "ember-routable-component": { - "impact": "patch", - "oldVersion": "0.1.0", - "newVersion": "0.1.1", + "impact": "minor", + "oldVersion": "0.1.1", + "newVersion": "0.2.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./ember-routable-component/package.json" } }, - "description": "## Release (2024-03-18)\n\nember-routable-component 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-routable-component`, `test-app`\n * [#8](https://github.com/patricklx/ember-routable-component/pull/8) fix controller arg ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n" + "description": "## Release (2024-03-18)\n\nember-routable-component 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-routable-component`, `test-app`\n * [#9](https://github.com/patricklx/ember-routable-component/pull/9) support outlet ([@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 539796c..105041e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-03-18) +ember-routable-component 0.2.0 (minor) + +#### :rocket: Enhancement +* `ember-routable-component`, `test-app` + * [#9](https://github.com/patricklx/ember-routable-component/pull/9) support outlet ([@patricklx](https://github.com/patricklx)) + +#### Committers: 1 +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) + +## Release (2024-03-18) + ember-routable-component 0.1.1 (patch) #### :bug: Bug Fix diff --git a/ember-routable-component/package.json b/ember-routable-component/package.json index 56d2e2e..f85bfca 100644 --- a/ember-routable-component/package.json +++ b/ember-routable-component/package.json @@ -1,6 +1,6 @@ { "name": "ember-routable-component", - "version": "0.1.1", + "version": "0.2.0", "description": "Provides an adapter for using components for routes", "keywords": [ "ember-addon" diff --git a/stderr.log b/stderr.log index 41a4609..32a51d3 100644 --- a/stderr.log +++ b/stderr.log @@ -1,2 +1,3 @@ Warning: unknown package "test-app" Warning: unknown package "test-app" +Warning: unknown package "test-app"