|
1 | 1 | { |
2 | 2 | "solution": { |
3 | 3 | "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", |
7 | 7 | "tagName": "latest", |
8 | 8 | "constraints": [ |
9 | | - { |
10 | | - "impact": "minor", |
11 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
12 | | - }, |
13 | 9 | { |
14 | 10 | "impact": "patch", |
15 | | - "reason": "Appears in changelog section :memo: Documentation" |
| 11 | + "reason": "Appears in changelog section :bug: Bug Fix" |
16 | 12 | }, |
17 | 13 | { |
18 | 14 | "impact": "patch", |
19 | | - "reason": "Has dependency `workspace:*` on which-heading-do-i-need" |
| 15 | + "reason": "Appears in changelog section :house: Internal" |
20 | 16 | }, |
21 | 17 | { |
22 | 18 | "impact": "patch", |
23 | | - "reason": "Appears in changelog section :house: Internal" |
| 19 | + "reason": "Has dependency `workspace:*` on which-heading-do-i-need" |
24 | 20 | } |
25 | 21 | ], |
26 | 22 | "pkgJSONPath": "./ember-primitives/package.json" |
27 | 23 | }, |
28 | 24 | "@universal-ember/docs-support": { |
29 | 25 | "impact": "patch", |
30 | | - "oldVersion": "0.9.1", |
31 | | - "newVersion": "0.9.2", |
| 26 | + "oldVersion": "0.9.2", |
| 27 | + "newVersion": "0.9.3", |
32 | 28 | "tagName": "latest", |
33 | 29 | "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 | | - }, |
42 | 30 | { |
43 | 31 | "impact": "patch", |
44 | 32 | "reason": "Appears in changelog section :house: Internal" |
|
48 | 36 | }, |
49 | 37 | "which-heading-do-i-need": { |
50 | 38 | "impact": "patch", |
51 | | - "oldVersion": "0.2.4", |
52 | | - "newVersion": "0.2.5", |
| 39 | + "oldVersion": "0.2.5", |
| 40 | + "newVersion": "0.2.6", |
53 | 41 | "tagName": "latest", |
54 | 42 | "constraints": [ |
55 | | - { |
56 | | - "impact": "patch", |
57 | | - "reason": "Appears in changelog section :memo: Documentation" |
58 | | - }, |
59 | 43 | { |
60 | 44 | "impact": "patch", |
61 | 45 | "reason": "Appears in changelog section :house: Internal" |
|
64 | 48 | "pkgJSONPath": "./packages/which-heading-do-i-need/package.json" |
65 | 49 | } |
66 | 50 | }, |
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" |
68 | 52 | } |
0 commit comments