From 56ec63732c648f506743872a7e2010a8ad8ef827 Mon Sep 17 00:00:00 2001 From: Windvis <3533236+Windvis@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:36:32 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 25 +++++++++++++++++++++++++ CHANGELOG.md | 27 +++++++++++++++++++++++++++ addon/package.json | 2 +- 3 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..457c9d0 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,25 @@ +{ + "solution": { + "ember-breadcrumb-trail": { + "impact": "major", + "oldVersion": "0.0.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" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./addon/package.json" + } + }, + "description": "## Release (2024-08-09)\n\nember-breadcrumb-trail 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-breadcrumb-trail`, `test-app`\n * [#29](https://github.com/Windvis/ember-breadcrumb-trail/pull/29) V2 addon conversion ([@Windvis](https://github.com/Windvis))\n\n#### :rocket: Enhancement\n* `ember-breadcrumb-trail`, `test-app`\n * [#31](https://github.com/Windvis/ember-breadcrumb-trail/pull/31) TS conversion ([@Windvis](https://github.com/Windvis))\n\n#### :memo: Documentation\n* [#23](https://github.com/Windvis/ember-breadcrumb-trail/pull/23) Fix code examples in README ([@donaldsonjulia](https://github.com/donaldsonjulia))\n* [#17](https://github.com/Windvis/ember-breadcrumb-trail/pull/17) Remove the `{{is-last}}` helper from the readme ([@Windvis](https://github.com/Windvis))\n\n#### :house: Internal\n* `ember-breadcrumb-trail`, `test-app`\n * [#30](https://github.com/Windvis/ember-breadcrumb-trail/pull/30) Use the official Ember types ([@Windvis](https://github.com/Windvis))\n* Other\n * [#21](https://github.com/Windvis/ember-breadcrumb-trail/pull/21) Remove duplicate 3.24 ember try scenario ([@Windvis](https://github.com/Windvis))\n * [#20](https://github.com/Windvis/ember-breadcrumb-trail/pull/20) Update to Ember v3.28 ([@Windvis](https://github.com/Windvis))\n\n#### Committers: 2\n- Julia Donaldson ([@donaldsonjulia](https://github.com/donaldsonjulia))\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..22f13b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,28 @@ # Changelog + +## Release (2024-08-09) + +ember-breadcrumb-trail 1.0.0 (major) + +#### :boom: Breaking Change +* `ember-breadcrumb-trail`, `test-app` + * [#29](https://github.com/Windvis/ember-breadcrumb-trail/pull/29) V2 addon conversion ([@Windvis](https://github.com/Windvis)) + +#### :rocket: Enhancement +* `ember-breadcrumb-trail`, `test-app` + * [#31](https://github.com/Windvis/ember-breadcrumb-trail/pull/31) TS conversion ([@Windvis](https://github.com/Windvis)) + +#### :memo: Documentation +* [#23](https://github.com/Windvis/ember-breadcrumb-trail/pull/23) Fix code examples in README ([@donaldsonjulia](https://github.com/donaldsonjulia)) +* [#17](https://github.com/Windvis/ember-breadcrumb-trail/pull/17) Remove the `{{is-last}}` helper from the readme ([@Windvis](https://github.com/Windvis)) + +#### :house: Internal +* `ember-breadcrumb-trail`, `test-app` + * [#30](https://github.com/Windvis/ember-breadcrumb-trail/pull/30) Use the official Ember types ([@Windvis](https://github.com/Windvis)) +* Other + * [#21](https://github.com/Windvis/ember-breadcrumb-trail/pull/21) Remove duplicate 3.24 ember try scenario ([@Windvis](https://github.com/Windvis)) + * [#20](https://github.com/Windvis/ember-breadcrumb-trail/pull/20) Update to Ember v3.28 ([@Windvis](https://github.com/Windvis)) + +#### Committers: 2 +- Julia Donaldson ([@donaldsonjulia](https://github.com/donaldsonjulia)) +- Sam Van Campenhout ([@Windvis](https://github.com/Windvis)) diff --git a/addon/package.json b/addon/package.json index 7a095d9..7316005 100644 --- a/addon/package.json +++ b/addon/package.json @@ -1,6 +1,6 @@ { "name": "ember-breadcrumb-trail", - "version": "0.0.0", + "version": "1.0.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"