Skip to content

Commit ae7e596

Browse files
Prepare Release using 'release-plan' (#1700)
Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
1 parent 886dadc commit ae7e596

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.release-plan.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"oldVersion": "1.0.0"
55
},
66
"ember-repl": {
7-
"impact": "patch",
8-
"oldVersion": "4.0.2",
9-
"newVersion": "4.0.3",
7+
"impact": "minor",
8+
"oldVersion": "4.0.3",
9+
"newVersion": "4.1.0",
1010
"constraints": [
1111
{
12-
"impact": "patch",
13-
"reason": "Appears in changelog section :bug: Bug Fix"
12+
"impact": "minor",
13+
"reason": "Appears in changelog section :rocket: Enhancement"
1414
}
1515
],
1616
"pkgJSONPath": "./packages/ember-repl/addon/package.json"
@@ -34,5 +34,5 @@
3434
"oldVersion": "0.0.0"
3535
}
3636
},
37-
"description": "## Release (2024-03-10)\n\nember-repl 4.0.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-repl`\n * [#1697](https://github.com/NullVoxPopuli/limber/pull/1697) Fix ember repl build + use turbo in publish.yml ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
37+
"description": "## Release (2024-03-10)\n\nember-repl 4.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-repl`\n * [#1699](https://github.com/NullVoxPopuli/limber/pull/1699) Allow plugin options for both remark and rehype plugins ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
3838
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
ember-repl 4.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-repl`
9+
* [#1699](https://github.com/NullVoxPopuli/limber/pull/1699) Allow plugin options for both remark and rehype plugins ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
14+
## Release (2024-03-10)
15+
516
ember-repl 4.0.3 (patch)
617

718
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)