Skip to content

Commit 07bfa75

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent f186b66 commit 07bfa75

File tree

2 files changed

+13
-31
lines changed

2 files changed

+13
-31
lines changed

.release-plan.json

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,11 @@
11
{
22
"solution": {
33
"ember-primitives": {
4-
"impact": "minor",
5-
"oldVersion": "0.45.1",
6-
"newVersion": "0.46.0",
7-
"tagName": "latest",
8-
"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-
},
17-
{
18-
"impact": "patch",
19-
"reason": "Appears in changelog section :memo: Documentation"
20-
}
21-
],
22-
"pkgJSONPath": "./ember-primitives/package.json"
4+
"oldVersion": "0.46.0"
235
},
246
"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"
7+
"oldVersion": "0.1.0"
368
}
379
},
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"
10+
"description": "## Release (2025-12-02)\n\n\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"
3911
}

CHANGELOG.md

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

3+
## Release (2025-12-02)
4+
5+
6+
7+
#### :memo: Documentation
8+
* [#578](https://github.com/universal-ember/ember-primitives/pull/578) Add svelte docs for heading level ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9+
10+
#### Committers: 1
11+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
12+
313
## Release (2025-12-01)
414

515
* ember-primitives 0.46.0 (minor)

0 commit comments

Comments
 (0)