Skip to content

Commit 7dc5bbd

Browse files
authored
Merge pull request #63 from adopted-ember-addons/release-preview
Prepare Release
2 parents 999d0e2 + e8645f8 commit 7dc5bbd

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

.release-plan.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"solution": {
33
"ember-set-helper": {
4-
"impact": "major",
5-
"oldVersion": "2.0.1",
6-
"newVersion": "3.0.0",
4+
"impact": "patch",
5+
"oldVersion": "3.0.0",
6+
"newVersion": "3.0.1",
77
"constraints": [
88
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
},
1212
{
1313
"impact": "patch",
14-
"reason": "Appears in changelog section :bug: Bug Fix"
14+
"reason": "Appears in changelog section :house: Internal"
1515
}
1616
],
1717
"pkgJSONPath": "./ember-set-helper/package.json"
1818
}
1919
},
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"
20+
"description": "## Release (2024-02-12)\n\nember-set-helper 3.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-set-helper`, `test-app`\n * [#67](https://github.com/adopted-ember-addons/ember-set-helper/pull/67) Ensure workspace root is a private unnamed package ([@gilest](https://github.com/gilest))\n\n#### :house: Internal\n* `ember-set-helper`, `test-app`\n * [#64](https://github.com/adopted-ember-addons/ember-set-helper/pull/64) Move ci.yml to correct folder ([@MelSumner](https://github.com/MelSumner))\n* Other\n * [#65](https://github.com/adopted-ember-addons/ember-set-helper/pull/65) putting it back where it was first ([@MelSumner](https://github.com/MelSumner))\n\n#### Committers: 2\n- Giles Thompson ([@gilest](https://github.com/gilest))\n- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))\n"
2121
}

CHANGELOG.md

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

3+
## Release (2024-02-12)
4+
5+
ember-set-helper 3.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-set-helper`, `test-app`
9+
* [#67](https://github.com/adopted-ember-addons/ember-set-helper/pull/67) Ensure workspace root is a private unnamed package ([@gilest](https://github.com/gilest))
10+
11+
#### :house: Internal
12+
* `ember-set-helper`, `test-app`
13+
* [#64](https://github.com/adopted-ember-addons/ember-set-helper/pull/64) Move ci.yml to correct folder ([@MelSumner](https://github.com/MelSumner))
14+
* Other
15+
* [#65](https://github.com/adopted-ember-addons/ember-set-helper/pull/65) putting it back where it was first ([@MelSumner](https://github.com/MelSumner))
16+
17+
#### Committers: 2
18+
- Giles Thompson ([@gilest](https://github.com/gilest))
19+
- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))
20+
321
## Release (2024-02-08)
422

523
ember-set-helper 3.0.0 (major)

ember-set-helper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-set-helper",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A better `mut` helper!",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)