Skip to content

Commit b5a0a9d

Browse files
committed
v0.85.22
1 parent 275b0d9 commit b5a0a9d

File tree

25 files changed

+75
-23
lines changed

25 files changed

+75
-23
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.85.22](https://github.com/deephaven/web-client-ui/compare/v0.85.21...v0.85.22) (2025-04-28)
7+
8+
### Bug Fixes
9+
10+
- DH-13244: remove trailing whitespace from console log messages ([#2420](https://github.com/deephaven/web-client-ui/issues/2420)) ([275b0d9](https://github.com/deephaven/web-client-ui/commit/275b0d9d776845e114f98dc5cf22df4131cc0b53))
11+
612
## [0.85.21](https://github.com/deephaven/web-client-ui/compare/v0.85.20...v0.85.21) (2025-04-10)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"useNx": false,
3-
"version": "0.85.21",
3+
"version": "0.85.22",
44
"command": {
55
"publish": {
66
"distTag": "release-v0.85"

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/app-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.85.22](https://github.com/deephaven/web-client-ui/compare/v0.85.21...v0.85.22) (2025-04-28)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [0.85.21](https://github.com/deephaven/web-client-ui/compare/v0.85.20...v0.85.21) (2025-04-10)
711

812
**Note:** Version bump only for package @deephaven/app-utils

packages/app-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/app-utils",
3-
"version": "0.85.21",
3+
"version": "0.85.22",
44
"description": "Deephaven App Utils",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/auth-plugins/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.85.22](https://github.com/deephaven/web-client-ui/compare/v0.85.21...v0.85.22) (2025-04-28)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [0.85.21](https://github.com/deephaven/web-client-ui/compare/v0.85.20...v0.85.21) (2025-04-10)
711

812
**Note:** Version bump only for package @deephaven/auth-plugins

packages/auth-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/auth-plugins",
3-
"version": "0.85.21",
3+
"version": "0.85.22",
44
"description": "Deephaven Auth Plugins",
55
"keywords": [
66
"Deephaven",

packages/code-studio/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.85.22](https://github.com/deephaven/web-client-ui/compare/v0.85.21...v0.85.22) (2025-04-28)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [0.85.21](https://github.com/deephaven/web-client-ui/compare/v0.85.20...v0.85.21) (2025-04-10)
711

812
**Note:** Version bump only for package @deephaven/code-studio

packages/code-studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/code-studio",
3-
"version": "0.85.21",
3+
"version": "0.85.22",
44
"description": "Deephaven Code Studio",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/console/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.85.22](https://github.com/deephaven/web-client-ui/compare/v0.85.21...v0.85.22) (2025-04-28)
7+
8+
### Bug Fixes
9+
10+
- DH-13244: remove trailing whitespace from console log messages ([#2420](https://github.com/deephaven/web-client-ui/issues/2420)) ([275b0d9](https://github.com/deephaven/web-client-ui/commit/275b0d9d776845e114f98dc5cf22df4131cc0b53))
11+
612
## [0.85.20](https://github.com/deephaven/web-client-ui/compare/v0.85.19...v0.85.20) (2025-04-09)
713

814
### Bug Fixes

0 commit comments

Comments
 (0)