Skip to content

Commit f11d0d1

Browse files
ef4github-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 3dff1f9 commit f11d0d1

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

.release-plan.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
{
22
"solution": {
33
"babel-plugin-ember-template-compilation": {
4-
"impact": "patch",
5-
"oldVersion": "3.0.0",
6-
"newVersion": "3.0.1",
4+
"impact": "major",
5+
"oldVersion": "3.0.1",
6+
"newVersion": "4.0.0",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
1612
}
1713
],
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
21-
"description": "## Release (2025-08-24)\n\n* babel-plugin-ember-template-compilation 3.0.1 (patch)\n\n#### :bug: Bug Fix\n* `babel-plugin-ember-template-compilation`\n * [#100](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/100) Add's URL to allowed globals list ([@evoactivity](https://github.com/evoactivity))\n\n#### :house: Internal\n* `babel-plugin-ember-template-compilation`\n * [#95](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/95) releasing alpha->latest ([@ef4](https://github.com/ef4))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
17+
"description": "## Release (2025-11-11)\n\n* babel-plugin-ember-template-compilation 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `babel-plugin-ember-template-compilation`\n * [#99](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/99) avoid leaking real filename path in output due to moduleName ([@void-mAlex](https://github.com/void-mAlex))\n\n#### Committers: 1\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n"
2218
}

CHANGELOG.md

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

3+
## Release (2025-11-11)
4+
5+
* babel-plugin-ember-template-compilation 4.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `babel-plugin-ember-template-compilation`
9+
* [#99](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/99) avoid leaking real filename path in output due to moduleName ([@void-mAlex](https://github.com/void-mAlex))
10+
11+
#### Committers: 1
12+
- Alex ([@void-mAlex](https://github.com/void-mAlex))
13+
314
## Release (2025-08-24)
415

516
* babel-plugin-ember-template-compilation 3.0.1 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-ember-template-compilation",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "Babel implementation of Ember's low-level template-compilation API",
55
"repository": "https://github.com/emberjs/babel-plugin-ember-template-compilation",
66
"license": "MIT",

0 commit comments

Comments
 (0)