Skip to content

Commit dee38ba

Browse files
Merge pull request #640 from universal-ember/release-preview
Prepare Release
2 parents 8d2fce1 + 0c637b4 commit dee38ba

4 files changed

Lines changed: 21 additions & 35 deletions

File tree

.release-plan.json

Lines changed: 7 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,59 +2,33 @@
22
"solution": {
33
"ember-primitives": {
44
"impact": "minor",
5-
"oldVersion": "0.50.1",
6-
"newVersion": "0.51.0",
5+
"oldVersion": "0.51.0",
6+
"newVersion": "0.52.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 :house: Internal"
16-
},
17-
{
18-
"impact": "patch",
19-
"reason": "Has dependency `workspace:*` on which-heading-do-i-need"
2012
}
2113
],
2214
"pkgJSONPath": "./ember-primitives/package.json"
2315
},
2416
"@universal-ember/docs-support": {
25-
"impact": "minor",
26-
"oldVersion": "0.8.1",
27-
"newVersion": "0.9.0",
17+
"impact": "patch",
18+
"oldVersion": "0.9.0",
19+
"newVersion": "0.9.1",
2820
"tagName": "latest",
2921
"constraints": [
3022
{
3123
"impact": "patch",
3224
"reason": "Has dependency `workspace:*` on ember-primitives"
33-
},
34-
{
35-
"impact": "minor",
36-
"reason": "Appears in changelog section :rocket: Enhancement"
37-
},
38-
{
39-
"impact": "patch",
40-
"reason": "Appears in changelog section :house: Internal"
4125
}
4226
],
4327
"pkgJSONPath": "./packages/docs-support/package.json"
4428
},
4529
"which-heading-do-i-need": {
46-
"impact": "patch",
47-
"oldVersion": "0.2.3",
48-
"newVersion": "0.2.4",
49-
"tagName": "latest",
50-
"constraints": [
51-
{
52-
"impact": "patch",
53-
"reason": "Appears in changelog section :house: Internal"
54-
}
55-
],
56-
"pkgJSONPath": "./packages/which-heading-do-i-need/package.json"
30+
"oldVersion": "0.2.4"
5731
}
5832
},
59-
"description": "## Release (2026-01-10)\n\n* ember-primitives 0.51.0 (minor)\n* @universal-ember/docs-support 0.9.0 (minor)\n* which-heading-do-i-need 0.2.4 (patch)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#630](https://github.com/universal-ember/ember-primitives/pull/630) Add Drawer component ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* `ember-primitives`, `@universal-ember/docs-support`\n * [#633](https://github.com/universal-ember/ember-primitives/pull/633) Add Breadcrumb component ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :memo: Documentation\n* [#628](https://github.com/universal-ember/ember-primitives/pull/628) Document offcanvas sidebar using ember-mobile-menu ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :house: Internal\n* Other\n * [#639](https://github.com/universal-ember/ember-primitives/pull/639) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#635](https://github.com/universal-ember/ember-primitives/pull/635) Add Copilot instructions for ember-primitives repository ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* `ember-primitives`, `@universal-ember/docs-support`, `which-heading-do-i-need`\n * [#631](https://github.com/universal-ember/ember-primitives/pull/631) Add dev command ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#618](https://github.com/universal-ember/ember-primitives/pull/618) Bring in docs-support to ember-primitives' monorepo ([@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"
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"
6034
}

CHANGELOG.md

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

3+
## Release (2026-01-12)
4+
5+
* ember-primitives 0.52.0 (minor)
6+
* @universal-ember/docs-support 0.9.1 (patch)
7+
8+
#### :rocket: Enhancement
9+
* `ember-primitives`
10+
* [#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))
11+
12+
#### Committers: 1
13+
- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))
14+
315
## Release (2026-01-10)
416

517
* ember-primitives 0.51.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.51.0",
3+
"version": "0.52.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.0",
3+
"version": "0.9.1",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)