Skip to content

Commit d3cddf2

Browse files
authored
Merge pull request #549 from ember-codemods/release-preview
2 parents a2c52d4 + be3525e commit d3cddf2

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

.release-plan.json

+4-16
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,17 @@
11
{
22
"solution": {
33
"ember-native-class-codemod": {
4-
"impact": "major",
5-
"oldVersion": "3.2.0",
6-
"newVersion": "4.0.0",
4+
"impact": "minor",
5+
"oldVersion": "4.0.0",
6+
"newVersion": "4.1.0",
77
"constraints": [
8-
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
128
{
139
"impact": "minor",
1410
"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"
2311
}
2412
],
2513
"pkgJSONPath": "./package.json"
2614
}
2715
},
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"
16+
"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"
2917
}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## Release (2024-02-26)
3+
4+
ember-native-class-codemod 4.1.0 (minor)
5+
6+
#### :rocket: Enhancement
7+
* `ember-native-class-codemod`
8+
* [#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))
9+
10+
#### Committers: 1
11+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
212
## Release (2023-12-06)
313

414
ember-native-class-codemod 4.0.0 (major)

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": "4.0.0",
3+
"version": "4.1.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)