Skip to content

Commit

Permalink
chore(version): ui-v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Jul 17, 2024
1 parent 831376b commit 377a751
Show file tree
Hide file tree
Showing 4 changed files with 21 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.

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

- - -
## ui-v0.18.0 - 2024-07-17
#### Bug Fixes
- add default styling to tabs component (#611) - (2b8ea23) - Akshat Jawne
#### Build system
- Clean the build directory before building the wheel (#599) - (a2459bd) - mofojed
#### Documentation
- form (#602) - (7b8802d) - ethanalvizo
- picker (#603) - (9942ab9) - ethanalvizo
- radio_group and radio (#619) - (393aa17) - ethanalvizo
- tab_panels (#624) - (e45c509) - Akshat Jawne
- ui.button doc page (#615) - (0a3f710) - Don
#### Features
- Add ui.table reverse prop (#629) - (e56424c) - Matthew Runyon
- better deephaven ui button defaults (#613) - (351f3a5) - Don
- delete unused ui.icon_wrapper (#621) - (4b92021) - Don

- - -

## ui-v0.17.0 - 2024-07-09
#### Bug Fixes
- Remove type imports from @react-types/shared (#610) - (66dc4bf) - Akshat Jawne
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.17.0.dev0
version = 0.18.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.17.0",
"version": "0.18.0",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit 377a751

Please sign in to comment.