Skip to content

Commit 778c3d4

Browse files
Prepare Release using 'release-plan' (#1673)
Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
1 parent 779ba12 commit 778c3d4

File tree

4 files changed

+87
-4
lines changed

4 files changed

+87
-4
lines changed

.release-plan.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"solution": {
3+
"limber-ui": {
4+
"oldVersion": "1.0.0"
5+
},
6+
"ember-repl": {
7+
"impact": "major",
8+
"oldVersion": "3.0.0",
9+
"newVersion": "4.0.0",
10+
"constraints": [
11+
{
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"
18+
}
19+
],
20+
"pkgJSONPath": "./packages/ember-repl/addon/package.json"
21+
},
22+
"codemirror-lang-glimdown": {
23+
"oldVersion": "0.0.0"
24+
},
25+
"@glimdown/lezer": {
26+
"oldVersion": "0.0.0"
27+
},
28+
"codemirror-lang-glimmer-js": {
29+
"oldVersion": "0.0.0"
30+
},
31+
"@glimdown/lezer-glimmer-expression": {
32+
"oldVersion": "0.0.0"
33+
},
34+
"codemirror-lang-glimmer": {
35+
"oldVersion": "0.0.0"
36+
},
37+
"lezer-glimmer": {
38+
"oldVersion": "0.0.0"
39+
}
40+
},
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"
42+
}

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
11
# Changelog
2+
3+
## Release (2024-03-10)
4+
5+
ember-repl 4.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-repl`
9+
* [#1674](https://github.com/NullVoxPopuli/limber/pull/1674) Refactor the compilation library to prepare for broader usage ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* [#1672](https://github.com/NullVoxPopuli/limber/pull/1672) [ember-repl] remove broccoli plugin for generating a 'component map' ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### :rocket: Enhancement
13+
* `ember-repl`
14+
* [#1687](https://github.com/NullVoxPopuli/limber/pull/1687) Allow passing rehype plugins to the markdown renderer in ember-repl ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
* [#1674](https://github.com/NullVoxPopuli/limber/pull/1674) Refactor the compilation library to prepare for broader usage ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
17+
#### :bug: Bug Fix
18+
* [#1642](https://github.com/NullVoxPopuli/limber/pull/1642) Fix for #1641: Alternative 1) Remove `z-10` from resize-handle ([@johanrd](https://github.com/johanrd))
19+
20+
#### :memo: Documentation
21+
* [#1618](https://github.com/NullVoxPopuli/limber/pull/1618) Add note about trying out Polaris ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
22+
* [#1680](https://github.com/NullVoxPopuli/limber/pull/1680) feat: Arg Components ([@MichalBryxi](https://github.com/MichalBryxi))
23+
24+
#### :house: Internal
25+
* [#1691](https://github.com/NullVoxPopuli/limber/pull/1691) Try out a github-changelog fix ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
26+
* [#1690](https://github.com/NullVoxPopuli/limber/pull/1690) Try this release-plan fix branch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
27+
* [#1689](https://github.com/NullVoxPopuli/limber/pull/1689) Try release-plan fix ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
28+
* [#1688](https://github.com/NullVoxPopuli/limber/pull/1688) Re-roll lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
29+
* [#1667](https://github.com/NullVoxPopuli/limber/pull/1667) Update pnpm to v8.15.3 ([@renovate[bot]](https://github.com/apps/renovate))
30+
* [#1676](https://github.com/NullVoxPopuli/limber/pull/1676) Remove skipped tests that have been skipped for years ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
31+
* [#1670](https://github.com/NullVoxPopuli/limber/pull/1670) Release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
32+
33+
#### Committers: 3
34+
- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))
35+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
36+
- [@johanrd](https://github.com/johanrd)

packages/ember-repl/addon/package.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-repl",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Addon for enabling REPL and Playground creation with Ember/Glimmer",
55
"keywords": [
66
"ember-addon"
@@ -168,9 +168,15 @@
168168
"@glimmer/syntax": ">= 0.86.0"
169169
},
170170
"peerDependenciesMeta": {
171-
"@glint/template": { "optional": true },
172-
"@glimmer/compiler": { "optional": true },
173-
"@glimmer/syntax": { "optional": true }
171+
"@glint/template": {
172+
"optional": true
173+
},
174+
"@glimmer/compiler": {
175+
"optional": true
176+
},
177+
"@glimmer/syntax": {
178+
"optional": true
179+
}
174180
},
175181
"engines": {
176182
"node": ">= v16",

stderr.log

Whitespace-only changes.

0 commit comments

Comments
 (0)