Skip to content

Commit

Permalink
chore(version): ui-v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Dec 12, 2024
1 parent 2c7bc01 commit da08ad0
Show file tree
Hide file tree
Showing 4 changed files with 18 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.

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

- - -
## ui-v0.24.0 - 2024-12-12
#### Bug Fixes
- UI loading duplicate panels in embed iframe (#1043) - (e1559a4) - Matthew Runyon
#### Documentation
- Working with Tables (#1059) - (6e73350) - dgodinez-dh
- Importing and Exporting Components (#1054) - (21b752c) - dgodinez-dh
- Your First Component (#1052) - (ce3843a) - dgodinez-dh
- Add Stack with tabs to dashboard docs (#1048) - (cf0c994) - mofojed
#### Features
- ui.meter (#1032) - (6730aa9) - ethanalvizo
- ui.avatar (#1027) - (2738a1d) - Akshat Jawne
- Toast Implementation (#1030) - (e53b322) - dgodinez-dh

- - -

## ui-v0.23.1 - 2024-11-23

- - -
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.23.1.dev0
version = 0.24.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.23.1",
"version": "0.24.0",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit da08ad0

Please sign in to comment.