From 75e17fe366449b9aa299b78d944515ba568cf4df Mon Sep 17 00:00:00 2001 From: ef4 <319282+ef4@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:03:15 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 16 ++++++---------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 99f9787..517c4e8 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,17 @@ { "solution": { "decorator-transforms": { - "impact": "major", - "oldVersion": "1.2.1", - "newVersion": "2.0.0", + "impact": "minor", + "oldVersion": "2.0.0", + "newVersion": "2.1.0", "constraints": [ { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-04-27)\n\ndecorator-transforms 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `decorator-transforms`\n * [#26](https://github.com/ef4/decorator-transforms/pull/26) Implement runEarly for arbitrary browser compatibility ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `decorator-transforms`\n * [#19](https://github.com/ef4/decorator-transforms/pull/19) Test interop with template-colocation-plugin ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" + "description": "## Release (2024-09-17)\n\ndecorator-transforms 2.1.0 (minor)\n\n#### :rocket: Enhancement\n* `decorator-transforms`\n * [#30](https://github.com/ef4/decorator-transforms/pull/30) Offer an explicit import path for esm vs cjs runtime ([@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 ea42665..b552ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-09-17) + +decorator-transforms 2.1.0 (minor) + +#### :rocket: Enhancement +* `decorator-transforms` + * [#30](https://github.com/ef4/decorator-transforms/pull/30) Offer an explicit import path for esm vs cjs runtime ([@ef4](https://github.com/ef4)) + +#### Committers: 1 +- Edward Faulkner ([@ef4](https://github.com/ef4)) + ## Release (2024-04-27) decorator-transforms 2.0.0 (major) diff --git a/package.json b/package.json index bf6b9f8..77044e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decorator-transforms", - "version": "2.0.0", + "version": "2.1.0", "description": "Better babel transforms for decorators", "keywords": [], "repository": {