Skip to content

Commit ef6b53f

Browse files
Prepare Release using 'release-plan' (#2052)
Co-authored-by: RobbieTheWagner <[email protected]>
1 parent 0acd8aa commit ef6b53f

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

.release-plan.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
22
"solution": {
33
"ember-math-helpers": {
4-
"impact": "patch",
5-
"oldVersion": "4.2.0",
6-
"newVersion": "4.2.1",
4+
"impact": "major",
5+
"oldVersion": "4.2.1",
6+
"newVersion": "5.0.0",
7+
"tagName": "latest",
78
"constraints": [
89
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
1112
}
1213
],
1314
"pkgJSONPath": "./ember-math-helpers/package.json"
1415
}
1516
},
16-
"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"
17+
"description": "## Release (2025-04-07)\n\n* ember-math-helpers 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-math-helpers`\n * [#2053](https://github.com/RobbieTheWagner/ember-math-helpers/pull/2053) Drop support for Ember < 4.12 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
1718
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2025-04-07)
4+
5+
* ember-math-helpers 5.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-math-helpers`
9+
* [#2053](https://github.com/RobbieTheWagner/ember-math-helpers/pull/2053) Drop support for Ember < 4.12 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
10+
11+
#### Committers: 1
12+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
13+
314
## Release (2024-12-10)
415

516
ember-math-helpers 4.2.1 (patch)

ember-math-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-math-helpers",
3-
"version": "4.2.1",
3+
"version": "5.0.0",
44
"description": "HTMLBars helpers for basic arithmetic",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)