Skip to content

Commit 6c3cfc3

Browse files
Merge pull request #563 from universal-ember/release-preview
Prepare Release
2 parents f8309da + 9b928b3 commit 6c3cfc3

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-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.43.1",
6-
"newVersion": "0.44.0",
5+
"oldVersion": "0.44.0",
6+
"newVersion": "0.45.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 :bug: Bug Fix"
1216
}
1317
],
1418
"pkgJSONPath": "./ember-primitives/package.json"
1519
}
1620
},
17-
"description": "## Release (2025-11-21)\n\n* ember-primitives 0.44.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#560](https://github.com/universal-ember/ember-primitives/pull/560) Automatic Heading ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
"description": "## Release (2025-11-23)\n\n* ember-primitives 0.45.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#564](https://github.com/universal-ember/ember-primitives/pull/564) Heading: add more elements to auto-leveling detection, supporting usage in qunit testing, and in general just be more robust ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#565](https://github.com/universal-ember/ember-primitives/pull/565) Make `<Shadowed>` sync (no more modifier, no more reactive need) | Also add test utilities for working with shadow roots ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-primitives`\n * [#567](https://github.com/universal-ember/ember-primitives/pull/567) Bundle per-component entrypoints / hides the little helper files that some of the more complex components have ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#566](https://github.com/universal-ember/ember-primitives/pull/566) Eliminate accidentally importable nested index files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1822
}

CHANGELOG.md

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

3+
## Release (2025-11-23)
4+
5+
* ember-primitives 0.45.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-primitives`
9+
* [#564](https://github.com/universal-ember/ember-primitives/pull/564) Heading: add more elements to auto-leveling detection, supporting usage in qunit testing, and in general just be more robust ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* [#565](https://github.com/universal-ember/ember-primitives/pull/565) Make `<Shadowed>` sync (no more modifier, no more reactive need) | Also add test utilities for working with shadow roots ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### :bug: Bug Fix
13+
* `ember-primitives`
14+
* [#567](https://github.com/universal-ember/ember-primitives/pull/567) Bundle per-component entrypoints / hides the little helper files that some of the more complex components have ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
* [#566](https://github.com/universal-ember/ember-primitives/pull/566) Eliminate accidentally importable nested index files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
17+
#### Committers: 1
18+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
19+
320
## Release (2025-11-21)
421

522
* ember-primitives 0.44.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.44.0",
3+
"version": "0.45.0",
44
"description": "Making apps easier to build",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)