From b2f376cfd4b136676189caafab4ca9b3d69f49cb Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:20:13 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 11 +++++++++++ ember-primitives/package.json | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index bb8e8d82..2e1a96f5 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "ember-primitives": { - "impact": "patch", - "oldVersion": "0.23.0", - "newVersion": "0.23.1", + "impact": "minor", + "oldVersion": "0.23.1", + "newVersion": "0.24.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./ember-primitives/package.json" } }, - "description": "## Release (2024-10-03)\n\nember-primitives 0.23.1 (patch)\n\n#### :house: Internal\n* Other\n * [#370](https://github.com/universal-ember/ember-primitives/pull/370) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `docs-app`, `ember-primitives`, `test-app`\n * [#364](https://github.com/universal-ember/ember-primitives/pull/364) Upgrade test-helpers to v4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `docs-app`\n * [#357](https://github.com/universal-ember/ember-primitives/pull/357) Page Updates ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-10-06)\n\nember-primitives 0.24.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#372](https://github.com/universal-ember/ember-primitives/pull/372) Upgrade tabster ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9885169f..b8d61486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-10-06) + +ember-primitives 0.24.0 (minor) + +#### :rocket: Enhancement +* `ember-primitives` + * [#372](https://github.com/universal-ember/ember-primitives/pull/372) Upgrade tabster ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-10-03) ember-primitives 0.23.1 (patch) diff --git a/ember-primitives/package.json b/ember-primitives/package.json index f8831432..fe371288 100644 --- a/ember-primitives/package.json +++ b/ember-primitives/package.json @@ -1,6 +1,6 @@ { "name": "ember-primitives", - "version": "0.23.1", + "version": "0.24.0", "description": "Making apps easier to build", "sideEffects": [ "*.css"