Skip to content

Commit 9d1d63a

Browse files
Merge pull request #579 from universal-ember/release-preview
Prepare Release
2 parents c593fa2 + 3ff6d70 commit 9d1d63a

File tree

3 files changed

+19
-23
lines changed

3 files changed

+19
-23
lines changed

.release-plan.json

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,20 @@
22
"solution": {
33
"ember-primitives": {
44
"impact": "minor",
5-
"oldVersion": "0.45.1",
6-
"newVersion": "0.46.0",
5+
"oldVersion": "0.46.0",
6+
"newVersion": "0.47.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": "Has dependency `workspace:*` on which-heading-do-i-need"
16-
},
17-
{
18-
"impact": "patch",
19-
"reason": "Appears in changelog section :memo: Documentation"
2012
}
2113
],
2214
"pkgJSONPath": "./ember-primitives/package.json"
2315
},
2416
"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"
17+
"oldVersion": "0.1.0"
3618
}
3719
},
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"
20+
"description": "## Release (2025-12-04)\n\n* ember-primitives 0.47.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#582](https://github.com/universal-ember/ember-primitives/pull/582) Improved service: support dynamic loading, await import services, explicit service RFC, better TS support -- eliminates the need to have a large number of services loaded when the app boots ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* [#578](https://github.com/universal-ember/ember-primitives/pull/578) Add svelte docs for heading level ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
3921
}

CHANGELOG.md

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

3+
## Release (2025-12-04)
4+
5+
* ember-primitives 0.47.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-primitives`
9+
* [#582](https://github.com/universal-ember/ember-primitives/pull/582) Improved service: support dynamic loading, await import services, explicit service RFC, better TS support -- eliminates the need to have a large number of services loaded when the app boots ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :memo: Documentation
12+
* [#578](https://github.com/universal-ember/ember-primitives/pull/578) Add svelte docs for heading level ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
13+
14+
#### Committers: 1
15+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
16+
317
## Release (2025-12-01)
418

519
* ember-primitives 0.46.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.46.0",
3+
"version": "0.47.0",
44
"description": "Making apps easier to build",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)