Skip to content

Commit 781201e

Browse files
MelSumnergithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent a9ad8d9 commit 781201e

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

.release-plan.json

+2-15
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
11
{
22
"solution": {
33
"ember-set-helper": {
4-
"impact": "major",
5-
"oldVersion": "2.0.1",
6-
"newVersion": "3.0.0",
7-
"constraints": [
8-
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :bug: Bug Fix"
15-
}
16-
],
17-
"pkgJSONPath": "./package.json"
4+
"oldVersion": "3.0.0"
185
}
196
},
20-
"description": "## Release (2024-02-08)\n\nember-set-helper 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-set-helper`, `test-app`\n * [#51](https://github.com/adopted-ember-addons/ember-set-helper/pull/51) Convert to v2 addon, plain function with types ([@johanrd](https://github.com/johanrd))\n\n#### :bug: Bug Fix\n* `ember-set-helper`\n * [#55](https://github.com/adopted-ember-addons/ember-set-helper/pull/55) Add template-registry.ts ([@johanrd](https://github.com/johanrd))\n\n#### :house: Internal\n* Other\n * [#61](https://github.com/adopted-ember-addons/ember-set-helper/pull/61) moving to release-plan ([@MelSumner](https://github.com/MelSumner))\n * [#54](https://github.com/adopted-ember-addons/ember-set-helper/pull/54) Create dependabot.yml ([@MelSumner](https://github.com/MelSumner))\n* `test-app`\n * [#53](https://github.com/adopted-ember-addons/ember-set-helper/pull/53) Add a little CI ([@MelSumner](https://github.com/MelSumner))\n\n#### Committers: 2\n- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))\n- [@johanrd](https://github.com/johanrd)\n"
7+
"description": "\n\n\n\n"
218
}

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
4+
5+
6+
7+
38
## Release (2024-02-08)
49

510
ember-set-helper 3.0.0 (major)

0 commit comments

Comments
 (0)