Skip to content

Commit ed40688

Browse files
Prepare Release using 'release-plan' (#71)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d56636 commit ed40688

3 files changed

Lines changed: 18 additions & 7 deletions

File tree

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"solution": {
33
"ember-tui": {
4-
"impact": "minor",
5-
"oldVersion": "0.6.0",
6-
"newVersion": "0.7.0",
4+
"impact": "patch",
5+
"oldVersion": "0.7.0",
6+
"newVersion": "0.7.1",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :bug: Bug Fix"
1212
}
1313
],
1414
"pkgJSONPath": "./ember-tui/package.json"
1515
},
1616
"undefined": {}
1717
},
18-
"description": "## Release (2026-04-08)\n\n* ember-tui 0.7.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-tui`\n * [#69](https://github.com/patricklx/ember-tui/pull/69) add hmr support ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
18+
"description": "## Release (2026-04-09)\n\n* ember-tui 0.7.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-tui`\n * [#73](https://github.com/patricklx/ember-tui/pull/73) fixes absolute positioning and loading issues in some cases ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
1919
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2026-04-09)
4+
5+
* ember-tui 0.7.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-tui`
9+
* [#73](https://github.com/patricklx/ember-tui/pull/73) fixes absolute positioning and loading issues in some cases ([@patricklx](https://github.com/patricklx))
10+
11+
#### Committers: 1
12+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
13+
314
## Release (2026-04-08)
415

516
* ember-tui 0.7.0 (minor)

ember-tui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-tui",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Ember Terminal UI library",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)