Skip to content

Commit e95b0cd

Browse files
authored
Merge pull request #104 from emberjs/release-preview
Prepare Release
2 parents 7848e05 + 8914e93 commit e95b0cd

File tree

3 files changed

+33
-7
lines changed

3 files changed

+33
-7
lines changed

.release-plan.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +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"
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
},
13+
{
14+
"impact": "minor",
15+
"reason": "Appears in changelog section :rocket: Enhancement"
1216
},
1317
{
1418
"impact": "patch",
@@ -18,5 +22,5 @@
1822
"pkgJSONPath": "./package.json"
1923
}
2024
},
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"
25+
"description": "## Release (2026-01-13)\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#### :rocket: Enhancement\n* `babel-plugin-ember-template-compilation`\n * [#106](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/106) Fix template compiler deprecation in Ember 6.8 betas ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `babel-plugin-ember-template-compilation`\n * [#110](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/110) chore: bump `content-tag` ([@aklkv](https://github.com/aklkv))\n * [#105](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/105) Switch to Vitest and build into a dist dir ([@ef4](https://github.com/ef4))\n\n#### Committers: 3\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
2226
}

CHANGELOG.md

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

3+
## Release (2026-01-13)
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+
#### :rocket: Enhancement
12+
* `babel-plugin-ember-template-compilation`
13+
* [#106](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/106) Fix template compiler deprecation in Ember 6.8 betas ([@ef4](https://github.com/ef4))
14+
15+
#### :house: Internal
16+
* `babel-plugin-ember-template-compilation`
17+
* [#110](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/110) chore: bump `content-tag` ([@aklkv](https://github.com/aklkv))
18+
* [#105](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/105) Switch to Vitest and build into a dist dir ([@ef4](https://github.com/ef4))
19+
20+
#### Committers: 3
21+
- Alex ([@void-mAlex](https://github.com/void-mAlex))
22+
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
23+
- Edward Faulkner ([@ef4](https://github.com/ef4))
24+
325
## Release (2025-08-24)
426

527
* 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)