From 14d46533e3e1a3a42a39140e69b2897beb4562ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Dec 2023 21:25:10 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 29 +++++++++++++++++++++++++++++ CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 54 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..1f594b8 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,29 @@ +{ + "solution": { + "ember-native-class-codemod": { + "impact": "major", + "oldVersion": "3.2.0", + "newVersion": "4.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 :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2023-12-06)\n\nember-native-class-codemod 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-native-class-codemod`\n * [#544](https://github.com/ember-codemods/ember-native-class-codemod/pull/544) drop support for node 14 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `ember-native-class-codemod`\n * [#533](https://github.com/ember-codemods/ember-native-class-codemod/pull/533) Allow 'helpers' and 'adapters' in type config ([@gitKrystan](https://github.com/gitKrystan))\n\n#### :bug: Bug Fix\n* `ember-native-class-codemod`\n * [#545](https://github.com/ember-codemods/ember-native-class-codemod/pull/545) convert to pnpm ([@mansona](https://github.com/mansona))\n * [#534](https://github.com/ember-codemods/ember-native-class-codemod/pull/534) Only get telemetry if transform is actually needed ([@gitKrystan](https://github.com/gitKrystan))\n\n#### :house: Internal\n* `ember-native-class-codemod`\n * [#546](https://github.com/ember-codemods/ember-native-class-codemod/pull/546) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index b171b9c..5ed0874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,28 @@ # Changelog +## Release (2023-12-06) + +ember-native-class-codemod 4.0.0 (major) + +#### :boom: Breaking Change +* `ember-native-class-codemod` + * [#544](https://github.com/ember-codemods/ember-native-class-codemod/pull/544) drop support for node 14 ([@mansona](https://github.com/mansona)) + +#### :rocket: Enhancement +* `ember-native-class-codemod` + * [#533](https://github.com/ember-codemods/ember-native-class-codemod/pull/533) Allow 'helpers' and 'adapters' in type config ([@gitKrystan](https://github.com/gitKrystan)) + +#### :bug: Bug Fix +* `ember-native-class-codemod` + * [#545](https://github.com/ember-codemods/ember-native-class-codemod/pull/545) convert to pnpm ([@mansona](https://github.com/mansona)) + * [#534](https://github.com/ember-codemods/ember-native-class-codemod/pull/534) Only get telemetry if transform is actually needed ([@gitKrystan](https://github.com/gitKrystan)) + +#### :house: Internal +* `ember-native-class-codemod` + * [#546](https://github.com/ember-codemods/ember-native-class-codemod/pull/546) start using release-plan ([@mansona](https://github.com/mansona)) + +#### Committers: 2 +- Chris Manson ([@mansona](https://github.com/mansona)) +- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan)) diff --git a/package.json b/package.json index 9df4969..c101990 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-native-class-codemod", - "version": "3.2.0", + "version": "4.0.0", "description": "Codemods for transforming ember app code to native class syntax with decorators.", "keywords": [ "codemod-cli"