Skip to content

Commit

Permalink
chore(version): ui-v0.15.2
Browse files Browse the repository at this point in the history
- Manually fixing previous version bump
- Cocogitto bumped the minor version, instead of the patch version as requested.
  • Loading branch information
mofojed committed Jun 21, 2024
1 parent a88a937 commit acdbdb7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions plugins/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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.1 - 2024-06-21
## ui-v0.15.2 - 2024-06-21
#### Bug Fixes
- Wrap the children of ReactPanel with an ErrorBoundary (#565) (#569) - (dbebdd2) - mofojed

Expand Down Expand Up @@ -207,4 +207,4 @@ All notable changes to this project will be documented in this file. See [conven

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
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.16.1.dev0
version = 0.15.2
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.16.1",
"version": "0.15.2",
"description": "Deephaven UI plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit acdbdb7

Please sign in to comment.