From be3525e7a9d640a5ec1e54611e8874ce4a76b59c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 26 Feb 2024 21:12:43 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 20 ++++---------------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 17 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 1f594b8..5078d43 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,29 +1,17 @@ { "solution": { "ember-native-class-codemod": { - "impact": "major", - "oldVersion": "3.2.0", - "newVersion": "4.0.0", + "impact": "minor", + "oldVersion": "4.0.0", + "newVersion": "4.1.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" + "description": "## Release (2024-02-26)\n\nember-native-class-codemod 4.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-native-class-codemod`\n * [#550](https://github.com/ember-codemods/ember-native-class-codemod/pull/550) Add NO_TELEMETRY mode / Implement observer -> observes behavior ([@gitKrystan](https://github.com/gitKrystan))\n\n#### Committers: 1\n- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed0874..86ff8c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog +## Release (2024-02-26) + +ember-native-class-codemod 4.1.0 (minor) + +#### :rocket: Enhancement +* `ember-native-class-codemod` + * [#550](https://github.com/ember-codemods/ember-native-class-codemod/pull/550) Add NO_TELEMETRY mode / Implement observer -> observes behavior ([@gitKrystan](https://github.com/gitKrystan)) + +#### Committers: 1 +- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan)) ## Release (2023-12-06) ember-native-class-codemod 4.0.0 (major) diff --git a/package.json b/package.json index 72f2ad1..1c13b4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-native-class-codemod", - "version": "4.0.0", + "version": "4.1.0", "description": "Codemods for transforming ember app code to native class syntax with decorators.", "keywords": [ "codemod-cli"