Skip to content

Commit 22d8166

Browse files
Merge pull request #642 from universal-ember/release-preview
Prepare Release
2 parents 516db7a + 8a3fa9f commit 22d8166

5 files changed

Lines changed: 68 additions & 10 deletions

File tree

.release-plan.json

Lines changed: 41 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,67 @@
22
"solution": {
33
"ember-primitives": {
44
"impact": "minor",
5-
"oldVersion": "0.51.0",
6-
"newVersion": "0.52.0",
5+
"oldVersion": "0.52.0",
6+
"newVersion": "0.53.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 :memo: Documentation"
16+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Has dependency `workspace:*` on which-heading-do-i-need"
20+
},
21+
{
22+
"impact": "patch",
23+
"reason": "Appears in changelog section :house: Internal"
1224
}
1325
],
1426
"pkgJSONPath": "./ember-primitives/package.json"
1527
},
1628
"@universal-ember/docs-support": {
1729
"impact": "patch",
18-
"oldVersion": "0.9.0",
19-
"newVersion": "0.9.1",
30+
"oldVersion": "0.9.1",
31+
"newVersion": "0.9.2",
2032
"tagName": "latest",
2133
"constraints": [
2234
{
2335
"impact": "patch",
24-
"reason": "Has dependency `workspace:*` on ember-primitives"
36+
"reason": "Has dependency `workspace:^` on ember-primitives"
37+
},
38+
{
39+
"impact": "patch",
40+
"reason": "Appears in changelog section :memo: Documentation"
41+
},
42+
{
43+
"impact": "patch",
44+
"reason": "Appears in changelog section :house: Internal"
2545
}
2646
],
2747
"pkgJSONPath": "./packages/docs-support/package.json"
2848
},
2949
"which-heading-do-i-need": {
30-
"oldVersion": "0.2.4"
50+
"impact": "patch",
51+
"oldVersion": "0.2.4",
52+
"newVersion": "0.2.5",
53+
"tagName": "latest",
54+
"constraints": [
55+
{
56+
"impact": "patch",
57+
"reason": "Appears in changelog section :memo: Documentation"
58+
},
59+
{
60+
"impact": "patch",
61+
"reason": "Appears in changelog section :house: Internal"
62+
}
63+
],
64+
"pkgJSONPath": "./packages/which-heading-do-i-need/package.json"
3165
}
3266
},
33-
"description": "## Release (2026-01-12)\n\n* ember-primitives 0.52.0 (minor)\n* @universal-ember/docs-support 0.9.1 (patch)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#637](https://github.com/universal-ember/ember-primitives/pull/637) Create standalone Separator component with @as argument for dynamic element tags ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### Committers: 1\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n"
67+
"description": "## Release (2026-01-14)\n\n* ember-primitives 0.53.0 (minor)\n* @universal-ember/docs-support 0.9.2 (patch)\n* which-heading-do-i-need 0.2.5 (patch)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#646](https://github.com/universal-ember/ember-primitives/pull/646) Switch needs configurable thumb ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* Other\n * [#643](https://github.com/universal-ember/ember-primitives/pull/643) Add release-versions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#644](https://github.com/universal-ember/ember-primitives/pull/644) Update popover styles ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-primitives`, `@universal-ember/docs-support`, `which-heading-do-i-need`\n * [#641](https://github.com/universal-ember/ember-primitives/pull/641) Upgrade Kolay, the docs system our docs use ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-primitives`, `@universal-ember/docs-support`, `which-heading-do-i-need`\n * [#641](https://github.com/universal-ember/ember-primitives/pull/641) Upgrade Kolay, the docs system our docs use ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
3468
}

CHANGELOG.md

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

3+
## Release (2026-01-14)
4+
5+
* ember-primitives 0.53.0 (minor)
6+
* @universal-ember/docs-support 0.9.2 (patch)
7+
* which-heading-do-i-need 0.2.5 (patch)
8+
9+
#### :rocket: Enhancement
10+
* `ember-primitives`
11+
* [#646](https://github.com/universal-ember/ember-primitives/pull/646) Switch needs configurable thumb ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12+
13+
#### :memo: Documentation
14+
* Other
15+
* [#643](https://github.com/universal-ember/ember-primitives/pull/643) Add release-versions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
* [#644](https://github.com/universal-ember/ember-primitives/pull/644) Update popover styles ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17+
* `ember-primitives`, `@universal-ember/docs-support`, `which-heading-do-i-need`
18+
* [#641](https://github.com/universal-ember/ember-primitives/pull/641) Upgrade Kolay, the docs system our docs use ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
19+
20+
#### :house: Internal
21+
* `ember-primitives`, `@universal-ember/docs-support`, `which-heading-do-i-need`
22+
* [#641](https://github.com/universal-ember/ember-primitives/pull/641) Upgrade Kolay, the docs system our docs use ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
23+
24+
#### Committers: 1
25+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
26+
327
## Release (2026-01-12)
428

529
* ember-primitives 0.52.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.52.0",
3+
"version": "0.53.0",
44
"description": "Making apps easier to build",
55
"keywords": [
66
"ember-addon"

packages/docs-support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@universal-ember/docs-support",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "The default blueprint for Embroider v2 addons.",
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.2.4",
3+
"version": "0.2.5",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)