From 793fd7446f6d8f1e72c5316bf2138c7309a23408 Mon Sep 17 00:00:00 2001 From: ef4 <319282+ef4@users.noreply.github.com> Date: Sat, 27 Apr 2024 21:36:25 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 14 +++++++++----- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- stderr.log | 0 4 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 stderr.log diff --git a/.release-plan.json b/.release-plan.json index 96831fd..99f9787 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,21 @@ { "solution": { "decorator-transforms": { - "impact": "patch", - "oldVersion": "1.2.0", - "newVersion": "1.2.1", + "impact": "major", + "oldVersion": "1.2.1", + "newVersion": "2.0.0", "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-04-16)\n\ndecorator-transforms 1.2.1 (patch)\n\n#### :bug: Bug Fix\n* `decorator-transforms`\n * [#24](https://github.com/ef4/decorator-transforms/pull/24) add a prepare script to make sure it builds ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f7160..ea42665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## Release (2024-04-27) + +decorator-transforms 2.0.0 (major) + +#### :boom: Breaking Change +* `decorator-transforms` + * [#26](https://github.com/ef4/decorator-transforms/pull/26) Implement runEarly for arbitrary browser compatibility ([@ef4](https://github.com/ef4)) + +#### :house: Internal +* `decorator-transforms` + * [#19](https://github.com/ef4/decorator-transforms/pull/19) Test interop with template-colocation-plugin ([@ef4](https://github.com/ef4)) + +#### Committers: 1 +- Edward Faulkner ([@ef4](https://github.com/ef4)) + ## Release (2024-04-16) decorator-transforms 1.2.1 (patch) diff --git a/package.json b/package.json index cb2ea42..c0e50e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decorator-transforms", - "version": "1.2.1", + "version": "2.0.0", "description": "Better babel transforms for decorators", "keywords": [], "repository": { diff --git a/stderr.log b/stderr.log new file mode 100644 index 0000000..e69de29