Skip to content

Commit c1c1ec5

Browse files
Prepare Release using 'release-plan' (#1705)
Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
1 parent 3cb1179 commit c1c1ec5

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": "minor",
8-
"oldVersion": "4.0.3",
9-
"newVersion": "4.1.0",
7+
"impact": "patch",
8+
"oldVersion": "4.1.0",
9+
"newVersion": "4.1.1",
1010
"constraints": [
1111
{
12-
"impact": "minor",
13-
"reason": "Appears in changelog section :rocket: Enhancement"
12+
"impact": "patch",
13+
"reason": "Appears in changelog section :bug: Bug Fix"
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.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"
37+
"description": "## Release (2024-03-11)\n\nember-repl 4.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-repl`\n * [#1704](https://github.com/NullVoxPopuli/limber/pull/1704) Escape {{ after the rehype phase instead of during the remark phase ([@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
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2024-03-11)
4+
5+
ember-repl 4.1.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-repl`
9+
* [#1704](https://github.com/NullVoxPopuli/limber/pull/1704) Escape {{ after the rehype phase instead of during the remark phase ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2024-03-10)
415

516
ember-repl 4.1.0 (minor)

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

0 commit comments

Comments
 (0)