Skip to content

Commit ce430c4

Browse files
committed
v1.18.1
1 parent b2c5aa0 commit ce430c4

19 files changed

Lines changed: 60 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [1.18.1](https://github.com/deephaven/web-client-ui/compare/v1.18.0...v1.18.1) (2026-04-30)
7+
8+
### Bug Fixes
9+
10+
- DH-21869: Fix Timezone for Conditional Date Formatting ([#2663](https://github.com/deephaven/web-client-ui/issues/2663)) ([49781a7](https://github.com/deephaven/web-client-ui/commit/49781a7ce08151255fad5064f767dc8653411db3))
11+
- **golden-layout:** DH-22431: preserve focus indicator on nested dashboard tab ([#2664](https://github.com/deephaven/web-client-ui/issues/2664)) ([b2c5aa0](https://github.com/deephaven/web-client-ui/commit/b2c5aa08e0d014c6ac8a0ac973d984f2bb8b0b36))
12+
613
## [1.18.0](https://github.com/deephaven/web-client-ui/compare/v1.17.1...v1.18.0) (2026-04-09)
714

815
### Features

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": "1.18.0",
3+
"version": "1.18.1",
44
"command": {
55
"publish": {
66
"distTag": "latest"

package-lock.json

Lines changed: 8 additions & 8 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+
## [1.18.1](https://github.com/deephaven/web-client-ui/compare/v1.18.0...v1.18.1) (2026-04-30)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [1.18.0](https://github.com/deephaven/web-client-ui/compare/v1.17.1...v1.18.0) (2026-04-09)
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": "1.18.0",
3+
"version": "1.18.1",
44
"description": "Deephaven App Utils",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

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+
## [1.18.1](https://github.com/deephaven/web-client-ui/compare/v1.18.0...v1.18.1) (2026-04-30)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [1.18.0](https://github.com/deephaven/web-client-ui/compare/v1.17.1...v1.18.0) (2026-04-09)
711

812
### Bug Fixes

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": "1.18.0",
3+
"version": "1.18.1",
44
"description": "Deephaven Code Studio",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/dashboard-core-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+
## [1.18.1](https://github.com/deephaven/web-client-ui/compare/v1.18.0...v1.18.1) (2026-04-30)
7+
8+
**Note:** Version bump only for package @deephaven/dashboard-core-plugins
9+
610
## [1.18.0](https://github.com/deephaven/web-client-ui/compare/v1.17.1...v1.18.0) (2026-04-09)
711

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

packages/dashboard-core-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/dashboard-core-plugins",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"description": "Deephaven Dashboard Core Plugins",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/dashboard/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+
## [1.18.1](https://github.com/deephaven/web-client-ui/compare/v1.18.0...v1.18.1) (2026-04-30)
7+
8+
**Note:** Version bump only for package @deephaven/dashboard
9+
610
## [1.17.1](https://github.com/deephaven/web-client-ui/compare/v1.17.0...v1.17.1) (2026-04-01)
711

812
**Note:** Version bump only for package @deephaven/dashboard

0 commit comments

Comments
 (0)