Skip to content

Commit 4cc0847

Browse files
Merge pull request #100 from universal-ember/release-preview
Prepare Release
2 parents fa92989 + 73a377e commit 4cc0847

3 files changed

Lines changed: 18 additions & 7 deletions

File tree

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"@universal-ember/table": {
4-
"impact": "minor",
5-
"oldVersion": "3.0.4",
6-
"newVersion": "3.1.0",
4+
"impact": "patch",
5+
"oldVersion": "3.1.0",
6+
"newVersion": "3.1.1",
77
"constraints": [
88
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
}
1212
],
1313
"pkgJSONPath": "./table/package.json"
1414
}
1515
},
16-
"description": "## Release (2025-08-25)\n\n@universal-ember/table 3.1.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `@universal-ember/table`, `test-app`\n * [#97](https://github.com/universal-ember/table/pull/97) Simple column resizing setting with `tableLayout: 'fixed'` ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- [@johanrd](https://github.com/johanrd)\n"
16+
"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"
1717
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-08-25)
44

5+
@universal-ember/table 3.1.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@universal-ember/table`
9+
* [#99](https://github.com/universal-ember/table/pull/99) Pass through generics to `ComponentLike<CellContext<T>>` ([@johanrd](https://github.com/johanrd))
10+
11+
#### Committers: 1
12+
- [@johanrd](https://github.com/johanrd)
13+
14+
## Release (2025-08-25)
15+
516
@universal-ember/table 3.1.0 (minor)
617

718
#### :rocket: Enhancement

table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@universal-ember/table",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "An implementation of table behaviors for driving any table or table-like UI -- all without a UI (headless)",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)