Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 4 additions & 58 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,14 @@
{
"solution": {
"ember-primitives": {
"impact": "minor",
"oldVersion": "0.52.0",
"newVersion": "0.53.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on which-heading-do-i-need"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-primitives/package.json"
"oldVersion": "0.53.0"
},
"@universal-ember/docs-support": {
"impact": "patch",
"oldVersion": "0.9.1",
"newVersion": "0.9.2",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:^` on ember-primitives"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/docs-support/package.json"
"oldVersion": "0.9.2"
},
"which-heading-do-i-need": {
"impact": "patch",
"oldVersion": "0.2.4",
"newVersion": "0.2.5",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/which-heading-do-i-need/package.json"
"oldVersion": "0.2.5"
}
},
"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"
"description": "## Release (2026-01-23)\n\n\n\n#### :memo: Documentation\n* [#648](https://github.com/universal-ember/ember-primitives/pull/648) Draggable Switch Demo ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Release (2026-01-23)



#### :memo: Documentation
* [#648](https://github.com/universal-ember/ember-primitives/pull/648) Draggable Switch Demo ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2026-01-14)

* ember-primitives 0.53.0 (minor)
Expand Down