Skip to content

Commit

Permalink
Prepare Release (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: gossi <283700+gossi@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and gossi authored Jul 15, 2024
1 parent defe847 commit 857c9be
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"solution": {
"aria-voyager": {
"oldVersion": "0.0.1"
},
"ember-aria-voyager": {
"impact": "patch",
"oldVersion": "0.0.1",
"newVersion": "0.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/ember-aria-voyager/package/package.json"
}
},
"description": "## Release (2024-07-15)\n\nember-aria-voyager 0.0.2 (patch)\n\n#### :house: Internal\n* Other\n * [#19](https://github.com/hokulea/aria-voyager/pull/19) Fix labels check to only run on PRs ([@gossi](https://github.com/gossi))\n * [#17](https://github.com/hokulea/aria-voyager/pull/17) Correct labels for renovate ([@gossi](https://github.com/gossi))\n* `ember-aria-voyager`\n * [#18](https://github.com/hokulea/aria-voyager/pull/18) Publish declarations for `ember-aria-voyager` ([@gossi](https://github.com/gossi))\n* `ember-aria-voyager-test-app`\n * [#13](https://github.com/hokulea/aria-voyager/pull/13) Install `release-plan` for further releases ([@gossi](https://github.com/gossi))\n\n#### Committers: 1\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# Changelog

## Release (2024-07-15)

ember-aria-voyager 0.0.2 (patch)

#### :house: Internal
* Other
* [#19](https://github.com/hokulea/aria-voyager/pull/19) Fix labels check to only run on PRs ([@gossi](https://github.com/gossi))
* [#17](https://github.com/hokulea/aria-voyager/pull/17) Correct labels for renovate ([@gossi](https://github.com/gossi))
* `ember-aria-voyager`
* [#18](https://github.com/hokulea/aria-voyager/pull/18) Publish declarations for `ember-aria-voyager` ([@gossi](https://github.com/gossi))
* `ember-aria-voyager-test-app`
* [#13](https://github.com/hokulea/aria-voyager/pull/13) Install `release-plan` for further releases ([@gossi](https://github.com/gossi))

#### Committers: 1
- Thomas Gossmann ([@gossi](https://github.com/gossi))
2 changes: 1 addition & 1 deletion packages/ember-aria-voyager/package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-aria-voyager",
"version": "0.0.1",
"version": "0.0.2",
"description": "Navigation patterns for various aria roles and features in ember.js",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 857c9be

Please sign in to comment.