Skip to content

Commit acdbdb7

Browse files
committed
chore(version): ui-v0.15.2
- Manually fixing previous version bump - Cocogitto bumped the minor version, instead of the patch version as requested.
1 parent a88a937 commit acdbdb7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/ui/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5-
## ui-v0.16.1 - 2024-06-21
5+
## ui-v0.15.2 - 2024-06-21
66
#### Bug Fixes
77
- Wrap the children of ReactPanel with an ErrorBoundary (#565) (#569) - (dbebdd2) - mofojed
88

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

208208
- - -
209209

210-
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
210+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

plugins/ui/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = deephaven-plugin-ui
33
description = deephaven.ui plugin
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
version = 0.16.1.dev0
6+
version = 0.15.2
77
url = https://github.com/deephaven/deephaven-plugins
88
project_urls =
99
Source Code = https://github.com/deephaven/deephaven-plugins

plugins/ui/src/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/js-plugin-ui",
3-
"version": "0.16.1",
3+
"version": "0.15.2",
44
"description": "Deephaven UI plugin",
55
"keywords": [
66
"Deephaven",

0 commit comments

Comments
 (0)