Skip to content

Commit

Permalink
chore(version): ui-v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Sep 3, 2024
1 parent 371a825 commit f1bcb34
Show file tree
Hide file tree
Showing 4 changed files with 17 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.

14 changes: 14 additions & 0 deletions plugins/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.21.0 - 2024-09-03
#### Bug Fixes
- Remove server startup from python tests (#768) - (c6c2dd2) - Joe
#### Documentation
- fix unclosed html tag in markdown (#791) - (fb7bd78) - Don
- Add missing components to sidebar (#782) - (ae34f96) - mofojed
- action button (#702) - (39d5c39) - ethanalvizo
- image (#703) - (bc84ecb) - ethanalvizo
#### Features
- Allow validation_errors to be passed into ui.form (#789) - (371a825) - mofojed
- UI Table databars (#736) - (ada20a3) - Matthew Runyon

- - -

## ui-v0.20.0 - 2024-08-23
#### Bug Fixes
- use_effect behaviour (#734) - (c091dac) - mofojed
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.20.0.dev0
version = 0.21.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.20.0",
"version": "0.21.0",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit f1bcb34

Please sign in to comment.