Skip to content

Commit

Permalink
Merge pull request #60 from emberjs/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 authored Sep 9, 2024
2 parents 376fa55 + 7a4c3b7 commit cdbabfd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"solution": {
"babel-plugin-ember-template-compilation": {
"impact": "patch",
"oldVersion": "2.2.4",
"newVersion": "2.2.5",
"impact": "minor",
"oldVersion": "2.2.5",
"newVersion": "2.3.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
Expand All @@ -17,5 +17,5 @@
"pkgJSONPath": "./package.json"
}
},
"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:/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:/NullVoxPopuli))\n * [#54](https:/emberjs/babel-plugin-ember-template-compilation/pull/54) fix 🎬 2 ([@patricklx](https:/patricklx))\n\n#### :house: Internal\n* `babel-plugin-ember-template-compilation`\n * [#55](https:/emberjs/babel-plugin-ember-template-compilation/pull/55) replace babel.parse with babel.template.expression.ast ([@patricklx](https:/patricklx))\n\n#### Committers: 2\n- Patrick Pircher ([@patricklx](https:/patricklx))\n- [@NullVoxPopuli](https:/NullVoxPopuli)\n"
"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:/emberjs/babel-plugin-ember-template-compilation/pull/62) Provide a default compilerPath ([@ef4](https:/ef4))\n\n#### :house: Internal\n* `babel-plugin-ember-template-compilation`\n * [#59](https:/emberjs/babel-plugin-ember-template-compilation/pull/59) update dependencies ([@patricklx](https:/patricklx))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https:/ef4))\n- Patrick Pircher ([@patricklx](https:/patricklx))\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2024-09-09)

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

#### :rocket: Enhancement
* `babel-plugin-ember-template-compilation`
* [#62](https:/emberjs/babel-plugin-ember-template-compilation/pull/62) Provide a default compilerPath ([@ef4](https:/ef4))

#### :house: Internal
* `babel-plugin-ember-template-compilation`
* [#59](https:/emberjs/babel-plugin-ember-template-compilation/pull/59) update dependencies ([@patricklx](https:/patricklx))

#### Committers: 2
- Edward Faulkner ([@ef4](https:/ef4))
- Patrick Pircher ([@patricklx](https:/patricklx))

## Release (2024-05-10)

babel-plugin-ember-template-compilation 2.2.5 (patch)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-ember-template-compilation",
"version": "2.2.5",
"version": "2.3.0",
"description": "Babel implementation of Ember's low-level template-compilation API",
"repository": "https:/emberjs/babel-plugin-ember-template-compilation",
"license": "MIT",
Expand Down

0 comments on commit cdbabfd

Please sign in to comment.