Skip to content

Commit 0de1861

Browse files
committed
v1.1.1
1 parent 968c4b7 commit 0de1861

File tree

33 files changed

+105
-31
lines changed

33 files changed

+105
-31
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.1](https://github.com/deephaven/web-client-ui/compare/v1.1.0...v1.1.1) (2025-07-11)
7+
8+
### Bug Fixes
9+
10+
- DH-19864 Close tables used by Picker and ComboBox ([#2482](https://github.com/deephaven/web-client-ui/issues/2482)) ([968c4b7](https://github.com/deephaven/web-client-ui/commit/968c4b7145947158a67a74865e514793c09c72cb))
11+
- DH-19882: Table not updating correctly when using react v18 ([#2486](https://github.com/deephaven/web-client-ui/issues/2486)) ([332e311](https://github.com/deephaven/web-client-ui/commit/332e31148a9cb6bb88314f43f0ecaf27826ed89c)), closes [#1631](https://github.com/deephaven/web-client-ui/issues/1631)
12+
- Re-export isMessage and deprecate it ([#2483](https://github.com/deephaven/web-client-ui/issues/2483)) ([74c000d](https://github.com/deephaven/web-client-ui/commit/74c000d912b1620f83e9edce86268426856d58c1)), closes [/github.com/deephaven/web-client-ui/pull/2425/files#diff-538c1b9fba1be844a9515eb2f507e4d14d56318d6be38bb96d166acafd45c810](https://github.com/deephaven//github.com/deephaven/web-client-ui/pull/2425/files/issues/diff-538c1b9fba1be844a9515eb2f507e4d14d56318d6be38bb96d166acafd45c810) [#2425](https://github.com/deephaven/web-client-ui/issues/2425)
13+
614
## [1.1.0](https://github.com/deephaven/web-client-ui/compare/v1.0.0...v1.1.0) (2025-07-07)
715

816
### 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.1.0",
3+
"version": "1.1.1",
44
"command": {
55
"publish": {
66
"distTag": "latest"

package-lock.json

Lines changed: 15 additions & 15 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.1.1](https://github.com/deephaven/web-client-ui/compare/v1.1.0...v1.1.1) (2025-07-11)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [1.1.0](https://github.com/deephaven/web-client-ui/compare/v1.0.0...v1.1.0) (2025-07-07)
711

812
### Bug Fixes

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.1.0",
3+
"version": "1.1.1",
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+
## [1.1.1](https://github.com/deephaven/web-client-ui/compare/v1.1.0...v1.1.1) (2025-07-11)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [1.1.0](https://github.com/deephaven/web-client-ui/compare/v1.0.0...v1.1.0) (2025-07-07)
711

812
### Bug Fixes

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": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Deephaven Auth Plugins",
55
"keywords": [
66
"Deephaven",

packages/chart/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.1.1](https://github.com/deephaven/web-client-ui/compare/v1.1.0...v1.1.1) (2025-07-11)
7+
8+
**Note:** Version bump only for package @deephaven/chart
9+
610
## [1.1.0](https://github.com/deephaven/web-client-ui/compare/v1.0.0...v1.1.0) (2025-07-07)
711

812
### Bug Fixes

packages/chart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/chart",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Deephaven Chart",
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.1.1](https://github.com/deephaven/web-client-ui/compare/v1.1.0...v1.1.1) (2025-07-11)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [1.1.0](https://github.com/deephaven/web-client-ui/compare/v1.0.0...v1.1.0) (2025-07-07)
711

812
### Features

0 commit comments

Comments
 (0)