From 1b0f9379d07833b04f07e7386e006222a05c1a68 Mon Sep 17 00:00:00 2001 From: ef4 <319282+ef4@users.noreply.github.com> Date: Fri, 28 Mar 2025 20:08:48 +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 5274368..74b95d3 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,21 +2,17 @@ "solution": { "babel-plugin-ember-template-compilation": { "impact": "patch", - "oldVersion": "3.0.0-alpha.1", - "newVersion": "3.0.0-alpha.2", + "oldVersion": "3.0.0-alpha.2", + "newVersion": "3.0.0-alpha.3", "tagName": "alpha", "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 (2025-03-28)\n\n* babel-plugin-ember-template-compilation 3.0.0-alpha.2 (patch)\n\n#### :bug: Bug Fix\n* `babel-plugin-ember-template-compilation`\n * [#88](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/88) Fix a windows import bug ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `babel-plugin-ember-template-compilation`\n * [#87](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/87) Windows tests ([@ef4](https://github.com/ef4))\n * [#85](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/85) Replace eslint-plugin-node with eslint-plugin-n ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" + "description": "## Release (2025-03-28)\n\n* babel-plugin-ember-template-compilation 3.0.0-alpha.3 (patch)\n\n#### :bug: Bug Fix\n* `babel-plugin-ember-template-compilation`\n * [#89](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/89) bugfix: wire is the default outputFormat ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b2bb43..7fb2f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2025-03-28) +* babel-plugin-ember-template-compilation 3.0.0-alpha.3 (patch) + +#### :bug: Bug Fix +* `babel-plugin-ember-template-compilation` + * [#89](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/89) bugfix: wire is the default outputFormat ([@ef4](https://github.com/ef4)) + +#### Committers: 1 +- Edward Faulkner ([@ef4](https://github.com/ef4)) + +## Release (2025-03-28) + * babel-plugin-ember-template-compilation 3.0.0-alpha.2 (patch) #### :bug: Bug Fix diff --git a/package.json b/package.json index b11bdb1..6783d4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-ember-template-compilation", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "description": "Babel implementation of Ember's low-level template-compilation API", "repository": "https://github.com/emberjs/babel-plugin-ember-template-compilation", "license": "MIT",