Skip to content

Commit 7a297ca

Browse files
committed
chore(version): ui-v0.36.1
1 parent 3a83d3f commit 7a297ca

4 files changed

Lines changed: 16 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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. See [conven
44

55
- - -
66

7+
## ui-v0.36.1 - 2026-05-13
8+
9+
#### Bug Fixes
10+
11+
- DH-22174: ui.table works with rollup and tree tables ([#1343](https://github.com/deephaven/deephaven-plugins/pull/1343)) - (3a83d3f) - mofojed
12+
13+
#### Documentation
14+
15+
- DOC-752 copies changelog on docs build and adds to sidebar menu ([#1345](https://github.com/deephaven/deephaven-plugins/pull/1345)) - (6fa17ba) - dsmmcken
16+
17+
- - -
18+
19+
720
## ui-v0.36.0 - 2026-05-06
821

922
#### Features

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.36.0.dev0
6+
version = 0.36.1
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.36.0",
3+
"version": "0.36.1",
44
"description": "Deephaven UI plugin",
55
"keywords": [
66
"Deephaven",

0 commit comments

Comments
 (0)