From ae753c2720303f45ef51a493e297bf76659a384c Mon Sep 17 00:00:00 2001 From: ef4 <319282+ef4@users.noreply.github.com> Date: Wed, 8 May 2024 02:04:41 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 10 +++------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 8512a59..221ed43 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,20 +2,16 @@ "solution": { "babel-plugin-ember-template-compilation": { "impact": "patch", - "oldVersion": "2.2.2", - "newVersion": "2.2.3", + "oldVersion": "2.2.3", + "newVersion": "2.2.4", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-05-03)\n\nbabel-plugin-ember-template-compilation 2.2.3 (patch)\n\n#### :bug: Bug Fix\n* `babel-plugin-ember-template-compilation`\n * [#40](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/40) `this` should not be added to the scope bag ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `babel-plugin-ember-template-compilation`\n * [#47](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/47) Remove withVersion for ci's pnpm version in the release plan workflows ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#44](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/44) setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#45](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/45) Switch to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#46](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/46) Fix `tsc` error on the floating deps test ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#43](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/43) upgrade babel-import-util to 3.0 ([@ef4](https://github.com/ef4))\n * [#42](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/42) Update babel-import-util and use it to manage babel bindings more precisely ([@ef4](https://github.com/ef4))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-05-08)\n\nbabel-plugin-ember-template-compilation 2.2.4 (patch)\n\n#### :bug: Bug Fix\n* `babel-plugin-ember-template-compilation`\n * [#51](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/51) Remove extraneous import from `@ember/template-compiler` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a589e5e..b8f0437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-05-08) + +babel-plugin-ember-template-compilation 2.2.4 (patch) + +#### :bug: Bug Fix +* `babel-plugin-ember-template-compilation` + * [#51](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/51) Remove extraneous import from `@ember/template-compiler` ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-05-03) babel-plugin-ember-template-compilation 2.2.3 (patch) diff --git a/package.json b/package.json index b88b6c4..e058538 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-ember-template-compilation", - "version": "2.2.3", + "version": "2.2.4", "description": "Babel implementation of Ember's low-level template-compilation API", "repository": "https://github.com/emberjs/babel-plugin-ember-template-compilation", "license": "MIT",