From b0df72cc18bb7607d931c6c1a3056296298fd531 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:13:06 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 18 +++++++----------- CHANGELOG.md | 11 +++++++++++ ember-inflector/package.json | 2 +- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 7ad68be..46727fe 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,17 @@ { "solution": { "ember-inflector": { - "impact": "patch", - "oldVersion": "4.0.2", - "newVersion": "4.0.3", + "impact": "major", + "oldVersion": "4.0.3", + "newVersion": "5.0.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" } ], - "pkgJSONPath": "./package.json" + "pkgJSONPath": "./ember-inflector/package.json" } }, - "description": "## Release (2024-07-12)\n\nember-inflector 4.0.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-inflector`\n * [#505](https://github.com/emberjs/ember-inflector/pull/505) chore: Drop hidden ember/string dependency ([@Techn1x](https://github.com/Techn1x))\n\n#### :house: Internal\n* `ember-inflector`\n * [#503](https://github.com/emberjs/ember-inflector/pull/503) start using release-plan ([@mansona](https://github.com/mansona))\n * [#502](https://github.com/emberjs/ember-inflector/pull/502) Remove yarn and upgrade ember blueprint with ember-cli-update ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Brad Overton ([@Techn1x](https://github.com/Techn1x))\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-07-24)\n\nember-inflector 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-inflector`, `test-app`\n * [#499](https://github.com/emberjs/ember-inflector/pull/499) convert to a v2 addon using ember init ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b20264e..fde0ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-07-24) + +ember-inflector 5.0.0 (major) + +#### :boom: Breaking Change +* `ember-inflector`, `test-app` + * [#499](https://github.com/emberjs/ember-inflector/pull/499) convert to a v2 addon using ember init ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-07-12) ember-inflector 4.0.3 (patch) diff --git a/ember-inflector/package.json b/ember-inflector/package.json index de1747c..da7dc10 100644 --- a/ember-inflector/package.json +++ b/ember-inflector/package.json @@ -1,6 +1,6 @@ { "name": "ember-inflector", - "version": "4.0.3", + "version": "5.0.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"