Skip to content

Commit

Permalink
chore(version): ui-v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Jun 19, 2024
1 parent 8322c2d commit 8e1158e
Show file tree
Hide file tree
Showing 4 changed files with 16 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.

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

- - -
## ui-v0.16.0 - 2024-06-19
#### Documentation
- view (#506) - (e4b7137) - ethanalvizo
#### Features
- Return callables from callables in Deephaven UI (#540) - (8322c2d) - Matthew Runyon
- Use `useWidget` hook to load widgets (#502) - (d9d1e5e) - mofojed
#### Refactoring
- Cleanup js mappings for ui components + utils (#530) - (bbce797) - bmingles
#### Revert
- "revert: Revert some changes that are not compatible with v0.78 (#550)" (#551) - (3502f02) - mofojed

- - -

## ui-v0.15.0 - 2024-06-13
#### Bug Fixes
- UI plotting doc typo (#542) - (df6c9b9) - Matthew Runyon
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.0.dev0
version = 0.16.0
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.0",
"version": "0.16.0",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit 8e1158e

Please sign in to comment.