From da8c2aabd4250b492eb8a5b09e0e5affafb207b5 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 5 Nov 2024 03:51:56 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 17 ++++------------- CHANGELOG.md | 11 +++++++++++ packages/ember-repl/addon/package.json | 2 +- stderr.log | 2 ++ 4 files changed, 18 insertions(+), 14 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 5e0ab96e7..50eca7857 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -5,8 +5,8 @@ }, "ember-repl": { "impact": "patch", - "oldVersion": "4.3.2", - "newVersion": "4.3.3", + "oldVersion": "4.3.3", + "newVersion": "4.3.4", "constraints": [ { "impact": "patch", @@ -28,16 +28,7 @@ "oldVersion": "0.0.3" }, "codemirror-lang-glimmer-ts": { - "impact": "patch", - "oldVersion": "0.0.1", - "newVersion": "0.0.2", - "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" - } - ], - "pkgJSONPath": "./packages/syntax/glimmer-ts/codemirror/package.json" + "oldVersion": "0.0.2" }, "codemirror-lang-glimmer": { "oldVersion": "0.0.4" @@ -46,5 +37,5 @@ "oldVersion": "0.0.3" } }, - "description": "## Release (2024-11-05)\n\nember-repl 4.3.3 (patch)\ncodemirror-lang-glimmer-ts 0.0.2 (patch)\n\n#### :rocket: Enhancement\n* `limber`\n * [#1851](https://github.com/NullVoxPopuli/limber/pull/1851) Share menu ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-repl`\n * [#1856](https://github.com/NullVoxPopuli/limber/pull/1856) Make the transform function (which uses @babel/standalone) compatible… ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `limber`\n * [#1853](https://github.com/NullVoxPopuli/limber/pull/1853) Fix Share Menu, add indicator of copied status ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `codemirror-lang-glimmer-ts`\n * [#1857](https://github.com/NullVoxPopuli/limber/pull/1857) Fix build with preparation for gts syntax support for codemirror ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-11-05)\n\nember-repl 4.3.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-repl`\n * [#1859](https://github.com/NullVoxPopuli/limber/pull/1859) Fix vite support (attempt 2) ([@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 43b42df8a..8e404aee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-11-05) +ember-repl 4.3.4 (patch) + +#### :bug: Bug Fix +* `ember-repl` + * [#1859](https://github.com/NullVoxPopuli/limber/pull/1859) Fix vite support (attempt 2) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + +## Release (2024-11-05) + ember-repl 4.3.3 (patch) codemirror-lang-glimmer-ts 0.0.2 (patch) diff --git a/packages/ember-repl/addon/package.json b/packages/ember-repl/addon/package.json index 6543624e6..a7ebdf085 100644 --- a/packages/ember-repl/addon/package.json +++ b/packages/ember-repl/addon/package.json @@ -1,6 +1,6 @@ { "name": "ember-repl", - "version": "4.3.3", + "version": "4.3.4", "description": "Addon for enabling REPL and Playground creation with Ember/Glimmer", "keywords": [ "ember-addon" diff --git a/stderr.log b/stderr.log index 236943097..d853f67bf 100644 --- a/stderr.log +++ b/stderr.log @@ -24,3 +24,5 @@ Warning: unknown package "@nullvoxpopuli/spike-unified" (Use `node --trace-deprecation ...` to show where the warning was created) Warning: unknown package "limber" Warning: unknown package "limber" +(node:1853) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. +(Use `node --trace-deprecation ...` to show where the warning was created)