From 5e113859a730c9bd93a4abc384c3cc17d3c7f9c2 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 4 Feb 2026 15:58:32 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 16 ++++++++++++++++ table/package.json | 2 +- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index bf1d906..8cc5bf0 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "@universal-ember/table": { - "impact": "minor", - "oldVersion": "3.5.0", - "newVersion": "3.6.0", + "impact": "patch", + "oldVersion": "3.6.0", + "newVersion": "3.6.1", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./table/package.json" } }, - "description": "## Release (2026-01-28)\n\n@universal-ember/table 3.6.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/table`, `test-app`\n * [#156](https://github.com/universal-ember/table/pull/156) Add reactive thunk overload to `preferences` config option ([@johanrd](https://github.com/johanrd))\n\n#### :memo: Documentation\n* `docs-app`\n * [#155](https://github.com/universal-ember/table/pull/155) fix(docs): Upgrade @html-next/vertical-collection as an attempt to solve #61 ([@johanrd](https://github.com/johanrd))\n* `docs-api`, `docs-app`\n * [#154](https://github.com/universal-ember/table/pull/154) fix(docs): Add discoverable cross linking between • Github • API Reference • Docs app ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- [@johanrd](https://github.com/johanrd)\n" + "description": "## Release (2026-02-04)\n\n@universal-ember/table 3.6.1 (patch)\n\n#### :bug: Bug Fix\n* `@universal-ember/table`, `test-app`\n * [#161](https://github.com/universal-ember/table/pull/161) fix: addMissingColumnsToMap skips new columns when stale keys exist in saved order ([@johanrd](https://github.com/johanrd))\n\n#### :memo: Documentation\n* `docs-app`\n * [#159](https://github.com/universal-ember/table/pull/159) fix(docs): Cosmetical alignment of `Api Reference` link in docs header ([@johanrd](https://github.com/johanrd))\n * [#158](https://github.com/universal-ember/table/pull/158) fix for #61 ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- [@johanrd](https://github.com/johanrd)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6598b23..ad2af32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2026-02-04) + +@universal-ember/table 3.6.1 (patch) + +#### :bug: Bug Fix +* `@universal-ember/table`, `test-app` + * [#161](https://github.com/universal-ember/table/pull/161) fix: addMissingColumnsToMap skips new columns when stale keys exist in saved order ([@johanrd](https://github.com/johanrd)) + +#### :memo: Documentation +* `docs-app` + * [#159](https://github.com/universal-ember/table/pull/159) fix(docs): Cosmetical alignment of `Api Reference` link in docs header ([@johanrd](https://github.com/johanrd)) + * [#158](https://github.com/universal-ember/table/pull/158) fix for #61 ([@johanrd](https://github.com/johanrd)) + +#### Committers: 1 +- [@johanrd](https://github.com/johanrd) + ## Release (2026-01-28) @universal-ember/table 3.6.0 (minor) diff --git a/table/package.json b/table/package.json index 53c28e2..954e402 100644 --- a/table/package.json +++ b/table/package.json @@ -1,6 +1,6 @@ { "name": "@universal-ember/table", - "version": "3.6.0", + "version": "3.6.1", "description": "An implementation of table behaviors for driving any table or table-like UI -- all without a UI (headless)", "keywords": [ "ember-addon",