Skip to content

Commit 64b9629

Browse files
Prepare Release using 'release-plan' (#1711)
Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
1 parent 27ca085 commit 64b9629

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

.release-plan.json

+7-20
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,16 @@
11
{
22
"solution": {
33
"limber-ui": {
4-
"impact": "patch",
5-
"oldVersion": "1.0.0",
6-
"newVersion": "1.0.1",
7-
"constraints": [
8-
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :memo: Documentation"
11-
}
12-
],
13-
"pkgJSONPath": "./packages/app-support/limber-ui/addon/package.json"
4+
"oldVersion": "1.0.1"
145
},
156
"ember-repl": {
16-
"impact": "patch",
17-
"oldVersion": "4.1.1",
18-
"newVersion": "4.1.2",
7+
"impact": "minor",
8+
"oldVersion": "4.1.2",
9+
"newVersion": "4.2.0",
1910
"constraints": [
2011
{
21-
"impact": "patch",
22-
"reason": "Appears in changelog section :bug: Bug Fix"
23-
},
24-
{
25-
"impact": "patch",
26-
"reason": "Appears in changelog section :memo: Documentation"
12+
"impact": "minor",
13+
"reason": "Appears in changelog section :rocket: Enhancement"
2714
}
2815
],
2916
"pkgJSONPath": "./packages/ember-repl/addon/package.json"
@@ -47,5 +34,5 @@
4734
"oldVersion": "0.0.0"
4835
}
4936
},
50-
"description": "## Release (2024-03-12)\n\nlimber-ui 1.0.1 (patch)\nember-repl 4.1.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-repl`\n * [#1708](https://github.com/NullVoxPopuli/limber/pull/1708) Add rehypePlugins to ExtraOptions, used by compile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `limber-ui`, `ember-repl`\n * [#1706](https://github.com/NullVoxPopuli/limber/pull/1706) Add @includeStyles to <Shadowed> ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
37+
"description": "## Release (2024-03-12)\n\nember-repl 4.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-repl`\n * [#1710](https://github.com/NullVoxPopuli/limber/pull/1710) Re-export some types from ember-repl ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* [#1709](https://github.com/NullVoxPopuli/limber/pull/1709) Rename swapi.dev to swapi.tech ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
5138
}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
ember-repl 4.2.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-repl`
9+
* [#1710](https://github.com/NullVoxPopuli/limber/pull/1710) Re-export some types from ember-repl ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :memo: Documentation
12+
* [#1709](https://github.com/NullVoxPopuli/limber/pull/1709) Rename swapi.dev to swapi.tech ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
13+
14+
#### Committers: 1
15+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
16+
17+
## Release (2024-03-12)
18+
519
limber-ui 1.0.1 (patch)
620
ember-repl 4.1.2 (patch)
721

packages/ember-repl/addon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-repl",
3-
"version": "4.1.2",
3+
"version": "4.2.0",
44
"description": "Addon for enabling REPL and Playground creation with Ember/Glimmer",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)