Skip to content

Commit 19938ae

Browse files
Prepare Release using 'release-plan' (#1864)
Co-authored-by: RobbieTheWagner <[email protected]>
1 parent 207d652 commit 19938ae

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

.release-plan.json

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
22
"solution": {
33
"ember-math-helpers": {
4-
"oldVersion": "4.1.1"
4+
"impact": "minor",
5+
"oldVersion": "4.1.1",
6+
"newVersion": "4.2.0",
7+
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
}
12+
],
13+
"pkgJSONPath": "./ember-math-helpers/package.json"
514
}
615
},
7-
"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"
16+
"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"
817
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
## Release (2024-12-06)
44

5+
ember-math-helpers 4.2.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-math-helpers`, `test-app`
9+
* [#1863](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1863) More pnpm updates ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
10+
* Other
11+
* [#1861](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1861) pnpm update ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
12+
13+
#### :house: Internal
14+
* Other
15+
* [#1862](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1862) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
16+
* [#1859](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1859) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
17+
* `test-app`
18+
* [#1858](https://github.com/RobbieTheWagner/ember-math-helpers/pull/1858) Switch to release-plan ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
19+
20+
#### Committers: 2
21+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
22+
- [@github-actions[bot]](https://github.com/apps/github-actions)
23+
24+
## Release (2024-12-06)
25+
526

627

728
#### :rocket: Enhancement

ember-math-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-math-helpers",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"description": "HTMLBars helpers for basic arithmetic",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)