From 537594caef8e3d971612bdbc1a0a296b47a0e688 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:42:56 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++++++---- CHANGELOG.md | 22 ++++++++++++++++++++++ table/package.json | 2 +- 3 files changed, 31 insertions(+), 5 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index af59821a..32592344 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,10 +1,14 @@ { "solution": { "@universal-ember/table": { - "impact": "patch", - "oldVersion": "3.1.0", - "newVersion": "3.1.1", + "impact": "minor", + "oldVersion": "3.1.1", + "newVersion": "3.2.0", "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" @@ -13,5 +17,5 @@ "pkgJSONPath": "./table/package.json" } }, - "description": "## Release (2025-08-25)\n\n@universal-ember/table 3.1.1 (patch)\n\n#### :bug: Bug Fix\n* `@universal-ember/table`\n * [#99](https://github.com/universal-ember/table/pull/99) Pass through generics to `ComponentLike>` ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- [@johanrd](https://github.com/johanrd)\n" + "description": "## Release (2025-10-03)\n\n@universal-ember/table 3.2.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `@universal-ember/table`, `test-app`\n * [#74](https://github.com/universal-ember/table/pull/74) Reordering hidden columns ([@johanrd](https://github.com/johanrd))\n\n#### :bug: Bug Fix\n* `docs-app`, `@universal-ember/table`, `test-app`\n * [#74](https://github.com/universal-ember/table/pull/74) Reordering hidden columns ([@johanrd](https://github.com/johanrd))\n\n#### :memo: Documentation\n* `docs-app`\n * [#109](https://github.com/universal-ember/table/pull/109) chore: Fix file name spelling ([@jayden-leuciuc](https://github.com/jayden-leuciuc))\n * [#105](https://github.com/universal-ember/table/pull/105) docs: Single row selection link ([@MichalBryxi](https://github.com/MichalBryxi))\n\n#### Committers: 3\n- Jayden Leuciuc ([@jayden-leuciuc](https://github.com/jayden-leuciuc))\n- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))\n- [@johanrd](https://github.com/johanrd)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ba85e409..00086972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## Release (2025-10-03) + +@universal-ember/table 3.2.0 (minor) + +#### :rocket: Enhancement +* `docs-app`, `@universal-ember/table`, `test-app` + * [#74](https://github.com/universal-ember/table/pull/74) Reordering hidden columns ([@johanrd](https://github.com/johanrd)) + +#### :bug: Bug Fix +* `docs-app`, `@universal-ember/table`, `test-app` + * [#74](https://github.com/universal-ember/table/pull/74) Reordering hidden columns ([@johanrd](https://github.com/johanrd)) + +#### :memo: Documentation +* `docs-app` + * [#109](https://github.com/universal-ember/table/pull/109) chore: Fix file name spelling ([@jayden-leuciuc](https://github.com/jayden-leuciuc)) + * [#105](https://github.com/universal-ember/table/pull/105) docs: Single row selection link ([@MichalBryxi](https://github.com/MichalBryxi)) + +#### Committers: 3 +- Jayden Leuciuc ([@jayden-leuciuc](https://github.com/jayden-leuciuc)) +- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi)) +- [@johanrd](https://github.com/johanrd) + ## Release (2025-08-25) @universal-ember/table 3.1.1 (patch) diff --git a/table/package.json b/table/package.json index 75115d2c..3c7c4da8 100644 --- a/table/package.json +++ b/table/package.json @@ -1,6 +1,6 @@ { "name": "@universal-ember/table", - "version": "3.1.1", + "version": "3.2.0", "description": "An implementation of table behaviors for driving any table or table-like UI -- all without a UI (headless)", "keywords": [ "ember-addon",