We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec1f07 commit 4bee992Copy full SHA for 4bee992
apps/console/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@object-ui/console",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"private": true,
5
"description": "ObjectStack Console - The standard runtime UI for ObjectStack applications",
6
"type": "module",
packages/plugin-list/CHANGELOG.md
@@ -0,0 +1,7 @@
+# @object-ui/plugin-list
+
+## 0.5.1
+### Patch Changes
7
+- Fixed ListView view preference persistence causing incorrect view rendering.
packages/plugin-list/package.json
"name": "@object-ui/plugin-list",
"license": "MIT",
"description": "ListView plugin for Object UI - unified view component with view type switching",
0 commit comments