Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: patricklx <[email protected]>
  • Loading branch information
github-actions[bot] and patricklx authored Jul 7, 2024
1 parent de0d0db commit bb62b2b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"ember-routable-component": {
"impact": "minor",
"oldVersion": "1.0.0",
"newVersion": "1.1.0",
"oldVersion": "1.1.0",
"newVersion": "1.2.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./ember-routable-component/package.json"
}
},
"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"
"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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-07-07)

ember-routable-component 1.2.0 (minor)

#### :rocket: Enhancement
* `ember-routable-component`, `test-app`
* [#79](https://github.com/patricklx/ember-routable-component/pull/79) fix typing ([@patricklx](https://github.com/patricklx))

#### Committers: 1
- Patrick Pircher ([@patricklx](https://github.com/patricklx))

## Release (2024-07-05)

ember-routable-component 1.1.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion ember-routable-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-routable-component",
"version": "1.1.0",
"version": "1.2.0",
"description": "Provides an adapter for using components for routes",
"keywords": [
"ember-addon"
Expand Down
1 change: 1 addition & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"

0 comments on commit bb62b2b

Please sign in to comment.