Skip to content

Commit 951005f

Browse files
authored
Merge pull request #547 from ember-codemods/release-preview
Prepare Release
2 parents 4dcffa9 + 14d4653 commit 951005f

File tree

3 files changed

+54
-1
lines changed

3 files changed

+54
-1
lines changed

.release-plan.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"solution": {
3+
"ember-native-class-codemod": {
4+
"impact": "major",
5+
"oldVersion": "3.2.0",
6+
"newVersion": "4.0.0",
7+
"constraints": [
8+
{
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
11+
},
12+
{
13+
"impact": "minor",
14+
"reason": "Appears in changelog section :rocket: Enhancement"
15+
},
16+
{
17+
"impact": "patch",
18+
"reason": "Appears in changelog section :bug: Bug Fix"
19+
},
20+
{
21+
"impact": "patch",
22+
"reason": "Appears in changelog section :house: Internal"
23+
}
24+
],
25+
"pkgJSONPath": "./package.json"
26+
}
27+
},
28+
"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"
29+
}

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
# Changelog
2+
## Release (2023-12-06)
3+
4+
ember-native-class-codemod 4.0.0 (major)
5+
6+
#### :boom: Breaking Change
7+
* `ember-native-class-codemod`
8+
* [#544](https://github.com/ember-codemods/ember-native-class-codemod/pull/544) drop support for node 14 ([@mansona](https://github.com/mansona))
9+
10+
#### :rocket: Enhancement
11+
* `ember-native-class-codemod`
12+
* [#533](https://github.com/ember-codemods/ember-native-class-codemod/pull/533) Allow 'helpers' and 'adapters' in type config ([@gitKrystan](https://github.com/gitKrystan))
13+
14+
#### :bug: Bug Fix
15+
* `ember-native-class-codemod`
16+
* [#545](https://github.com/ember-codemods/ember-native-class-codemod/pull/545) convert to pnpm ([@mansona](https://github.com/mansona))
17+
* [#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))
18+
19+
#### :house: Internal
20+
* `ember-native-class-codemod`
21+
* [#546](https://github.com/ember-codemods/ember-native-class-codemod/pull/546) start using release-plan ([@mansona](https://github.com/mansona))
22+
23+
#### Committers: 2
24+
- Chris Manson ([@mansona](https://github.com/mansona))
25+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
226

327

428

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-native-class-codemod",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"description": "Codemods for transforming ember app code to native class syntax with decorators.",
55
"keywords": [
66
"codemod-cli"

0 commit comments

Comments
 (0)