Skip to content

Commit 704b014

Browse files
authored
Merge pull request #62 from adopted-ember-addons/release-preview
Prepare Release
2 parents 595ec15 + a7275b5 commit 704b014

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

.release-plan.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"solution": {
3+
"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"
18+
}
19+
},
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"
21+
}

CHANGELOG.md

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

3+
## Release (2024-02-08)
4+
5+
ember-set-helper 3.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-set-helper`, `test-app`
9+
* [#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))
10+
11+
#### :bug: Bug Fix
12+
* `ember-set-helper`
13+
* [#55](https://github.com/adopted-ember-addons/ember-set-helper/pull/55) Add template-registry.ts ([@johanrd](https://github.com/johanrd))
14+
15+
#### :house: Internal
16+
* Other
17+
* [#61](https://github.com/adopted-ember-addons/ember-set-helper/pull/61) moving to release-plan ([@MelSumner](https://github.com/MelSumner))
18+
* [#54](https://github.com/adopted-ember-addons/ember-set-helper/pull/54) Create dependabot.yml ([@MelSumner](https://github.com/MelSumner))
19+
* `test-app`
20+
* [#53](https://github.com/adopted-ember-addons/ember-set-helper/pull/53) Add a little CI ([@MelSumner](https://github.com/MelSumner))
21+
22+
#### Committers: 2
23+
- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))
24+
- [@johanrd](https://github.com/johanrd)
25+
326
## v2.0.1 (2021-05-03)
427

528
#### :bug: Bug Fix

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-set-helper",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "A better `mut` helper!",
55
"keywords": [
66
"ember-addon"
@@ -30,4 +30,4 @@
3030
"@types/eslint": "^7.0.0"
3131
}
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)