Skip to content

Commit 31ba77f

Browse files
Merge pull request #2038 from NullVoxPopuli/release-preview
Prepare Release
2 parents c1cb316 + 021707c commit 31ba77f

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

.release-plan.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"solution": {
33
"ember-repl": {
44
"impact": "patch",
5-
"oldVersion": "7.2.1",
6-
"newVersion": "7.2.2",
5+
"oldVersion": "7.2.2",
6+
"newVersion": "7.2.3",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
11-
"reason": "Has dependency `workspace:*` on repl-sdk"
11+
"reason": "Appears in changelog section :bug: Bug Fix"
1212
}
1313
],
1414
"pkgJSONPath": "./packages/ember-repl/package.json"
@@ -17,17 +17,7 @@
1717
"oldVersion": "4.0.2"
1818
},
1919
"repl-sdk": {
20-
"impact": "patch",
21-
"oldVersion": "1.1.0",
22-
"newVersion": "1.1.1",
23-
"tagName": "latest",
24-
"constraints": [
25-
{
26-
"impact": "patch",
27-
"reason": "Appears in changelog section :bug: Bug Fix"
28-
}
29-
],
30-
"pkgJSONPath": "./packages/repl-sdk/package.json"
20+
"oldVersion": "1.1.1"
3121
},
3222
"codemirror-lang-glimdown": {
3323
"oldVersion": "2.0.1"
@@ -51,5 +41,5 @@
5141
"oldVersion": "2.0.1"
5242
}
5343
},
54-
"description": "## Release (2026-01-03)\n\n* ember-repl 7.2.2 (patch)\n* repl-sdk 1.1.1 (patch)\n\n#### :rocket: Enhancement\n* [#2029](https://github.com/NullVoxPopuli/limber/pull/2029) Forbid immediate code execution in specific circumstances ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `repl-sdk`\n * [#2033](https://github.com/NullVoxPopuli/limber/pull/2033) Revert usage of renderComponent due to https://github.com/emberjs/ember.js/issues/21023 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
44+
"description": "## Release (2026-01-05)\n\n* ember-repl 7.2.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-repl`\n * [#2037](https://github.com/NullVoxPopuli/limber/pull/2037) Glimmer validator is private ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
5545
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2026-01-05)
4+
5+
* ember-repl 7.2.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-repl`
9+
* [#2037](https://github.com/NullVoxPopuli/limber/pull/2037) Glimmer validator is private ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2026-01-03)
415

516
* ember-repl 7.2.2 (patch)

packages/ember-repl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-repl",
3-
"version": "7.2.2",
3+
"version": "7.2.3",
44
"type": "module",
55
"description": "Library for enabling REPL and Playground creation with Ember/Glimmer",
66
"keywords": [

0 commit comments

Comments
 (0)