Skip to content

Commit

Permalink
chore(version): ui-v0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Jun 24, 2024
1 parent e7bfdec commit 4bd7f1d
Show file tree
Hide file tree
Showing 4 changed files with 9 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.

6 changes: 6 additions & 0 deletions plugins/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
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.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
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.2.dev0
version = 0.15.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.15.2",
"version": "0.15.3",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit 4bd7f1d

Please sign in to comment.