From 19938ae6e739ab86dd59502c262204ffd6623063 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:26:23 -0500 Subject: [PATCH] Prepare Release using 'release-plan' (#1864) Co-authored-by: RobbieTheWagner <2640861+RobbieTheWagner@users.noreply.github.com> --- .release-plan.json | 13 +++++++++++-- CHANGELOG.md | 21 +++++++++++++++++++++ ember-math-helpers/package.json | 2 +- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index c4ff5343..c9104905 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,8 +1,17 @@ { "solution": { "ember-math-helpers": { - "oldVersion": "4.1.1" + "impact": "minor", + "oldVersion": "4.1.1", + "newVersion": "4.2.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + } + ], + "pkgJSONPath": "./ember-math-helpers/package.json" } }, - "description": "## Release (2024-12-06)\n\n\n\n#### :rocket: Enhancement\n* [#1861](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1861) pnpm update ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* Other\n * [#1859](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1859) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n* `test-app`\n * [#1858](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1858) Switch to release-plan ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 2\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" + "description": "## Release (2024-12-06)\n\nember-math-helpers 4.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-math-helpers`, `test-app`\n * [#1863](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1863) More pnpm updates ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n* Other\n * [#1861](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1861) pnpm update ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* Other\n * [#1862](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1862) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#1859](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1859) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n* `test-app`\n * [#1858](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1858) Switch to release-plan ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 2\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 50be245e..4eda7768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ ## Release (2024-12-06) +ember-math-helpers 4.2.0 (minor) + +#### :rocket: Enhancement +* `ember-math-helpers`, `test-app` + * [#1863](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1863) More pnpm updates ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) +* Other + * [#1861](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1861) pnpm update ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + +#### :house: Internal +* Other + * [#1862](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1862) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#1859](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1859) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) +* `test-app` + * [#1858](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1858) Switch to release-plan ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + +#### Committers: 2 +- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) +- [@github-actions[bot]](https://github.com/apps/github-actions) + +## Release (2024-12-06) + #### :rocket: Enhancement diff --git a/ember-math-helpers/package.json b/ember-math-helpers/package.json index f09bb248..8a5d88f3 100644 --- a/ember-math-helpers/package.json +++ b/ember-math-helpers/package.json @@ -1,6 +1,6 @@ { "name": "ember-math-helpers", - "version": "4.1.1", + "version": "4.2.0", "description": "HTMLBars helpers for basic arithmetic", "keywords": [ "ember-addon"