Skip to content

Commit 1763da0

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 3807a91 commit 1763da0

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

.release-plan.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"solution": {
33
"ember-angle-brackets-codemod": {
44
"impact": "patch",
5-
"oldVersion": "7.0.0",
6-
"newVersion": "7.0.1",
5+
"oldVersion": "7.0.1",
6+
"newVersion": "7.0.2",
77
"constraints": [
88
{
99
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"reason": "Appears in changelog section :house: Internal"
1111
}
1212
],
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2024-02-14)\n\nember-angle-brackets-codemod 7.0.2 (patch)\n\n#### :house: Internal\n* `ember-angle-brackets-codemod`\n * [#525](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/525) update release-plan ([@mansona](https://github.com/mansona))\n * [#517](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/517) create dependabot config with batching for minor changes ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
1717
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog
2+
3+
## Release (2024-02-14)
4+
5+
ember-angle-brackets-codemod 7.0.2 (patch)
6+
7+
#### :house: Internal
8+
* `ember-angle-brackets-codemod`
9+
* [#525](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/525) update release-plan ([@mansona](https://github.com/mansona))
10+
* [#517](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/517) create dependabot config with batching for minor changes ([@mansona](https://github.com/mansona))
11+
12+
#### Committers: 1
13+
- Chris Manson ([@mansona](https://github.com/mansona))
214
## Release (2024-02-14)
315

416
ember-angle-brackets-codemod 7.0.1 (patch)

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.1",
3+
"version": "7.0.2",
44
"description": "Codemod to convert to Angle brackets syntax",
55
"keywords": [
66
"codemod-cli",

0 commit comments

Comments
 (0)