Skip to content

Commit

Permalink
chore(version): ui-v0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Jun 26, 2024
1 parent e843688 commit fc58408
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions plugins/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -

## ui-v0.15.4 - 2024-06-26
#### Bug Fixes
- Don't render objects/children of panels if there's a widget error (#577) - ([3a74dcc](https://github.com/deephaven/deephaven-plugins/commit/3a74dcc0dbad6922d8f13b46d8f7390166fa607e)) - [@mofojed](https://github.com/mofojed)

- - -

## ui-v0.15.3 - 2024-06-24
#### Bug Fixes
- Don't use a key for the ErrorBoundary in a Panel (#574) (#576) - ([e7bfdec](https://github.com/deephaven/deephaven-plugins/commit/e7bfdecd388626616248abc0f161d4d9bf8dfc94)) - [@mofojed](https://github.com/mofojed)
- deephaven-plugin-ui is compatible with deephaven-core 0.33.5 (#572) - ([9b4611a](https://github.com/deephaven/deephaven-plugins/commit/9b4611aee62c7282a01af109e34b556c6658d37b)) - [@mofojed](https://github.com/mofojed)

- - -

## ui-v0.15.2 - 2024-06-21
#### Bug Fixes
- Wrap the children of ReactPanel with an ErrorBoundary (#565) (#569) - (dbebdd2) - mofojed
Expand Down
2 changes: 1 addition & 1 deletion plugins/ui/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = deephaven-plugin-ui
description = deephaven.ui plugin
long_description = file: README.md
long_description_content_type = text/markdown
version = 0.15.3.dev0
version = 0.15.4
url = https://github.com/deephaven/deephaven-plugins
project_urls =
Source Code = https://github.com/deephaven/deephaven-plugins
Expand Down
2 changes: 1 addition & 1 deletion plugins/ui/src/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/js-plugin-ui",
"version": "0.15.3",
"version": "0.15.4",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit fc58408

Please sign in to comment.