From 7a4c3b708884922d48b37a6076149cbed615b54c Mon Sep 17 00:00:00 2001 From: ef4 <319282+ef4@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:29:54 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 6dd0dc3..fcc4a00 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -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", @@ -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://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-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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ec2984b..546f89e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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://github.com/emberjs/babel-plugin-ember-template-compilation/pull/62) Provide a default compilerPath ([@ef4](https://github.com/ef4)) + +#### :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: 2 +- Edward Faulkner ([@ef4](https://github.com/ef4)) +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) + ## Release (2024-05-10) babel-plugin-ember-template-compilation 2.2.5 (patch) diff --git a/package.json b/package.json index 3bf22bb..64bf743 100644 --- a/package.json +++ b/package.json @@ -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://github.com/emberjs/babel-plugin-ember-template-compilation", "license": "MIT",