Skip to content

Commit aac510c

Browse files
authored
Merge pull request #553 from ember-codemods/release-preview
2 parents 379d310 + 9653f95 commit aac510c

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

.release-plan.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
22
"solution": {
33
"ember-native-class-codemod": {
4-
"impact": "minor",
5-
"oldVersion": "4.0.0",
6-
"newVersion": "4.1.0",
4+
"impact": "patch",
5+
"oldVersion": "4.1.0",
6+
"newVersion": "4.1.1",
77
"constraints": [
88
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
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"
20+
"description": "## Release (2024-02-26)\n\nember-native-class-codemod 4.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-native-class-codemod`\n * [#552](https://github.com/ember-codemods/ember-native-class-codemod/pull/552) Fix off-by-one-error when interpreting CLI args ([@gitKrystan](https://github.com/gitKrystan))\n\n#### :house: Internal\n* `ember-native-class-codemod`\n * [#551](https://github.com/ember-codemods/ember-native-class-codemod/pull/551) Don't publish TS files ([@gitKrystan](https://github.com/gitKrystan))\n\n#### Committers: 1\n- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))\n"
1721
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22
## Release (2024-02-26)
33

4+
ember-native-class-codemod 4.1.1 (patch)
5+
6+
#### :bug: Bug Fix
7+
* `ember-native-class-codemod`
8+
* [#552](https://github.com/ember-codemods/ember-native-class-codemod/pull/552) Fix off-by-one-error when interpreting CLI args ([@gitKrystan](https://github.com/gitKrystan))
9+
10+
#### :house: Internal
11+
* `ember-native-class-codemod`
12+
* [#551](https://github.com/ember-codemods/ember-native-class-codemod/pull/551) Don't publish TS files ([@gitKrystan](https://github.com/gitKrystan))
13+
14+
#### Committers: 1
15+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
16+
## Release (2024-02-26)
17+
418
ember-native-class-codemod 4.1.0 (minor)
519

620
#### :rocket: Enhancement

package.json

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

0 commit comments

Comments
 (0)