Skip to content

Commit 581ff1c

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent fce8caa commit 581ff1c

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
"solution": {
33
"ember-primitives": {
44
"impact": "minor",
5-
"oldVersion": "0.35.0",
6-
"newVersion": "0.36.0",
5+
"oldVersion": "0.36.0",
6+
"newVersion": "0.37.0",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "minor",
1111
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
1216
}
1317
],
1418
"pkgJSONPath": "./ember-primitives/package.json"
1519
}
1620
},
17-
"description": "## Release (2025-07-20)\n\n* ember-primitives 0.36.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#504](https://github.com/universal-ember/ember-primitives/pull/504) the `load()` function returns a component that can dynamically load a component (for bundle splitting) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
"description": "## Release (2025-08-15)\n\n* ember-primitives 0.37.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#514](https://github.com/universal-ember/ember-primitives/pull/514) Improvements to portals (pattern for ember-wormhole migration, elemnt support, @append support) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* [#506](https://github.com/universal-ember/ember-primitives/pull/506) Remove globalThis hack ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-primitives`\n * [#515](https://github.com/universal-ember/ember-primitives/pull/515) Update lints ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1822
}

CHANGELOG.md

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

3+
## Release (2025-08-15)
4+
5+
* ember-primitives 0.37.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-primitives`
9+
* [#514](https://github.com/universal-ember/ember-primitives/pull/514) Improvements to portals (pattern for ember-wormhole migration, elemnt support, @append support) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :memo: Documentation
12+
* [#506](https://github.com/universal-ember/ember-primitives/pull/506) Remove globalThis hack ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
13+
14+
#### :house: Internal
15+
* `ember-primitives`
16+
* [#515](https://github.com/universal-ember/ember-primitives/pull/515) Update lints ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17+
18+
#### Committers: 1
19+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
20+
321
## Release (2025-07-20)
422

523
* ember-primitives 0.36.0 (minor)

ember-primitives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-primitives",
3-
"version": "0.36.0",
3+
"version": "0.37.0",
44
"description": "Making apps easier to build",
55
"sideEffects": [
66
"*.css"

0 commit comments

Comments
 (0)