From da94821f5063938b0c568720294b665481091e06 Mon Sep 17 00:00:00 2001 From: gossi <283700+gossi@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:49:20 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 20 +++++++++++++++++++ CHANGELOG.md | 16 +++++++++++++++ .../ember-aria-voyager/package/package.json | 2 +- 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 00000000..09114064 --- /dev/null +++ b/.release-plan.json @@ -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" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f0..daafab5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/packages/ember-aria-voyager/package/package.json b/packages/ember-aria-voyager/package/package.json index 7ca29bdc..e21e6851 100644 --- a/packages/ember-aria-voyager/package/package.json +++ b/packages/ember-aria-voyager/package/package.json @@ -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"