Skip to content

Commit 4f3e74c

Browse files
authored
Merge pull request #74 from emberjs/release-preview
Prepare Release
2 parents 7072132 + 47e63d7 commit 4f3e74c

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

.release-plan.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
"solution": {
33
"babel-plugin-ember-template-compilation": {
44
"impact": "minor",
5-
"oldVersion": "2.2.5",
6-
"newVersion": "2.3.0",
5+
"oldVersion": "2.3.0",
6+
"newVersion": "2.4.0",
77
"constraints": [
88
{
99
"impact": "minor",
1010
"reason": "Appears in changelog section :rocket: Enhancement"
1111
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :bug: Bug Fix"
15+
},
1216
{
1317
"impact": "patch",
1418
"reason": "Appears in changelog section :house: Internal"
@@ -17,5 +21,5 @@
1721
"pkgJSONPath": "./package.json"
1822
}
1923
},
20-
"description": "## Release (2024-09-09)\n\nbabel-plugin-ember-template-compilation 2.3.0 (minor)\n\n#### :rocket: Enhancement\n* `babel-plugin-ember-template-compilation`\n * [#62](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/62) Provide a default compilerPath ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `babel-plugin-ember-template-compilation`\n * [#59](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/59) update dependencies ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
24+
"description": "## Release (2025-03-20)\n\nbabel-plugin-ember-template-compilation 2.4.0 (minor)\n\n#### :rocket: Enhancement\n* `babel-plugin-ember-template-compilation`\n * [#67](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/67) Lexical this ([@ef4](https://github.com/ef4))\n * [#68](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/68) default globals implementation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `babel-plugin-ember-template-compilation`\n * [#66](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/66) Widen @glimmer/syntax range ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `babel-plugin-ember-template-compilation`\n * [#73](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/73) Make our tests use async babel ([@ef4](https://github.com/ef4))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2125
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## Release (2025-03-20)
4+
5+
babel-plugin-ember-template-compilation 2.4.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `babel-plugin-ember-template-compilation`
9+
* [#67](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/67) Lexical this ([@ef4](https://github.com/ef4))
10+
* [#68](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/68) default globals implementation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### :bug: Bug Fix
13+
* `babel-plugin-ember-template-compilation`
14+
* [#66](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/66) Widen @glimmer/syntax range ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
16+
#### :house: Internal
17+
* `babel-plugin-ember-template-compilation`
18+
* [#73](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/73) Make our tests use async babel ([@ef4](https://github.com/ef4))
19+
20+
#### Committers: 2
21+
- Edward Faulkner ([@ef4](https://github.com/ef4))
22+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
23+
324
## Release (2024-09-09)
425

526
babel-plugin-ember-template-compilation 2.3.0 (minor)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-ember-template-compilation",
3-
"version": "2.3.0",
3+
"version": "2.4.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)