Skip to content

Commit d1192dd

Browse files
Prepare Release v3.6.3 using 'release-plan'
1 parent ca75c3a commit d1192dd

3 files changed

Lines changed: 19 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"solution": {
33
"@universal-ember/table": {
44
"impact": "patch",
5-
"oldVersion": "3.6.1",
6-
"newVersion": "3.6.2",
5+
"oldVersion": "3.6.2",
6+
"newVersion": "3.6.3",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
11+
"reason": "Appears in changelog section :house: Internal"
1212
}
1313
],
1414
"pkgJSONPath": "./table/package.json"
1515
}
1616
},
17-
"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"
17+
"description": "## Release (2026-02-24)\n\n* @universal-ember/table 3.6.3 (patch)\n\n#### :memo: Documentation\n* [#167](https://github.com/universal-ember/table/pull/167) fix(docs): contrast on header links in dark/index ([@johanrd](https://github.com/johanrd))\n\n#### :house: Internal\n* `@universal-ember/table`\n * [#168](https://github.com/universal-ember/table/pull/168) fix(deps): update deps in the hope it Closes [#152](https://github.com/universal-ember/table/issues/152) ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- [@johanrd](https://github.com/johanrd)\n"
1818
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## Release (2026-02-24)
4+
5+
* @universal-ember/table 3.6.3 (patch)
6+
7+
#### :memo: Documentation
8+
* [#167](https://github.com/universal-ember/table/pull/167) fix(docs): contrast on header links in dark/index ([@johanrd](https://github.com/johanrd))
9+
10+
#### :house: Internal
11+
* `@universal-ember/table`
12+
* [#168](https://github.com/universal-ember/table/pull/168) fix(deps): update deps in the hope it Closes [#152](https://github.com/universal-ember/table/issues/152) ([@johanrd](https://github.com/johanrd))
13+
14+
#### Committers: 1
15+
- [@johanrd](https://github.com/johanrd)
16+
317
## Release (2026-02-05)
418

519
* @universal-ember/table 3.6.2 (patch)

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.6.2",
3+
"version": "3.6.3",
44
"description": "An implementation of table behaviors for driving any table or table-like UI -- all without a UI or markup",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)