From dc4678afe4603bd7313e0eeb5ad86d7f3f418052 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Nov 2023 14:36:14 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 21 +++++++++++++++++++-- CHANGELOG.md | 25 +++++++++++++++++++++++++ ember-cli-notifications/package.json | 2 +- 3 files changed, 45 insertions(+), 3 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index e31dfc71..479fba29 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,8 +1,25 @@ { "solution": { "ember-cli-notifications": { - "oldVersion": "8.0.0" + "impact": "major", + "oldVersion": "8.0.0", + "newVersion": "9.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./ember-cli-notifications/package.json" } }, - "description": "## Release (2023-11-26)\n\n\n\n#### :boom: Breaking Change\n* [#365](https://github.com/mansona/ember-cli-notifications/pull/365) move to a v2 addon ([@mansona](https://github.com/mansona))\n* [#327](https://github.com/mansona/ember-cli-notifications/pull/327) Breaking: Drop support for Ember < 3.16 and move to field-guide ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* [#364](https://github.com/mansona/ember-cli-notifications/pull/364) Stop using `ember-get-config` ([@nlepage](https://github.com/nlepage))\n\n#### :house: Internal\n* [#367](https://github.com/mansona/ember-cli-notifications/pull/367) setup release-plan ([@mansona](https://github.com/mansona))\n* [#366](https://github.com/mansona/ember-cli-notifications/pull/366) fix lint-to-the-future CI job ([@mansona](https://github.com/mansona))\n* [#362](https://github.com/mansona/ember-cli-notifications/pull/362) Update minimum supported Node.js version to v16 (No longer relevant) ([@Turbo87](https://github.com/Turbo87))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Nicolas Lepage ([@nlepage](https://github.com/nlepage))\n- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))\n" + "description": "## Release (2023-11-27)\n\nember-cli-notifications 9.0.0 (major)\n\n#### :boom: Breaking Change\n* [#365](https://github.com/mansona/ember-cli-notifications/pull/365) move to a v2 addon ([@mansona](https://github.com/mansona))\n* [#327](https://github.com/mansona/ember-cli-notifications/pull/327) Drop support for Ember < 3.16 and move to field-guide ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* [#364](https://github.com/mansona/ember-cli-notifications/pull/364) Stop using `ember-get-config` ([@nlepage](https://github.com/nlepage))\n\n#### :house: Internal\n* [#372](https://github.com/mansona/ember-cli-notifications/pull/372) fix typo in release-plan config ([@mansona](https://github.com/mansona))\n* [#371](https://github.com/mansona/ember-cli-notifications/pull/371) remove unreleased changelog entry ([@mansona](https://github.com/mansona))\n* [#370](https://github.com/mansona/ember-cli-notifications/pull/370) add --singlePackage to release-plan config ([@mansona](https://github.com/mansona))\n* [#368](https://github.com/mansona/ember-cli-notifications/pull/368) Release Preview ([@github-actions[bot]](https://github.com/apps/github-actions))\n* [#367](https://github.com/mansona/ember-cli-notifications/pull/367) setup release-plan ([@mansona](https://github.com/mansona))\n* [#366](https://github.com/mansona/ember-cli-notifications/pull/366) fix lint-to-the-future CI job ([@mansona](https://github.com/mansona))\n* [#362](https://github.com/mansona/ember-cli-notifications/pull/362) Update minimum supported Node.js version to v16 (No longer relevant) ([@Turbo87](https://github.com/Turbo87))\n\n#### Committers: 4\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Nicolas Lepage ([@nlepage](https://github.com/nlepage))\n- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8e83d6..bdb15311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,29 @@ # Changelog +## Release (2023-11-27) + +ember-cli-notifications 9.0.0 (major) + +#### :boom: Breaking Change +* [#365](https://github.com/mansona/ember-cli-notifications/pull/365) move to a v2 addon ([@mansona](https://github.com/mansona)) +* [#327](https://github.com/mansona/ember-cli-notifications/pull/327) Drop support for Ember < 3.16 and move to field-guide ([@mansona](https://github.com/mansona)) + +#### :rocket: Enhancement +* [#364](https://github.com/mansona/ember-cli-notifications/pull/364) Stop using `ember-get-config` ([@nlepage](https://github.com/nlepage)) + +#### :house: Internal +* [#372](https://github.com/mansona/ember-cli-notifications/pull/372) fix typo in release-plan config ([@mansona](https://github.com/mansona)) +* [#371](https://github.com/mansona/ember-cli-notifications/pull/371) remove unreleased changelog entry ([@mansona](https://github.com/mansona)) +* [#370](https://github.com/mansona/ember-cli-notifications/pull/370) add --singlePackage to release-plan config ([@mansona](https://github.com/mansona)) +* [#368](https://github.com/mansona/ember-cli-notifications/pull/368) Release Preview ([@github-actions[bot]](https://github.com/apps/github-actions)) +* [#367](https://github.com/mansona/ember-cli-notifications/pull/367) setup release-plan ([@mansona](https://github.com/mansona)) +* [#366](https://github.com/mansona/ember-cli-notifications/pull/366) fix lint-to-the-future CI job ([@mansona](https://github.com/mansona)) +* [#362](https://github.com/mansona/ember-cli-notifications/pull/362) Update minimum supported Node.js version to v16 (No longer relevant) ([@Turbo87](https://github.com/Turbo87)) + +#### Committers: 4 +- Chris Manson ([@mansona](https://github.com/mansona)) +- Nicolas Lepage ([@nlepage](https://github.com/nlepage)) +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) +- [@github-actions[bot]](https://github.com/apps/github-actions) 8.0.0 / 2022-01-28 ================== diff --git a/ember-cli-notifications/package.json b/ember-cli-notifications/package.json index a0698baa..4dacc0b3 100644 --- a/ember-cli-notifications/package.json +++ b/ember-cli-notifications/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-notifications", - "version": "8.0.0", + "version": "9.0.0", "description": "Atom inspired notification messages for ember-cli", "keywords": [ "alerts",