Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and github-actions[bot] committed Jun 25, 2024
1 parent bbd39fc commit fbd4f3e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
"solution": {
"babel-plugin-ember-template-compilation": {
"impact": "patch",
"oldVersion": "2.2.4",
"newVersion": "2.2.5",
"oldVersion": "2.2.5",
"newVersion": "2.2.6",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -17,5 +13,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://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"
"description": "## Release (2024-06-25)\n\nbabel-plugin-ember-template-compilation 2.2.6 (patch)\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: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-06-25)

babel-plugin-ember-template-compilation 2.2.6 (patch)

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

#### Committers: 1
- Patrick Pircher ([@patricklx](https://github.com/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.2.6",
"description": "Babel implementation of Ember's low-level template-compilation API",
"repository": "https://github.com/emberjs/babel-plugin-ember-template-compilation",
"license": "MIT",
Expand Down

0 comments on commit fbd4f3e

Please sign in to comment.