Skip to content

Commit 21e4e3b

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release v7.0.0 using 'release-plan'
1 parent 68d833b commit 21e4e3b

3 files changed

Lines changed: 48 additions & 1 deletion

File tree

.release-plan.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"solution": {
3+
"ember-template-recast": {
4+
"impact": "major",
5+
"oldVersion": "6.1.5",
6+
"newVersion": "7.0.0",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :bug: Bug Fix"
16+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Appears in changelog section :house: Internal"
20+
}
21+
],
22+
"pkgJSONPath": "./package.json"
23+
}
24+
},
25+
"description": "## Release (2025-04-25)\n\n* ember-template-recast 7.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-template-recast`\n * [#1000](https://github.com/ember-template-lint/ember-template-recast/pull/1000) Drop support for node < 18.12 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-template-recast`\n * [#998](https://github.com/ember-template-lint/ember-template-recast/pull/998) Widen glimmer syntax range ([@kiwiupover](https://github.com/kiwiupover))\n\n#### :house: Internal\n* `ember-template-recast`\n * [#1002](https://github.com/ember-template-lint/ember-template-recast/pull/1002) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1001](https://github.com/ember-template-lint/ember-template-recast/pull/1001) Migrate to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Dave Laird ([@kiwiupover](https://github.com/kiwiupover))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
26+
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## Release (2025-04-25)
4+
5+
* ember-template-recast 7.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-template-recast`
9+
* [#1000](https://github.com/ember-template-lint/ember-template-recast/pull/1000) Drop support for node < 18.12 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :bug: Bug Fix
12+
* `ember-template-recast`
13+
* [#998](https://github.com/ember-template-lint/ember-template-recast/pull/998) Widen glimmer syntax range ([@kiwiupover](https://github.com/kiwiupover))
14+
15+
#### :house: Internal
16+
* `ember-template-recast`
17+
* [#1002](https://github.com/ember-template-lint/ember-template-recast/pull/1002) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
* [#1001](https://github.com/ember-template-lint/ember-template-recast/pull/1001) Migrate to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
19+
20+
#### Committers: 2
21+
- Dave Laird ([@kiwiupover](https://github.com/kiwiupover))
22+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
23+
324

425

526

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-template-recast",
3-
"version": "6.1.5",
3+
"version": "7.0.0",
44
"description": "Non-destructive template transformer.",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)