Skip to content
Merged
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
7 changes: 4 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"solution": {
"@universal-ember/table": {
"impact": "patch",
"oldVersion": "3.6.0",
"newVersion": "3.6.1",
"oldVersion": "3.6.1",
"newVersion": "3.6.2",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +14,5 @@
"pkgJSONPath": "./table/package.json"
}
},
"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"
"description": "## Release (2026-02-05)\n\n* @universal-ember/table 3.6.2 (patch)\n\n#### :bug: Bug Fix\n* `@universal-ember/table`\n * [#164](https://github.com/universal-ember/table/pull/164) Fix release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#162](https://github.com/universal-ember/table/pull/162) Fix release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Release (2026-02-05)

* @universal-ember/table 3.6.2 (patch)

#### :bug: Bug Fix
* `@universal-ember/table`
* [#164](https://github.com/universal-ember/table/pull/164) Fix release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* Other
* [#162](https://github.com/universal-ember/table/pull/162) Fix release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2026-02-04)

@universal-ember/table 3.6.1 (patch)
Expand Down
2 changes: 1 addition & 1 deletion table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@universal-ember/table",
"version": "3.6.1",
"version": "3.6.2",
"description": "An implementation of table behaviors for driving any table or table-like UI -- all without a UI or markup",
"keywords": [
"ember-addon",
Expand Down