diff --git a/package-lock.json b/package-lock.json index 8e3458bf9..51a1de9b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35385,7 +35385,7 @@ }, "plugins/ui/src/js": { "name": "@deephaven/js-plugin-ui", - "version": "0.9.0", + "version": "0.10.0", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "^3.34.1", diff --git a/plugins/ui/CHANGELOG.md b/plugins/ui/CHANGELOG.md index fc06c4663..6060d2a1e 100644 --- a/plugins/ui/CHANGELOG.md +++ b/plugins/ui/CHANGELOG.md @@ -2,6 +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.10.0 - 2024-03-15 +#### Bug Fixes +- Tighten use_memo dependency types (#356) - (48dea18) - Joe +#### Build system +- Fix npm package update (#361) - (cabbcab) - mofojed +#### Documentation +- list_view spec (#352) - (bca3880) - Joe +- Fix the demo script (#354) - (7e7302e) - mofojed +#### Features +- Store server-side state for rehydration (#338) - (bb28df3) - mofojed +- Package matplotlib and ui JS with wheel (#343) - (7724e55) - Joe + +- - - + ## ui-v0.9.0 - 2024-03-09 #### Bug Fixes - Tab Panels contents should take up the full height (#340) - (6028195) - mofojed diff --git a/plugins/ui/setup.cfg b/plugins/ui/setup.cfg index 7ecfaa886..a79271ed2 100644 --- a/plugins/ui/setup.cfg +++ b/plugins/ui/setup.cfg @@ -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.9.0.dev0 +version = 0.10.0 url = https://github.com/deephaven/deephaven-plugins project_urls = Source Code = https://github.com/deephaven/deephaven-plugins diff --git a/plugins/ui/src/js/package.json b/plugins/ui/src/js/package.json index 086755d38..89e8a0cc1 100644 --- a/plugins/ui/src/js/package.json +++ b/plugins/ui/src/js/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/js-plugin-ui", - "version": "0.9.0", + "version": "0.10.0", "description": "Deephaven UI plugin", "keywords": [ "Deephaven",