Skip to content

Commit

Permalink
chore(version): ui-v0.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Jan 21, 2025
1 parent 2c31622 commit 5b45d39
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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: 7 additions & 1 deletion plugins/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## ui-v0.23.3 - 2025-01-21
#### Bug Fixes
- Ensure ReactPanelErrorBoundary handles undefined children (#1089) (#1092) - ([2c31622](https://github.com/deephaven/deephaven-plugins/commit/2c31622ae548897549cb6da68dc990ec5efad8ee)) - [@mofojed](https://github.com/mofojed)

- - -

## ui-v0.23.2 - 2025-01-13
#### Bug Fixes
- UI loading duplicate panels in embed iframe (#1043) (#1082) - ([928ee35](https://github.com/deephaven/deephaven-plugins/commit/928ee35972d556cd74da34fd3c81690df17b2323)) - [@mofojed](https://github.com/mofojed)
Expand Down Expand Up @@ -445,4 +451,4 @@ All notable changes to this project will be documented in this file. See [conven

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
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.23.2.dev0
version = 0.23.3
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.23.2",
"version": "0.23.3",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit 5b45d39

Please sign in to comment.