diff --git a/.release-plan.json b/.release-plan.json index f9ab4ee..4d6df28 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,10 +1,14 @@ { "solution": { "ember-routable-component": { - "impact": "minor", - "oldVersion": "0.4.0", - "newVersion": "0.5.0", + "impact": "major", + "oldVersion": "0.5.0", + "newVersion": "1.0.0", "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" @@ -17,5 +21,5 @@ "pkgJSONPath": "./ember-routable-component/package.json" } }, - "description": "## Release (2024-07-04)\n\nember-routable-component 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-routable-component`\n * [#65](https://github.com/patricklx/ember-routable-component/pull/65) add signature ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-routable-component`\n * [#66](https://github.com/patricklx/ember-routable-component/pull/66) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#12](https://github.com/patricklx/ember-routable-component/pull/12) 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-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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 662aa0b..a80f49d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## Release (2024-07-05) + +ember-routable-component 1.0.0 (major) + +#### :boom: Breaking Change +* `ember-routable-component`, `test-app` + * [#70](https://github.com/patricklx/ember-routable-component/pull/70) fix typing ([@patricklx](https://github.com/patricklx)) + +#### :rocket: Enhancement +* `ember-routable-component`, `test-app` + * [#70](https://github.com/patricklx/ember-routable-component/pull/70) fix typing ([@patricklx](https://github.com/patricklx)) + +#### :house: Internal +* `ember-routable-component` + * [#68](https://github.com/patricklx/ember-routable-component/pull/68) mark as peer dep ([@patricklx](https://github.com/patricklx)) + +#### Committers: 1 +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) + ## Release (2024-07-04) ember-routable-component 0.5.0 (minor) diff --git a/ember-routable-component/package.json b/ember-routable-component/package.json index 9fe73de..9d2fe84 100644 --- a/ember-routable-component/package.json +++ b/ember-routable-component/package.json @@ -1,6 +1,6 @@ { "name": "ember-routable-component", - "version": "0.5.0", + "version": "1.0.0", "description": "Provides an adapter for using components for routes", "keywords": [ "ember-addon" diff --git a/stderr.log b/stderr.log index 32a51d3..5963653 100644 --- a/stderr.log +++ b/stderr.log @@ -1,3 +1,5 @@ Warning: unknown package "test-app" Warning: unknown package "test-app" Warning: unknown package "test-app" +Warning: unknown package "test-app" +Warning: unknown package "test-app"