Skip to content

Commit d79ecbf

Browse files
Prepare Release using 'release-plan' (#1869)
Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
1 parent 22163b6 commit d79ecbf

File tree

4 files changed

+21
-25
lines changed

4 files changed

+21
-25
lines changed

.release-plan.json

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,16 @@
11
{
22
"solution": {
33
"limber-ui": {
4-
"impact": "major",
5-
"oldVersion": "1.0.5",
6-
"newVersion": "2.0.0",
7-
"constraints": [
8-
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
12-
{
13-
"impact": "minor",
14-
"reason": "Appears in changelog section :rocket: Enhancement"
15-
}
16-
],
17-
"pkgJSONPath": "./packages/app-support/limber-ui/addon/package.json"
4+
"oldVersion": "2.0.0"
185
},
196
"ember-repl": {
20-
"impact": "major",
21-
"oldVersion": "4.3.4",
22-
"newVersion": "5.0.0",
7+
"impact": "patch",
8+
"oldVersion": "5.0.0",
9+
"newVersion": "5.0.1",
2310
"constraints": [
2411
{
25-
"impact": "major",
26-
"reason": "Appears in changelog section :boom: Breaking Change"
27-
},
28-
{
29-
"impact": "minor",
30-
"reason": "Appears in changelog section :rocket: Enhancement"
12+
"impact": "patch",
13+
"reason": "Appears in changelog section :bug: Bug Fix"
3114
}
3215
],
3316
"pkgJSONPath": "./packages/ember-repl/addon/package.json"
@@ -54,5 +37,5 @@
5437
"oldVersion": "0.0.3"
5538
}
5639
},
57-
"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"
40+
"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"
5841
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2024-11-12)
44

5+
ember-repl 5.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-repl`
9+
* [#1868](https://github.com/NullVoxPopuli/limber/pull/1868) Fix ESM compatibility (Vite) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
14+
## Release (2024-11-12)
15+
516
limber-ui 2.0.0 (major)
617
ember-repl 5.0.0 (major)
718

packages/ember-repl/addon/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": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Addon for enabling REPL and Playground creation with Ember/Glimmer",
55
"keywords": [
66
"ember-addon"

stderr.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ Warning: unknown package "limber"
2929
(node:1834) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
3030
(Use `node --trace-deprecation ...` to show where the warning was created)
3131
Warning: unknown package "limber"
32+
(node:1845) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
33+
(Use `node --trace-deprecation ...` to show where the warning was created)

0 commit comments

Comments
 (0)