Skip to content

Commit 4bee992

Browse files
committed
fix: update version to 0.5.1 and add changelog for ListView plugin
1 parent 8ec1f07 commit 4bee992

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

apps/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@object-ui/console",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"private": true,
55
"description": "ObjectStack Console - The standard runtime UI for ObjectStack applications",
66
"type": "module",

packages/plugin-list/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @object-ui/plugin-list
2+
3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- Fixed ListView view preference persistence causing incorrect view rendering.

packages/plugin-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@object-ui/plugin-list",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"type": "module",
55
"license": "MIT",
66
"description": "ListView plugin for Object UI - unified view component with view type switching",

0 commit comments

Comments
 (0)