Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#1864)
Browse files Browse the repository at this point in the history
Co-authored-by: RobbieTheWagner <[email protected]>
  • Loading branch information
github-actions[bot] and RobbieTheWagner authored Dec 6, 2024
1 parent 207d652 commit 19938ae
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ember-math-helpers/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 19938ae

Please sign in to comment.