Skip to content

Commit bb62b2b

Browse files
Prepare Release using 'release-plan' (#78)
Co-authored-by: patricklx <1332320+patricklx@users.noreply.github.com>
1 parent de0d0db commit bb62b2b

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-plan.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-routable-component": {
44
"impact": "minor",
5-
"oldVersion": "1.0.0",
6-
"newVersion": "1.1.0",
5+
"oldVersion": "1.1.0",
6+
"newVersion": "1.2.0",
77
"constraints": [
88
{
99
"impact": "minor",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./ember-routable-component/package.json"
1414
}
1515
},
16-
"description": "## Release (2024-07-05)\n\nember-routable-component 1.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-routable-component`\n * [#76](https://github.com/patricklx/ember-routable-component/pull/76) fix type ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
16+
"description": "## Release (2024-07-07)\n\nember-routable-component 1.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-routable-component`, `test-app`\n * [#79](https://github.com/patricklx/ember-routable-component/pull/79) fix typing ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
1717
}

CHANGELOG.md

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

3+
## Release (2024-07-07)
4+
5+
ember-routable-component 1.2.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-routable-component`, `test-app`
9+
* [#79](https://github.com/patricklx/ember-routable-component/pull/79) fix typing ([@patricklx](https://github.com/patricklx))
10+
11+
#### Committers: 1
12+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
13+
314
## Release (2024-07-05)
415

516
ember-routable-component 1.1.0 (minor)

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": "1.1.0",
3+
"version": "1.2.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
@@ -3,3 +3,4 @@ Warning: unknown package "test-app"
33
Warning: unknown package "test-app"
44
Warning: unknown package "test-app"
55
Warning: unknown package "test-app"
6+
Warning: unknown package "test-app"

0 commit comments

Comments
 (0)