Skip to content

Commit

Permalink
Merge pull request #547 from ember-codemods/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Dec 6, 2023
2 parents 4dcffa9 + 14d4653 commit 951005f
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 951005f

Please sign in to comment.