Skip to content

Commit

Permalink
Merge pull request #67 from patricklx/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
patricklx authored Jul 4, 2024
2 parents e1e922a + 0ff212f commit df53651
Show file tree
Hide file tree
Showing 3 changed files with 21 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": "0.3.0",
"newVersion": "0.4.0",
"oldVersion": "0.4.0",
"newVersion": "0.5.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -17,5 +17,5 @@
"pkgJSONPath": "./ember-routable-component/package.json"
}
},
"description": "## Release (2024-07-04)\n\nember-routable-component 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-routable-component`\n * [#65](https://github.com/patricklx/ember-routable-component/pull/65) add signature ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-routable-component`\n * [#12](https://github.com/patricklx/ember-routable-component/pull/12) 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"
"description": "## Release (2024-07-04)\n\nember-routable-component 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-routable-component`\n * [#65](https://github.com/patricklx/ember-routable-component/pull/65) add signature ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-routable-component`\n * [#66](https://github.com/patricklx/ember-routable-component/pull/66) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#12](https://github.com/patricklx/ember-routable-component/pull/12) 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 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## Release (2024-07-04)

ember-routable-component 0.5.0 (minor)

#### :rocket: Enhancement
* `ember-routable-component`
* [#65](https://github.com/patricklx/ember-routable-component/pull/65) add signature ([@patricklx](https://github.com/patricklx))

#### :house: Internal
* `ember-routable-component`
* [#66](https://github.com/patricklx/ember-routable-component/pull/66) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
* [#12](https://github.com/patricklx/ember-routable-component/pull/12) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))

#### Committers: 2
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
- [@github-actions[bot]](https://github.com/apps/github-actions)

## Release (2024-07-04)

ember-routable-component 0.4.0 (minor)

#### :rocket: Enhancement
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": "0.4.0",
"version": "0.5.0",
"description": "Provides an adapter for using components for routes",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit df53651

Please sign in to comment.