diff --git a/.release-plan.json b/.release-plan.json index 475cfcb..0b17fd1 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "ember-routable-component": { - "impact": "minor", - "oldVersion": "0.0.1", - "newVersion": "0.1.0", + "impact": "patch", + "oldVersion": "0.1.0", + "newVersion": "0.1.1", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./ember-routable-component/package.json" } }, - "description": "## Release (2024-03-18)\n\nember-routable-component 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-routable-component`, `test-app`\n * [#5](https://github.com/patricklx/ember-routable-component/pull/5) first release ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* [#4](https://github.com/patricklx/ember-routable-component/pull/4) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n* [#3](https://github.com/patricklx/ember-routable-component/pull/3) delete file ([@patricklx](https://github.com/patricklx))\n* [#2](https://github.com/patricklx/ember-routable-component/pull/2) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index af02e9a..539796c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-03-18) +ember-routable-component 0.1.1 (patch) + +#### :bug: Bug Fix +* `ember-routable-component`, `test-app` + * [#8](https://github.com/patricklx/ember-routable-component/pull/8) fix controller arg ([@patricklx](https://github.com/patricklx)) + +#### Committers: 1 +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) + +## Release (2024-03-18) + ember-routable-component 0.1.0 (minor) #### :rocket: Enhancement diff --git a/ember-routable-component/package.json b/ember-routable-component/package.json index 752f321..56d2e2e 100644 --- a/ember-routable-component/package.json +++ b/ember-routable-component/package.json @@ -1,6 +1,6 @@ { "name": "ember-routable-component", - "version": "0.1.0", + "version": "0.1.1", "description": "Provides an adapter for using components for routes", "keywords": [ "ember-addon" diff --git a/stderr.log b/stderr.log index 199ae9d..41a4609 100644 --- a/stderr.log +++ b/stderr.log @@ -1 +1,2 @@ Warning: unknown package "test-app" +Warning: unknown package "test-app"