Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#1873)
Browse files Browse the repository at this point in the history
Co-authored-by: RobbieTheWagner <2640861+RobbieTheWagner@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and RobbieTheWagner authored Dec 10, 2024
1 parent ff9b4c7 commit c17de33
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"ember-math-helpers": {
"impact": "minor",
"oldVersion": "4.1.1",
"newVersion": "4.2.0",
"impact": "patch",
"oldVersion": "4.2.0",
"newVersion": "4.2.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./ember-math-helpers/package.json"
}
},
"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"
"description": "## Release (2024-12-10)\n\nember-math-helpers 4.2.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-math-helpers`\n * [#1872](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1872) Remove app reexport of index ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-12-10)

ember-math-helpers 4.2.1 (patch)

#### :bug: Bug Fix
* `ember-math-helpers`
* [#1872](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1872) Remove app reexport of index ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 1
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## Release (2024-12-06)

ember-math-helpers 4.2.0 (minor)
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.2.0",
"version": "4.2.1",
"description": "HTMLBars helpers for basic arithmetic",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit c17de33

Please sign in to comment.