Skip to content

Commit

Permalink
Merge pull request #1860 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Nov 5, 2024
2 parents f2760ff + da8c2aa commit 76065a5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
17 changes: 4 additions & 13 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand All @@ -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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion packages/ember-repl/addon/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 76065a5

Please sign in to comment.