Skip to content

Commit 1fe9be7

Browse files
committed
chore(version): ui-v0.29.2
1 parent 684e5fc commit 1fe9be7

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## ui-v0.29.2 - 2025-04-08
6+
#### Bug Fixes
7+
- remove incorrect defaults in ui.grid to fix auto (#1154) - (684e5fc) - dgodinez-dh
8+
9+
- - -
10+
511
## ui-v0.29.1 - 2025-04-01
612
#### Bug Fixes
713
- Handle a null jsonClient correctly (DH-18461) (#1138) - (1852554) - mofojed

plugins/ui/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = deephaven-plugin-ui
33
description = deephaven.ui plugin
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
version = 0.29.1.dev0
6+
version = 0.29.2
77
url = https://github.com/deephaven/deephaven-plugins
88
project_urls =
99
Source Code = https://github.com/deephaven/deephaven-plugins

plugins/ui/src/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/js-plugin-ui",
3-
"version": "0.29.1",
3+
"version": "0.29.2",
44
"description": "Deephaven UI plugin",
55
"keywords": [
66
"Deephaven",

0 commit comments

Comments
 (0)