Skip to content

Commit 21e9ede

Browse files
ef4github-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 51d8726 commit 21e9ede

File tree

3 files changed

+24
-8
lines changed

3 files changed

+24
-8
lines changed

.release-plan.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"solution": {
33
"babel-plugin-ember-template-compilation": {
4-
"impact": "patch",
5-
"oldVersion": "3.0.0",
6-
"newVersion": "3.0.1",
7-
"tagName": "latest",
4+
"impact": "minor",
5+
"oldVersion": "3.0.1",
6+
"newVersion": "3.1.0",
7+
"tagName": "3-x",
88
"constraints": [
99
{
10-
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
1212
},
1313
{
1414
"impact": "patch",
@@ -18,5 +18,5 @@
1818
"pkgJSONPath": "./package.json"
1919
}
2020
},
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"
21+
"description": "## Release (2026-01-13)\n\n* babel-plugin-ember-template-compilation 3.1.0 (minor)\n\n#### :rocket: Enhancement\n* `babel-plugin-ember-template-compilation`\n * [#113](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/113) [backport 3.x] Fix template compiler deprecation in Ember 6.8 betas ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `babel-plugin-ember-template-compilation`\n * [#111](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/111) [3.x backport] switch to vitest and build into dist subdir ([@mansona](https://github.com/mansona))\n * [#112](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/112) setup release-plan on 3.x branch ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
2222
}

CHANGELOG.md

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

3+
## Release (2026-01-13)
4+
5+
* babel-plugin-ember-template-compilation 3.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `babel-plugin-ember-template-compilation`
9+
* [#113](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/113) [backport 3.x] Fix template compiler deprecation in Ember 6.8 betas ([@mansona](https://github.com/mansona))
10+
11+
#### :house: Internal
12+
* `babel-plugin-ember-template-compilation`
13+
* [#111](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/111) [3.x backport] switch to vitest and build into dist subdir ([@mansona](https://github.com/mansona))
14+
* [#112](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/112) setup release-plan on 3.x branch ([@mansona](https://github.com/mansona))
15+
16+
#### Committers: 1
17+
- Chris Manson ([@mansona](https://github.com/mansona))
18+
319
## Release (2025-08-24)
420

521
* 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": "3.1.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)