Skip to content

Commit 2e92c56

Browse files
Merge pull request #571 from universal-ember/release-preview
Prepare Release
2 parents 7b54047 + a68fbda commit 2e92c56

File tree

4 files changed

+44
-7
lines changed

4 files changed

+44
-7
lines changed

.release-plan.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,39 @@
11
{
22
"solution": {
33
"ember-primitives": {
4-
"impact": "patch",
5-
"oldVersion": "0.45.0",
6-
"newVersion": "0.45.1",
4+
"impact": "minor",
5+
"oldVersion": "0.45.1",
6+
"newVersion": "0.46.0",
77
"tagName": "latest",
88
"constraints": [
9+
{
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Has dependency `workspace:*` on which-heading-do-i-need"
16+
},
917
{
1018
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
19+
"reason": "Appears in changelog section :memo: Documentation"
1220
}
1321
],
1422
"pkgJSONPath": "./ember-primitives/package.json"
23+
},
24+
"which-heading-do-i-need": {
25+
"impact": "minor",
26+
"oldVersion": "0.0.0",
27+
"newVersion": "0.1.0",
28+
"tagName": "latest",
29+
"constraints": [
30+
{
31+
"impact": "minor",
32+
"reason": "Appears in changelog section :rocket: Enhancement"
33+
}
34+
],
35+
"pkgJSONPath": "./packages/which-heading-do-i-need/package.json"
1536
}
1637
},
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"
38+
"description": "## Release (2025-12-01)\n\n* ember-primitives 0.46.0 (minor)\n* which-heading-do-i-need 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-primitives`, `which-heading-do-i-need`\n * [#573](https://github.com/universal-ember/ember-primitives/pull/573) Extract the heading utility to its own package ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `ember-primitives`\n * [#570](https://github.com/universal-ember/ember-primitives/pull/570) Docs updates (document testing utilities) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1839
}

CHANGELOG.md

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

3+
## Release (2025-12-01)
4+
5+
* ember-primitives 0.46.0 (minor)
6+
* which-heading-do-i-need 0.1.0 (minor)
7+
8+
#### :rocket: Enhancement
9+
* `ember-primitives`, `which-heading-do-i-need`
10+
* [#573](https://github.com/universal-ember/ember-primitives/pull/573) Extract the heading utility to its own package ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### :memo: Documentation
13+
* `ember-primitives`
14+
* [#570](https://github.com/universal-ember/ember-primitives/pull/570) Docs updates (document testing utilities) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
16+
#### Committers: 1
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
18+
319
## Release (2025-11-24)
420

521
* ember-primitives 0.45.1 (patch)

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.1",
3+
"version": "0.46.0",
44
"description": "Making apps easier to build",
55
"keywords": [
66
"ember-addon"

packages/which-heading-do-i-need/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "which-heading-do-i-need",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)