Skip to content

Commit 10190fa

Browse files
Merge pull request #96 from emberjs/release-preview
Prepare Release
2 parents bcceef9 + 0ecc472 commit 10190fa

File tree

3 files changed

+31
-5
lines changed

3 files changed

+31
-5
lines changed

.release-plan.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
{
22
"solution": {
33
"babel-plugin-ember-template-compilation": {
4-
"impact": "major",
5-
"oldVersion": "3.0.0-alpha.4",
6-
"newVersion": "3.0.0",
4+
"impact": "patch",
5+
"oldVersion": "3.0.0",
6+
"newVersion": "3.0.1",
77
"tagName": "latest",
8+
"constraints": [
9+
{
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"
16+
}
17+
],
818
"pkgJSONPath": "./package.json"
919
}
1020
},
11-
"description": "## Release (2025-03-26)\n\n* babel-plugin-ember-template-compilation 3.0.0-alpha.1 (major)\n\n#### :bug: Bug Fix\n* `babel-plugin-ember-template-compilation`\n * [#83](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/83) Don't try to auto-detect ember template compiler when targetFormat do… ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4)) \n"
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"
1222
}

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 (2025-08-24)
4+
5+
* babel-plugin-ember-template-compilation 3.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `babel-plugin-ember-template-compilation`
9+
* [#100](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/100) Add's URL to allowed globals list ([@evoactivity](https://github.com/evoactivity))
10+
11+
#### :house: Internal
12+
* `babel-plugin-ember-template-compilation`
13+
* [#95](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/95) releasing alpha->latest ([@ef4](https://github.com/ef4))
14+
15+
#### Committers: 2
16+
- Edward Faulkner ([@ef4](https://github.com/ef4))
17+
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
18+
319
## Release (2025-05-06)
420

521

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.0",
3+
"version": "3.0.1",
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)