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
12 changes: 8 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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<CellContext<T>>` ([@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"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.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",
Expand Down