From d79ecbf2df94ef791e1a76daaf9b10633b088d2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:22:04 -0500 Subject: [PATCH] Prepare Release using 'release-plan' (#1869) Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> --- .release-plan.json | 31 ++++++-------------------- CHANGELOG.md | 11 +++++++++ packages/ember-repl/addon/package.json | 2 +- stderr.log | 2 ++ 4 files changed, 21 insertions(+), 25 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 9ee0e995c..255877089 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,33 +1,16 @@ { "solution": { "limber-ui": { - "impact": "major", - "oldVersion": "1.0.5", - "newVersion": "2.0.0", - "constraints": [ - { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" - }, - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - } - ], - "pkgJSONPath": "./packages/app-support/limber-ui/addon/package.json" + "oldVersion": "2.0.0" }, "ember-repl": { - "impact": "major", - "oldVersion": "4.3.4", - "newVersion": "5.0.0", + "impact": "patch", + "oldVersion": "5.0.0", + "newVersion": "5.0.1", "constraints": [ { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" - }, - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./packages/ember-repl/addon/package.json" @@ -54,5 +37,5 @@ "oldVersion": "0.0.3" } }, - "description": "## Release (2024-11-12)\n\nlimber-ui 2.0.0 (major)\nember-repl 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `limber-ui`, `ember-repl`\n * [#1675](https://github.com/NullVoxPopuli/limber/pull/1675) Use decorator transforms ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :rocket: Enhancement\n* `ember-repl`\n * [#1867](https://github.com/NullVoxPopuli/limber/pull/1867) Upgrade content-tag in ember-repl to v3 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `limber`, `ember-repl`\n * [#1862](https://github.com/NullVoxPopuli/limber/pull/1862) Cleanup a bit. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `limber-ui`, `ember-repl`\n * [#1675](https://github.com/NullVoxPopuli/limber/pull/1675) Use decorator transforms ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `limber`\n * [#1858](https://github.com/NullVoxPopuli/limber/pull/1858) Improve format switching with default content ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-11-12)\n\nember-repl 5.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-repl`\n * [#1868](https://github.com/NullVoxPopuli/limber/pull/1868) Fix ESM compatibility (Vite) ([@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 6b340c36e..f5a29b017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-11-12) +ember-repl 5.0.1 (patch) + +#### :bug: Bug Fix +* `ember-repl` + * [#1868](https://github.com/NullVoxPopuli/limber/pull/1868) Fix ESM compatibility (Vite) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2024-11-12) + limber-ui 2.0.0 (major) ember-repl 5.0.0 (major) diff --git a/packages/ember-repl/addon/package.json b/packages/ember-repl/addon/package.json index 740da99ec..89c78d91a 100644 --- a/packages/ember-repl/addon/package.json +++ b/packages/ember-repl/addon/package.json @@ -1,6 +1,6 @@ { "name": "ember-repl", - "version": "5.0.0", + "version": "5.0.1", "description": "Addon for enabling REPL and Playground creation with Ember/Glimmer", "keywords": [ "ember-addon" diff --git a/stderr.log b/stderr.log index 647a1926e..73f467088 100644 --- a/stderr.log +++ b/stderr.log @@ -29,3 +29,5 @@ Warning: unknown package "limber" (node:1834) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) Warning: unknown package "limber" +(node:1845) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. +(Use `node --trace-deprecation ...` to show where the warning was created)