Skip to content

Commit 383164d

Browse files
Merge pull request #2085 from NullVoxPopuli/release-preview
Prepare Release
2 parents 675ed7b + f26913e commit 383164d

File tree

4 files changed

+22
-36
lines changed

4 files changed

+22
-36
lines changed

.release-plan.json

Lines changed: 8 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,27 @@
11
{
22
"solution": {
33
"ember-repl": {
4-
"impact": "major",
5-
"oldVersion": "7.3.5",
6-
"newVersion": "8.0.0",
4+
"impact": "patch",
5+
"oldVersion": "8.0.0",
6+
"newVersion": "8.0.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "major",
11-
"reason": "Appears in changelog section :boom: Breaking Change"
12-
},
13-
{
14-
"impact": "minor",
15-
"reason": "Appears in changelog section :rocket: Enhancement"
16-
},
179
{
1810
"impact": "patch",
1911
"reason": "Has dependency `workspace:*` on repl-sdk"
20-
},
21-
{
22-
"impact": "patch",
23-
"reason": "Appears in changelog section :bug: Bug Fix"
2412
}
2513
],
2614
"pkgJSONPath": "./packages/ember-repl/package.json"
2715
},
2816
"limber-ui": {
29-
"impact": "minor",
30-
"oldVersion": "4.1.1",
31-
"newVersion": "4.2.0",
32-
"tagName": "latest",
33-
"constraints": [
34-
{
35-
"impact": "minor",
36-
"reason": "Appears in changelog section :rocket: Enhancement"
37-
}
38-
],
39-
"pkgJSONPath": "./packages/limber-ui/package.json"
17+
"oldVersion": "4.2.0"
4018
},
4119
"repl-sdk": {
42-
"impact": "minor",
43-
"oldVersion": "1.4.1",
44-
"newVersion": "1.5.0",
20+
"impact": "patch",
21+
"oldVersion": "1.5.0",
22+
"newVersion": "1.5.1",
4523
"tagName": "latest",
4624
"constraints": [
47-
{
48-
"impact": "minor",
49-
"reason": "Appears in changelog section :rocket: Enhancement"
50-
},
5125
{
5226
"impact": "patch",
5327
"reason": "Appears in changelog section :bug: Bug Fix"
@@ -77,5 +51,5 @@
7751
"oldVersion": "2.0.3"
7852
}
7953
},
80-
"description": "## Release (2026-02-17)\n\n* ember-repl 8.0.0 (major)\n* limber-ui 4.2.0 (minor)\n* repl-sdk 1.5.0 (minor)\n\n#### :boom: Breaking Change\n* `ember-repl`\n * [#2067](https://github.com/NullVoxPopuli/limber/pull/2067) Remove @embroider/addon-shim from ember-repl (ember-repl is now vite-only) ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :rocket: Enhancement\n* `ember-repl`, `limber-ui`, `repl-sdk`\n * [#2073](https://github.com/NullVoxPopuli/limber/pull/2073) Revert renderApp workaround (back to renderComponent) -- now requires at least ember-source 6.12.0-alpha.4 ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :bug: Bug Fix\n* `ember-repl`, `repl-sdk`\n * [#2083](https://github.com/NullVoxPopuli/limber/pull/2083) Resolve ember-template-compiler deprecation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#2075](https://github.com/NullVoxPopuli/limber/pull/2075) ✨ Set up Copilot instructions ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### Committers: 2\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
54+
"description": "## Release (2026-02-19)\n\n* ember-repl 8.0.1 (patch)\n* repl-sdk 1.5.1 (patch)\n\n#### :bug: Bug Fix\n* `repl-sdk`\n * [#2084](https://github.com/NullVoxPopuli/limber/pull/2084) Add hasRegistration and factoryFor to owner-proxy ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
8155
}

CHANGELOG.md

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

3+
## Release (2026-02-19)
4+
5+
* ember-repl 8.0.1 (patch)
6+
* repl-sdk 1.5.1 (patch)
7+
8+
#### :bug: Bug Fix
9+
* `repl-sdk`
10+
* [#2084](https://github.com/NullVoxPopuli/limber/pull/2084) Add hasRegistration and factoryFor to owner-proxy ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### Committers: 1
13+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
14+
315
## Release (2026-02-17)
416

517
* ember-repl 8.0.0 (major)

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": "8.0.0",
3+
"version": "8.0.1",
44
"type": "module",
55
"description": "Library for enabling REPL and Playground creation with Ember/Glimmer",
66
"keywords": [

packages/repl-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "repl-sdk",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"type": "module",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)