Skip to content

Commit 1275674

Browse files
authored
Merge pull request #6 from patricklx/release-preview
Prepare Release
2 parents adff646 + 3ae761d commit 1275674

File tree

4 files changed

+36
-1
lines changed

4 files changed

+36
-1
lines changed

.release-plan.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"solution": {
3+
"ember-routable-component": {
4+
"impact": "minor",
5+
"oldVersion": "0.0.1",
6+
"newVersion": "0.1.0",
7+
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
}
12+
],
13+
"pkgJSONPath": "./ember-routable-component/package.json"
14+
}
15+
},
16+
"description": "## Release (2024-03-18)\n\nember-routable-component 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-routable-component`, `test-app`\n * [#5](https://github.com/patricklx/ember-routable-component/pull/5) first release ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* [#4](https://github.com/patricklx/ember-routable-component/pull/4) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n* [#3](https://github.com/patricklx/ember-routable-component/pull/3) delete file ([@patricklx](https://github.com/patricklx))\n* [#2](https://github.com/patricklx/ember-routable-component/pull/2) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
17+
}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## Release (2024-03-18)
44

5+
ember-routable-component 0.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-routable-component`, `test-app`
9+
* [#5](https://github.com/patricklx/ember-routable-component/pull/5) first release ([@patricklx](https://github.com/patricklx))
10+
11+
#### :house: Internal
12+
* [#4](https://github.com/patricklx/ember-routable-component/pull/4) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
13+
* [#3](https://github.com/patricklx/ember-routable-component/pull/3) delete file ([@patricklx](https://github.com/patricklx))
14+
* [#2](https://github.com/patricklx/ember-routable-component/pull/2) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
15+
16+
#### Committers: 2
17+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
18+
- [@github-actions[bot]](https://github.com/apps/github-actions)
19+
20+
## Release (2024-03-18)
21+
522

623

724
#### :house: Internal

ember-routable-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-routable-component",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Provides an adapter for using components for routes",
55
"keywords": [
66
"ember-addon"

stderr.log

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Warning: unknown package "test-app"

0 commit comments

Comments
 (0)