Skip to content

Commit f13c5e5

Browse files
Merge pull request #69 from NullVoxPopuli/release-preview
Prepare Release v5.3.2
2 parents c492777 + 954d01c commit f13c5e5

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"@nullvoxpopuli/ember-composable-helpers": {
44
"impact": "patch",
5-
"oldVersion": "5.3.0",
6-
"newVersion": "5.3.1",
5+
"oldVersion": "5.3.1",
6+
"newVersion": "5.3.2",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./ember-composable-helpers/package.json"
1515
}
1616
},
17-
"description": "## Release (2026-03-21)\n\n* @nullvoxpopuli/ember-composable-helpers 5.3.1 (patch)\n\n#### :bug: Bug Fix\n* `@nullvoxpopuli/ember-composable-helpers`\n * [#65](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/65) replace usage of deprecated `toArray` with `slice` ([@emattias](https://github.com/emattias))\n\n#### :house: Internal\n* [#67](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/67) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Mattias Hällkvist ([@emattias](https://github.com/emattias))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
"description": "## Release (2026-04-30)\n\n* @nullvoxpopuli/ember-composable-helpers 5.3.2 (patch)\n\n#### :bug: Bug Fix\n* `@nullvoxpopuli/ember-composable-helpers`\n * [#79](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/79) Guard against undefined registry in Embroider/Vite ([@mweidner037](https://github.com/mweidner037))\n\n#### :house: Internal\n* [#80](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/80) pnpm dlx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@mweidner037](https://github.com/mweidner037)\n"
1818
}

CHANGELOG.md

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

3+
## Release (2026-04-30)
4+
5+
* @nullvoxpopuli/ember-composable-helpers 5.3.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@nullvoxpopuli/ember-composable-helpers`
9+
* [#79](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/79) Guard against undefined registry in Embroider/Vite ([@mweidner037](https://github.com/mweidner037))
10+
11+
#### :house: Internal
12+
* [#80](https://github.com/NullVoxPopuli/ember-composable-helpers/pull/80) pnpm dlx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
13+
14+
#### Committers: 2
15+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
16+
- [@mweidner037](https://github.com/mweidner037)
17+
318
## Release (2026-03-21)
419

520
* @nullvoxpopuli/ember-composable-helpers 5.3.1 (patch)

ember-composable-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nullvoxpopuli/ember-composable-helpers",
3-
"version": "5.3.1",
3+
"version": "5.3.2",
44
"description": "Composable helpers for Ember",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)