Skip to content

Commit 1e8fc1f

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

File tree

4 files changed

+35
-6
lines changed

4 files changed

+35
-6
lines changed

.release-plan.json

+17-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,29 @@
11
{
22
"solution": {
33
"limber-ui": {
4-
"oldVersion": "1.0.0"
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"
514
},
615
"ember-repl": {
716
"impact": "patch",
8-
"oldVersion": "4.1.0",
9-
"newVersion": "4.1.1",
17+
"oldVersion": "4.1.1",
18+
"newVersion": "4.1.2",
1019
"constraints": [
1120
{
1221
"impact": "patch",
1322
"reason": "Appears in changelog section :bug: Bug Fix"
23+
},
24+
{
25+
"impact": "patch",
26+
"reason": "Appears in changelog section :memo: Documentation"
1427
}
1528
],
1629
"pkgJSONPath": "./packages/ember-repl/addon/package.json"
@@ -34,5 +47,5 @@
3447
"oldVersion": "0.0.0"
3548
}
3649
},
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"
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"
3851
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## Release (2024-03-12)
4+
5+
limber-ui 1.0.1 (patch)
6+
ember-repl 4.1.2 (patch)
7+
8+
#### :bug: Bug Fix
9+
* `ember-repl`
10+
* [#1708](https://github.com/NullVoxPopuli/limber/pull/1708) Add rehypePlugins to ExtraOptions, used by compile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### :memo: Documentation
13+
* `limber-ui`, `ember-repl`
14+
* [#1706](https://github.com/NullVoxPopuli/limber/pull/1706) Add @includeStyles to <Shadowed> ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
16+
#### Committers: 1
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
18+
319
## Release (2024-03-11)
420

521
ember-repl 4.1.1 (patch)

packages/app-support/limber-ui/addon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "limber-ui",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"keywords": [
66
"ember-addon"

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

0 commit comments

Comments
 (0)