Skip to content

Commit

Permalink
chore(version): ui-v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Jan 26, 2024
1 parent 6adef9c commit 71f0941
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions plugins/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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.5.0 - 2024-01-26
#### Bug Fixes
- Use deferred API to get the API (#226) - (b0e2162) - mofojed
- Move the renderer's LivenessScope into the context (#222) - (672aa43) - niloc132
- ExecutionContext must be opened before running code on a thread (#225) - (6508fd0) - niloc132
#### Features
- UI dashboard (#176) - (6adef9c) - Matthew Runyon
- use_execution_context hook (#205) - (76cd7ab) - Joe

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
2 changes: 1 addition & 1 deletion plugins/ui/src/deephaven/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .hooks import *
from .object_types import *

__version__ = "0.1.0"
__version__ = "0.5.0"


class UIRegistration(Registration):
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.1.0",
"version": "0.5.0",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit 71f0941

Please sign in to comment.