Skip to content

Commit 4ca2a49

Browse files
Prepare Release using 'release-plan' (#1694)
Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
1 parent fbd6a2a commit 4ca2a49

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

.release-plan.json

+6-10
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
"oldVersion": "1.0.0"
55
},
66
"ember-repl": {
7-
"impact": "major",
8-
"oldVersion": "3.0.0",
9-
"newVersion": "4.0.0",
7+
"impact": "patch",
8+
"oldVersion": "4.0.0",
9+
"newVersion": "4.0.1",
1010
"constraints": [
1111
{
12-
"impact": "major",
13-
"reason": "Appears in changelog section :boom: Breaking Change"
14-
},
15-
{
16-
"impact": "minor",
17-
"reason": "Appears in changelog section :rocket: Enhancement"
12+
"impact": "patch",
13+
"reason": "Appears in changelog section :bug: Bug Fix"
1814
}
1915
],
2016
"pkgJSONPath": "./packages/ember-repl/addon/package.json"
@@ -38,5 +34,5 @@
3834
"oldVersion": "0.0.0"
3935
}
4036
},
41-
"description": "## Release (2024-03-10)\n\nember-repl 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-repl`\n * [#1674](https://github.com/NullVoxPopuli/limber/pull/1674) Refactor the compilation library to prepare for broader usage ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1672](https://github.com/NullVoxPopuli/limber/pull/1672) [ember-repl] remove broccoli plugin for generating a 'component map' ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :rocket: Enhancement\n* `ember-repl`\n * [#1687](https://github.com/NullVoxPopuli/limber/pull/1687) Allow passing rehype plugins to the markdown renderer in ember-repl ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1674](https://github.com/NullVoxPopuli/limber/pull/1674) Refactor the compilation library to prepare for broader usage ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* [#1642](https://github.com/NullVoxPopuli/limber/pull/1642) Fix for #1641: Alternative 1) Remove `z-10` from resize-handle ([@johanrd](https://github.com/johanrd))\n\n#### :memo: Documentation\n* [#1618](https://github.com/NullVoxPopuli/limber/pull/1618) Add note about trying out Polaris ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#1680](https://github.com/NullVoxPopuli/limber/pull/1680) feat: Arg Components ([@MichalBryxi](https://github.com/MichalBryxi))\n\n#### :house: Internal\n* [#1691](https://github.com/NullVoxPopuli/limber/pull/1691) Try out a github-changelog fix ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#1690](https://github.com/NullVoxPopuli/limber/pull/1690) Try this release-plan fix branch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#1689](https://github.com/NullVoxPopuli/limber/pull/1689) Try release-plan fix ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#1688](https://github.com/NullVoxPopuli/limber/pull/1688) Re-roll lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#1667](https://github.com/NullVoxPopuli/limber/pull/1667) Update pnpm to v8.15.3 ([@renovate[bot]](https://github.com/apps/renovate))\n* [#1676](https://github.com/NullVoxPopuli/limber/pull/1676) Remove skipped tests that have been skipped for years ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#1670](https://github.com/NullVoxPopuli/limber/pull/1670) Release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@johanrd](https://github.com/johanrd)\n"
37+
"description": "## Release (2024-03-10)\n\nember-repl 4.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-repl`\n * [#1693](https://github.com/NullVoxPopuli/limber/pull/1693) Fix issue where rehypePlugins were not passed through all the way through to the markdown compiler ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
4238
}

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.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-repl`
9+
* [#1693](https://github.com/NullVoxPopuli/limber/pull/1693) Fix issue where rehypePlugins were not passed through all the way through to the markdown compiler ([@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.0 (major)
617

718
#### :boom: Breaking Change

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

0 commit comments

Comments
 (0)