From b0e0280120f3c8c59bb89d02769692678f166c13 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 11 Nov 2025 21:42:42 +0000
Subject: [PATCH 1/2] docs(contributor): contrib-readme-action has updated
readme
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index d0197667..b5218689 100644
--- a/README.md
+++ b/README.md
@@ -54,17 +54,17 @@ See the [Documentation][docs-app] for examples.
-
-
+
+
- Joe Lamb
+ johanrd
|
-
-
+
+
- johanrd
+ Joe Lamb
|
From 5bfba2ad6eb94698ff5fddb5981e7233c318f083 Mon Sep 17 00:00:00 2001
From: johanrd <4601554+johanrd@users.noreply.github.com>
Date: Tue, 11 Nov 2025 21:43:03 +0000
Subject: [PATCH 2/2] Prepare Release using 'release-plan'
---
.release-plan.json | 6 +++---
CHANGELOG.md | 16 ++++++++++++++++
table/package.json | 2 +-
3 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/.release-plan.json b/.release-plan.json
index c62b3a16..d7264faf 100644
--- a/.release-plan.json
+++ b/.release-plan.json
@@ -2,8 +2,8 @@
"solution": {
"@universal-ember/table": {
"impact": "minor",
- "oldVersion": "3.2.0",
- "newVersion": "3.3.0",
+ "oldVersion": "3.3.0",
+ "newVersion": "3.4.0",
"constraints": [
{
"impact": "minor",
@@ -17,5 +17,5 @@
"pkgJSONPath": "./table/package.json"
}
},
- "description": "## Release (2025-11-06)\n\n@universal-ember/table 3.3.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/table`\n * [#122](https://github.com/universal-ember/table/pull/122) Prevent auto-redistributing with tableLayout: 'fixed' ([@johanrd](https://github.com/johanrd))\n* `docs-app`, `@universal-ember/table`, `test-app`\n * [#120](https://github.com/universal-ember/table/pull/120) Add table-level defaultCellValue config option ([@johanrd](https://github.com/johanrd))\n\n#### :bug: Bug Fix\n* `@universal-ember/table`\n * [#121](https://github.com/universal-ember/table/pull/121) Fixes infinite resize loop at non-100% zoom levels caused by subpixel rounding errors. ([@johanrd](https://github.com/johanrd))\n\n#### :memo: Documentation\n* [#112](https://github.com/universal-ember/table/pull/112) Add thank you to the contributors ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#113](https://github.com/universal-ember/table/pull/113) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 3\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n- [@johanrd](https://github.com/johanrd)\n"
+ "description": "## Release (2025-11-11)\n\n@universal-ember/table 3.4.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `@universal-ember/table`, `test-app`\n * [#125](https://github.com/universal-ember/table/pull/125) add isResizable helper ([@johanrd](https://github.com/johanrd))\n * [#124](https://github.com/universal-ember/table/pull/124) feat(column-reordering): add orderedColumnsFor helper + fix two skipped tests ([@johanrd](https://github.com/johanrd))\n\n#### :bug: Bug Fix\n* `@universal-ember/table`, `test-app`\n * [#126](https://github.com/universal-ember/table/pull/126) fix failing test for handlePosition ([@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 8528f57c..1fc2e2f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## Release (2025-11-11)
+
+@universal-ember/table 3.4.0 (minor)
+
+#### :rocket: Enhancement
+* `docs-app`, `@universal-ember/table`, `test-app`
+ * [#125](https://github.com/universal-ember/table/pull/125) add isResizable helper ([@johanrd](https://github.com/johanrd))
+ * [#124](https://github.com/universal-ember/table/pull/124) feat(column-reordering): add orderedColumnsFor helper + fix two skipped tests ([@johanrd](https://github.com/johanrd))
+
+#### :bug: Bug Fix
+* `@universal-ember/table`, `test-app`
+ * [#126](https://github.com/universal-ember/table/pull/126) fix failing test for handlePosition ([@johanrd](https://github.com/johanrd))
+
+#### Committers: 1
+- [@johanrd](https://github.com/johanrd)
+
## Release (2025-11-06)
@universal-ember/table 3.3.0 (minor)
diff --git a/table/package.json b/table/package.json
index f6a462f0..6faa41dc 100644
--- a/table/package.json
+++ b/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@universal-ember/table",
- "version": "3.3.0",
+ "version": "3.4.0",
"description": "An implementation of table behaviors for driving any table or table-like UI -- all without a UI (headless)",
"keywords": [
"ember-addon",
|