Skip to content

Commit a5dd199

Browse files
Merge pull request #649 from universal-ember/release-preview
Prepare Release
2 parents 774fc5f + ae20f9f commit a5dd199

5 files changed

Lines changed: 42 additions & 30 deletions

File tree

.release-plan.json

Lines changed: 11 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,32 @@
11
{
22
"solution": {
33
"ember-primitives": {
4-
"impact": "minor",
5-
"oldVersion": "0.52.0",
6-
"newVersion": "0.53.0",
4+
"impact": "patch",
5+
"oldVersion": "0.53.0",
6+
"newVersion": "0.53.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
12-
},
139
{
1410
"impact": "patch",
15-
"reason": "Appears in changelog section :memo: Documentation"
11+
"reason": "Appears in changelog section :bug: Bug Fix"
1612
},
1713
{
1814
"impact": "patch",
19-
"reason": "Has dependency `workspace:*` on which-heading-do-i-need"
15+
"reason": "Appears in changelog section :house: Internal"
2016
},
2117
{
2218
"impact": "patch",
23-
"reason": "Appears in changelog section :house: Internal"
19+
"reason": "Has dependency `workspace:*` on which-heading-do-i-need"
2420
}
2521
],
2622
"pkgJSONPath": "./ember-primitives/package.json"
2723
},
2824
"@universal-ember/docs-support": {
2925
"impact": "patch",
30-
"oldVersion": "0.9.1",
31-
"newVersion": "0.9.2",
26+
"oldVersion": "0.9.2",
27+
"newVersion": "0.9.3",
3228
"tagName": "latest",
3329
"constraints": [
34-
{
35-
"impact": "patch",
36-
"reason": "Has dependency `workspace:^` on ember-primitives"
37-
},
38-
{
39-
"impact": "patch",
40-
"reason": "Appears in changelog section :memo: Documentation"
41-
},
4230
{
4331
"impact": "patch",
4432
"reason": "Appears in changelog section :house: Internal"
@@ -48,14 +36,10 @@
4836
},
4937
"which-heading-do-i-need": {
5038
"impact": "patch",
51-
"oldVersion": "0.2.4",
52-
"newVersion": "0.2.5",
39+
"oldVersion": "0.2.5",
40+
"newVersion": "0.2.6",
5341
"tagName": "latest",
5442
"constraints": [
55-
{
56-
"impact": "patch",
57-
"reason": "Appears in changelog section :memo: Documentation"
58-
},
5943
{
6044
"impact": "patch",
6145
"reason": "Appears in changelog section :house: Internal"
@@ -64,5 +48,5 @@
6448
"pkgJSONPath": "./packages/which-heading-do-i-need/package.json"
6549
}
6650
},
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"
51+
"description": "## Release (2026-02-24)\n\n* ember-primitives 0.53.1 (patch)\n* @universal-ember/docs-support 0.9.3 (patch)\n* which-heading-do-i-need 0.2.6 (patch)\n\n#### :bug: Bug Fix\n* `ember-primitives`\n * [#674](https://github.com/universal-ember/ember-primitives/pull/674) Fix Switch `@onChange` argument order — pass `(checked: boolean, event: Event)` ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :memo: Documentation\n* [#670](https://github.com/universal-ember/ember-primitives/pull/670) Fix missing @package in CommentQuery causing a11y test failures ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* [#669](https://github.com/universal-ember/ember-primitives/pull/669) Remove manifest-fetching script from test HTML ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* [#665](https://github.com/universal-ember/ember-primitives/pull/665) Clarify Portal CSS selector support and PortalTargets defaults ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* [#648](https://github.com/universal-ember/ember-primitives/pull/648) Draggable Switch Demo ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@universal-ember/docs-support`\n * [#667](https://github.com/universal-ember/ember-primitives/pull/667) Re enable a11y testing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#666](https://github.com/universal-ember/ember-primitives/pull/666) Add context7.json with URL and public key ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-primitives`, `@universal-ember/docs-support`, `which-heading-do-i-need`\n * [#661](https://github.com/universal-ember/ember-primitives/pull/661) Upgrade random deps / internal infra ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
6852
}

CHANGELOG.md

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

3+
## Release (2026-02-24)
4+
5+
* ember-primitives 0.53.1 (patch)
6+
* @universal-ember/docs-support 0.9.3 (patch)
7+
* which-heading-do-i-need 0.2.6 (patch)
8+
9+
#### :bug: Bug Fix
10+
* `ember-primitives`
11+
* [#674](https://github.com/universal-ember/ember-primitives/pull/674) Fix Switch `@onChange` argument order — pass `(checked: boolean, event: Event)` ([@Copilot](https://github.com/apps/copilot-swe-agent))
12+
13+
#### :memo: Documentation
14+
* [#670](https://github.com/universal-ember/ember-primitives/pull/670) Fix missing @package in CommentQuery causing a11y test failures ([@Copilot](https://github.com/apps/copilot-swe-agent))
15+
* [#669](https://github.com/universal-ember/ember-primitives/pull/669) Remove manifest-fetching script from test HTML ([@Copilot](https://github.com/apps/copilot-swe-agent))
16+
* [#665](https://github.com/universal-ember/ember-primitives/pull/665) Clarify Portal CSS selector support and PortalTargets defaults ([@Copilot](https://github.com/apps/copilot-swe-agent))
17+
* [#648](https://github.com/universal-ember/ember-primitives/pull/648) Draggable Switch Demo ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
19+
#### :house: Internal
20+
* `@universal-ember/docs-support`
21+
* [#667](https://github.com/universal-ember/ember-primitives/pull/667) Re enable a11y testing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
22+
* Other
23+
* [#666](https://github.com/universal-ember/ember-primitives/pull/666) Add context7.json with URL and public key ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
24+
* `ember-primitives`, `@universal-ember/docs-support`, `which-heading-do-i-need`
25+
* [#661](https://github.com/universal-ember/ember-primitives/pull/661) Upgrade random deps / internal infra ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
26+
27+
#### Committers: 2
28+
- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))
29+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
30+
331
## Release (2026-01-14)
432

533
* ember-primitives 0.53.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.53.0",
3+
"version": "0.53.1",
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.2",
3+
"version": "0.9.3",
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.5",
3+
"version": "0.2.6",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)