Skip to content

Commit cdbabfd

Browse files
authored
Merge pull request #60 from emberjs/release-preview
Prepare Release
2 parents 376fa55 + 7a4c3b7 commit cdbabfd

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"solution": {
33
"babel-plugin-ember-template-compilation": {
4-
"impact": "patch",
5-
"oldVersion": "2.2.4",
6-
"newVersion": "2.2.5",
4+
"impact": "minor",
5+
"oldVersion": "2.2.5",
6+
"newVersion": "2.3.0",
77
"constraints": [
88
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
1111
},
1212
{
1313
"impact": "patch",
@@ -17,5 +17,5 @@
1717
"pkgJSONPath": "./package.json"
1818
}
1919
},
20-
"description": "## Release (2024-05-10)\n\nbabel-plugin-ember-template-compilation 2.2.5 (patch)\n\n#### :bug: Bug Fix\n* `babel-plugin-ember-template-compilation`\n * [#53](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/53) Problem with generating scope locals (the wire format array) when scope bag (the object) has aliasing properties (non-shorthand) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#54](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/54) fix 🎬 2 ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `babel-plugin-ember-template-compilation`\n * [#55](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/55) replace babel.parse with babel.template.expression.ast ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 2\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
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"
2121
}

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 (2024-09-09)
4+
5+
babel-plugin-ember-template-compilation 2.3.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `babel-plugin-ember-template-compilation`
9+
* [#62](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/62) Provide a default compilerPath ([@ef4](https://github.com/ef4))
10+
11+
#### :house: Internal
12+
* `babel-plugin-ember-template-compilation`
13+
* [#59](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/59) update dependencies ([@patricklx](https://github.com/patricklx))
14+
15+
#### Committers: 2
16+
- Edward Faulkner ([@ef4](https://github.com/ef4))
17+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
18+
319
## Release (2024-05-10)
420

521
babel-plugin-ember-template-compilation 2.2.5 (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": "2.2.5",
3+
"version": "2.3.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)