Skip to content

Commit 42ec1d7

Browse files
Merge pull request #569 from universal-ember/release-preview
Prepare Release
2 parents 107be8d + e93866f commit 42ec1d7

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.release-plan.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
22
"solution": {
33
"ember-primitives": {
4-
"impact": "minor",
5-
"oldVersion": "0.44.0",
6-
"newVersion": "0.45.0",
4+
"impact": "patch",
5+
"oldVersion": "0.45.0",
6+
"newVersion": "0.45.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
12-
},
139
{
1410
"impact": "patch",
1511
"reason": "Appears in changelog section :bug: Bug Fix"
@@ -18,5 +14,5 @@
1814
"pkgJSONPath": "./ember-primitives/package.json"
1915
}
2016
},
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"
17+
"description": "## Release (2025-11-24)\n\n* ember-primitives 0.45.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-primitives`\n * [#568](https://github.com/universal-ember/ember-primitives/pull/568) Heading: allow automatic heading selection when headings are nested in other elements ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2218
}

CHANGELOG.md

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

3+
## Release (2025-11-24)
4+
5+
* ember-primitives 0.45.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-primitives`
9+
* [#568](https://github.com/universal-ember/ember-primitives/pull/568) Heading: allow automatic heading selection when headings are nested in other elements ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-11-23)
415

516
* ember-primitives 0.45.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.45.0",
3+
"version": "0.45.1",
44
"description": "Making apps easier to build",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)