Skip to content

Commit 1152aaf

Browse files
authored
Merge pull request #516 from ember-codemods/release-preview
Prepare Release
2 parents a715623 + 5e98de3 commit 1152aaf

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.release-plan.json

+5-13
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
{
22
"solution": {
33
"ember-angle-brackets-codemod": {
4-
"impact": "major",
5-
"oldVersion": "6.0.0",
6-
"newVersion": "7.0.0",
4+
"impact": "patch",
5+
"oldVersion": "7.0.0",
6+
"newVersion": "7.0.1",
77
"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-
},
168
{
179
"impact": "patch",
18-
"reason": "Appears in changelog section :house: Internal"
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1911
}
2012
],
2113
"pkgJSONPath": "./package.json"
2214
}
2315
},
24-
"description": "## Release (2023-12-05)\n\nember-angle-brackets-codemod 7.0.0 (major)\n\n#### :boom: Breaking Change\n* [#511](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/511) drop support for node < 16 ([@mansona](https://github.com/mansona))\n* [#509](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/509) Make helpers unambiguious with parens aka subexpressions ([@lolmaus](https://github.com/lolmaus))\n\n#### :rocket: Enhancement\n* [#505](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/505) Bump ember-template-recast to ^6.1.4 ([@lolmaus](https://github.com/lolmaus))\n\n#### :house: Internal\n* [#512](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/512) move to pnpm ([@mansona](https://github.com/mansona))\n* [#510](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/510) setup release-plan ([@mansona](https://github.com/mansona))\n* [#506](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/506) Move fixtures to with-telemetry/ for consistency ([@lolmaus](https://github.com/lolmaus))\n\n#### Committers: 2\n- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
16+
"description": "## Release (2024-02-14)\n\nember-angle-brackets-codemod 7.0.1 (patch)\n\n#### :bug: Bug Fix\n* [#515](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/515) Move helper disambiguation to a flag that is off by default ([@lolmaus](https://github.com/lolmaus))\n\n#### Committers: 1\n- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))\n"
2517
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog
2+
## Release (2024-02-14)
3+
4+
ember-angle-brackets-codemod 7.0.1 (patch)
5+
6+
#### :bug: Bug Fix
7+
* [#515](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/515) Move helper disambiguation to a flag that is off by default ([@lolmaus](https://github.com/lolmaus))
8+
9+
#### Committers: 1
10+
- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))
211
## Release (2023-12-05)
312

413
ember-angle-brackets-codemod 7.0.0 (major)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-angle-brackets-codemod",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Codemod to convert to Angle brackets syntax",
55
"keywords": [
66
"codemod-cli",

0 commit comments

Comments
 (0)