diff --git a/CHANGELOG.md b/CHANGELOG.md index 592403aab..d1e2faa3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +### Bug Fixes + +- avoid exceeding call stack when exporting logs with large number of queries ([#2382](https://github.com/deephaven/web-client-ui/issues/2382)) ([3c2c8cf](https://github.com/deephaven/web-client-ui/commit/3c2c8cfbda9e2ca22c2977daa57fb33fbcd3d619)) +- Don't use innerHTML to populate drag item (DH-18645) ([#2378](https://github.com/deephaven/web-client-ui/issues/2378)) ([d44370b](https://github.com/deephaven/web-client-ui/commit/d44370b18b16f153403eaf95094e29755d673d4e)) + ## [0.106.1](https://github.com/deephaven/web-client-ui/compare/v0.106.0...v0.106.1) (2025-03-03) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 1373cfa17..a40390ba1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.106.1", + "version": "0.106.2", "command": { "publish": { "distTag": "latest" diff --git a/package-lock.json b/package-lock.json index 9941c37d3..d469537ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29108,7 +29108,7 @@ }, "packages/app-utils": { "name": "@deephaven/app-utils", - "version": "0.106.1", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.38.0", @@ -29203,7 +29203,7 @@ }, "packages/auth-plugins": { "name": "@deephaven/auth-plugins", - "version": "0.106.1", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29246,7 +29246,7 @@ }, "packages/chart": { "name": "@deephaven/chart", - "version": "0.106.0", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29304,7 +29304,7 @@ }, "packages/code-studio": { "name": "@deephaven/code-studio", - "version": "0.106.1", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.38.0", @@ -29400,7 +29400,7 @@ }, "packages/components": { "name": "@deephaven/components", - "version": "0.106.0", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.38.0", @@ -29449,7 +29449,7 @@ }, "packages/console": { "name": "@deephaven/console", - "version": "0.106.0", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@astral-sh/ruff-wasm-web": "0.6.4", @@ -29492,7 +29492,7 @@ }, "packages/dashboard": { "name": "@deephaven/dashboard", - "version": "0.106.1", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29523,7 +29523,7 @@ }, "packages/dashboard-core-plugins": { "name": "@deephaven/dashboard-core-plugins", - "version": "0.106.1", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -29965,7 +29965,7 @@ }, "packages/embed-widget": { "name": "@deephaven/embed-widget", - "version": "0.106.1", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/app-utils": "file:../app-utils", @@ -30015,7 +30015,7 @@ }, "packages/file-explorer": { "name": "@deephaven/file-explorer", - "version": "0.106.0", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30050,7 +30050,7 @@ }, "packages/golden-layout": { "name": "@deephaven/golden-layout", - "version": "0.106.0", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30070,7 +30070,7 @@ }, "packages/grid": { "name": "@deephaven/grid", - "version": "0.106.1", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/utils": "file:../utils", @@ -30109,7 +30109,7 @@ }, "packages/iris-grid": { "name": "@deephaven/iris-grid", - "version": "0.106.1", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30157,7 +30157,7 @@ }, "packages/jsapi-bootstrap": { "name": "@deephaven/jsapi-bootstrap", - "version": "0.106.0", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30179,7 +30179,7 @@ }, "packages/jsapi-components": { "name": "@deephaven/jsapi-components", - "version": "0.106.0", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30209,7 +30209,7 @@ }, "packages/jsapi-nodejs": { "name": "@deephaven/jsapi-nodejs", - "version": "0.106.0", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/log": "file:../log", @@ -30276,7 +30276,7 @@ }, "packages/jsapi-utils": { "name": "@deephaven/jsapi-utils", - "version": "0.106.0", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/filters": "file:../filters", @@ -30296,7 +30296,7 @@ }, "packages/log": { "name": "@deephaven/log", - "version": "0.106.0", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "event-target-shim": "^6.0.2", @@ -30316,7 +30316,7 @@ }, "packages/plugin": { "name": "@deephaven/plugin", - "version": "0.106.1", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30367,7 +30367,7 @@ }, "packages/pouch-storage": { "name": "@deephaven/pouch-storage", - "version": "0.106.0", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/console": "file:../console", @@ -30396,7 +30396,7 @@ }, "packages/react-hooks": { "name": "@deephaven/react-hooks", - "version": "0.106.0", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.38.0", @@ -30418,7 +30418,7 @@ }, "packages/redux": { "name": "@deephaven/redux", - "version": "0.106.1", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/jsapi-types": "^1.0.0-dev0.37.2", @@ -30438,7 +30438,7 @@ }, "packages/storage": { "name": "@deephaven/storage", - "version": "0.106.0", + "version": "0.106.2", "license": "Apache-2.0", "dependencies": { "@deephaven/filters": "file:../filters", diff --git a/packages/app-utils/CHANGELOG.md b/packages/app-utils/CHANGELOG.md index bc362bcf4..b5f1bc6a1 100644 --- a/packages/app-utils/CHANGELOG.md +++ b/packages/app-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/app-utils + ## [0.106.1](https://github.com/deephaven/web-client-ui/compare/v0.106.0...v0.106.1) (2025-03-03) **Note:** Version bump only for package @deephaven/app-utils diff --git a/packages/app-utils/package.json b/packages/app-utils/package.json index dfd5c7e0a..72605598a 100644 --- a/packages/app-utils/package.json +++ b/packages/app-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/app-utils", - "version": "0.106.1", + "version": "0.106.2", "description": "Deephaven App Utils", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/auth-plugins/CHANGELOG.md b/packages/auth-plugins/CHANGELOG.md index 6c7b588a1..0765f0811 100644 --- a/packages/auth-plugins/CHANGELOG.md +++ b/packages/auth-plugins/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/auth-plugins + ## [0.106.1](https://github.com/deephaven/web-client-ui/compare/v0.106.0...v0.106.1) (2025-03-03) **Note:** Version bump only for package @deephaven/auth-plugins diff --git a/packages/auth-plugins/package.json b/packages/auth-plugins/package.json index a06a8f3b0..d6ef72808 100644 --- a/packages/auth-plugins/package.json +++ b/packages/auth-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/auth-plugins", - "version": "0.106.1", + "version": "0.106.2", "description": "Deephaven Auth Plugins", "keywords": [ "Deephaven", diff --git a/packages/chart/CHANGELOG.md b/packages/chart/CHANGELOG.md index 9fa6e2423..a51ab9ad8 100644 --- a/packages/chart/CHANGELOG.md +++ b/packages/chart/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/chart + ## [0.106.0](https://github.com/deephaven/web-client-ui/compare/v0.105.0...v0.106.0) (2025-02-26) **Note:** Version bump only for package @deephaven/chart diff --git a/packages/chart/package.json b/packages/chart/package.json index 2fd15b8c3..dc8f0d888 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/chart", - "version": "0.106.0", + "version": "0.106.2", "description": "Deephaven Chart", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/code-studio/CHANGELOG.md b/packages/code-studio/CHANGELOG.md index 0223d1e25..4834ff21b 100644 --- a/packages/code-studio/CHANGELOG.md +++ b/packages/code-studio/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/code-studio + ## [0.106.1](https://github.com/deephaven/web-client-ui/compare/v0.106.0...v0.106.1) (2025-03-03) **Note:** Version bump only for package @deephaven/code-studio diff --git a/packages/code-studio/package.json b/packages/code-studio/package.json index 1e9927dbf..be861da29 100644 --- a/packages/code-studio/package.json +++ b/packages/code-studio/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/code-studio", - "version": "0.106.1", + "version": "0.106.2", "description": "Deephaven Code Studio", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 370111c7a..e78289cf1 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/components + ## [0.106.0](https://github.com/deephaven/web-client-ui/compare/v0.105.0...v0.106.0) (2025-02-26) **Note:** Version bump only for package @deephaven/components diff --git a/packages/components/package.json b/packages/components/package.json index 78101ed97..9bebcd19e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/components", - "version": "0.106.0", + "version": "0.106.2", "description": "Deephaven React component library", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/console/CHANGELOG.md b/packages/console/CHANGELOG.md index fb1c898e2..89dd750a4 100644 --- a/packages/console/CHANGELOG.md +++ b/packages/console/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/console + ## [0.106.0](https://github.com/deephaven/web-client-ui/compare/v0.105.0...v0.106.0) (2025-02-26) **Note:** Version bump only for package @deephaven/console diff --git a/packages/console/package.json b/packages/console/package.json index 27c2501e9..41bc7b3c8 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/console", - "version": "0.106.0", + "version": "0.106.2", "description": "Deephaven Console", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/dashboard-core-plugins/CHANGELOG.md b/packages/dashboard-core-plugins/CHANGELOG.md index 4559f61ea..4cd9af0b0 100644 --- a/packages/dashboard-core-plugins/CHANGELOG.md +++ b/packages/dashboard-core-plugins/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/dashboard-core-plugins + ## [0.106.1](https://github.com/deephaven/web-client-ui/compare/v0.106.0...v0.106.1) (2025-03-03) **Note:** Version bump only for package @deephaven/dashboard-core-plugins diff --git a/packages/dashboard-core-plugins/package.json b/packages/dashboard-core-plugins/package.json index c74e91300..3ad7d10e9 100644 --- a/packages/dashboard-core-plugins/package.json +++ b/packages/dashboard-core-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard-core-plugins", - "version": "0.106.1", + "version": "0.106.2", "description": "Deephaven Dashboard Core Plugins", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index 45daa69aa..16ee3385e 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/dashboard + ## [0.106.1](https://github.com/deephaven/web-client-ui/compare/v0.106.0...v0.106.1) (2025-03-03) **Note:** Version bump only for package @deephaven/dashboard diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 7b498f25e..bc7b0ed6f 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard", - "version": "0.106.1", + "version": "0.106.2", "description": "Deephaven Dashboard", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/embed-widget/CHANGELOG.md b/packages/embed-widget/CHANGELOG.md index 5dad57c01..bfb1baa09 100644 --- a/packages/embed-widget/CHANGELOG.md +++ b/packages/embed-widget/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/embed-widget + ## [0.106.1](https://github.com/deephaven/web-client-ui/compare/v0.106.0...v0.106.1) (2025-03-03) **Note:** Version bump only for package @deephaven/embed-widget diff --git a/packages/embed-widget/package.json b/packages/embed-widget/package.json index 8951451fc..67b28149b 100644 --- a/packages/embed-widget/package.json +++ b/packages/embed-widget/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-widget", - "version": "0.106.1", + "version": "0.106.2", "description": "Deephaven Embedded Widget", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/file-explorer/CHANGELOG.md b/packages/file-explorer/CHANGELOG.md index b5b6a1649..f0e4d4d84 100644 --- a/packages/file-explorer/CHANGELOG.md +++ b/packages/file-explorer/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +### Bug Fixes + +- Don't use innerHTML to populate drag item (DH-18645) ([#2378](https://github.com/deephaven/web-client-ui/issues/2378)) ([d44370b](https://github.com/deephaven/web-client-ui/commit/d44370b18b16f153403eaf95094e29755d673d4e)) + ## [0.106.0](https://github.com/deephaven/web-client-ui/compare/v0.105.0...v0.106.0) (2025-02-26) **Note:** Version bump only for package @deephaven/file-explorer diff --git a/packages/file-explorer/package.json b/packages/file-explorer/package.json index 99ebb2309..fcd54a0ba 100644 --- a/packages/file-explorer/package.json +++ b/packages/file-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/file-explorer", - "version": "0.106.0", + "version": "0.106.2", "description": "Deephaven File Explorer React component", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/golden-layout/CHANGELOG.md b/packages/golden-layout/CHANGELOG.md index fe0b85a02..759518d31 100644 --- a/packages/golden-layout/CHANGELOG.md +++ b/packages/golden-layout/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/golden-layout + ## [0.106.0](https://github.com/deephaven/web-client-ui/compare/v0.105.0...v0.106.0) (2025-02-26) **Note:** Version bump only for package @deephaven/golden-layout diff --git a/packages/golden-layout/package.json b/packages/golden-layout/package.json index d275a5d35..4637438fb 100644 --- a/packages/golden-layout/package.json +++ b/packages/golden-layout/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/golden-layout", - "version": "0.106.0", + "version": "0.106.2", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", "description": "A multi-screen javascript Layout manager", diff --git a/packages/grid/CHANGELOG.md b/packages/grid/CHANGELOG.md index ea93e6753..8ff53e7e1 100644 --- a/packages/grid/CHANGELOG.md +++ b/packages/grid/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/grid + ## [0.106.1](https://github.com/deephaven/web-client-ui/compare/v0.106.0...v0.106.1) (2025-03-03) ### Bug Fixes diff --git a/packages/grid/package.json b/packages/grid/package.json index c1344947b..29000b0ce 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/grid", - "version": "0.106.1", + "version": "0.106.2", "description": "Deephaven React grid component", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/iris-grid/CHANGELOG.md b/packages/iris-grid/CHANGELOG.md index 1bc6f758c..0d72e5a5a 100644 --- a/packages/iris-grid/CHANGELOG.md +++ b/packages/iris-grid/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/iris-grid + ## [0.106.1](https://github.com/deephaven/web-client-ui/compare/v0.106.0...v0.106.1) (2025-03-03) **Note:** Version bump only for package @deephaven/iris-grid diff --git a/packages/iris-grid/package.json b/packages/iris-grid/package.json index c54b2a041..b21c5f483 100644 --- a/packages/iris-grid/package.json +++ b/packages/iris-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/iris-grid", - "version": "0.106.1", + "version": "0.106.2", "description": "Deephaven Iris Grid", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/jsapi-bootstrap/CHANGELOG.md b/packages/jsapi-bootstrap/CHANGELOG.md index 270294b90..c631422a4 100644 --- a/packages/jsapi-bootstrap/CHANGELOG.md +++ b/packages/jsapi-bootstrap/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/jsapi-bootstrap + ## [0.106.0](https://github.com/deephaven/web-client-ui/compare/v0.105.0...v0.106.0) (2025-02-26) **Note:** Version bump only for package @deephaven/jsapi-bootstrap diff --git a/packages/jsapi-bootstrap/package.json b/packages/jsapi-bootstrap/package.json index 653b8a1d9..b39bf4d21 100644 --- a/packages/jsapi-bootstrap/package.json +++ b/packages/jsapi-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-bootstrap", - "version": "0.106.0", + "version": "0.106.2", "description": "Deephaven JSAPI Bootstrap", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/jsapi-components/CHANGELOG.md b/packages/jsapi-components/CHANGELOG.md index b08ad30af..3ee200161 100644 --- a/packages/jsapi-components/CHANGELOG.md +++ b/packages/jsapi-components/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/jsapi-components + ## [0.106.0](https://github.com/deephaven/web-client-ui/compare/v0.105.0...v0.106.0) (2025-02-26) **Note:** Version bump only for package @deephaven/jsapi-components diff --git a/packages/jsapi-components/package.json b/packages/jsapi-components/package.json index b129b83d5..bcdba72c7 100644 --- a/packages/jsapi-components/package.json +++ b/packages/jsapi-components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-components", - "version": "0.106.0", + "version": "0.106.2", "description": "Deephaven JSAPI Components", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/jsapi-nodejs/CHANGELOG.md b/packages/jsapi-nodejs/CHANGELOG.md index 8528399b0..80325e71c 100644 --- a/packages/jsapi-nodejs/CHANGELOG.md +++ b/packages/jsapi-nodejs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/jsapi-nodejs + ## [0.106.0](https://github.com/deephaven/web-client-ui/compare/v0.105.0...v0.106.0) (2025-02-26) **Note:** Version bump only for package @deephaven/jsapi-nodejs diff --git a/packages/jsapi-nodejs/package.json b/packages/jsapi-nodejs/package.json index 9821a3cc1..50a02e18f 100644 --- a/packages/jsapi-nodejs/package.json +++ b/packages/jsapi-nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-nodejs", - "version": "0.106.0", + "version": "0.106.2", "description": "Deephaven utils for consuming Jsapi from a server", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/jsapi-utils/CHANGELOG.md b/packages/jsapi-utils/CHANGELOG.md index d2e291136..971bba2df 100644 --- a/packages/jsapi-utils/CHANGELOG.md +++ b/packages/jsapi-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/jsapi-utils + ## [0.106.0](https://github.com/deephaven/web-client-ui/compare/v0.105.0...v0.106.0) (2025-02-26) **Note:** Version bump only for package @deephaven/jsapi-utils diff --git a/packages/jsapi-utils/package.json b/packages/jsapi-utils/package.json index 3bc5aa19d..70066029a 100644 --- a/packages/jsapi-utils/package.json +++ b/packages/jsapi-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-utils", - "version": "0.106.0", + "version": "0.106.2", "description": "Deephaven JSAPI Utils", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/log/CHANGELOG.md b/packages/log/CHANGELOG.md index 47e2a5d74..0e98b258a 100644 --- a/packages/log/CHANGELOG.md +++ b/packages/log/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +### Bug Fixes + +- avoid exceeding call stack when exporting logs with large number of queries ([#2382](https://github.com/deephaven/web-client-ui/issues/2382)) ([3c2c8cf](https://github.com/deephaven/web-client-ui/commit/3c2c8cfbda9e2ca22c2977daa57fb33fbcd3d619)) + ## [0.106.0](https://github.com/deephaven/web-client-ui/compare/v0.105.0...v0.106.0) (2025-02-26) **Note:** Version bump only for package @deephaven/log diff --git a/packages/log/package.json b/packages/log/package.json index 4edc93a9f..bd552d664 100644 --- a/packages/log/package.json +++ b/packages/log/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/log", - "version": "0.106.0", + "version": "0.106.2", "description": "Deephaven Logger", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 199c43380..96641cd40 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/plugin + ## [0.106.1](https://github.com/deephaven/web-client-ui/compare/v0.106.0...v0.106.1) (2025-03-03) **Note:** Version bump only for package @deephaven/plugin diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 093087afe..f59a73f2a 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/plugin", - "version": "0.106.1", + "version": "0.106.2", "description": "Deephaven JS Plugin Core", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/pouch-storage/CHANGELOG.md b/packages/pouch-storage/CHANGELOG.md index 873f8bd81..397f0876c 100644 --- a/packages/pouch-storage/CHANGELOG.md +++ b/packages/pouch-storage/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/pouch-storage + ## [0.106.0](https://github.com/deephaven/web-client-ui/compare/v0.105.0...v0.106.0) (2025-02-26) **Note:** Version bump only for package @deephaven/pouch-storage diff --git a/packages/pouch-storage/package.json b/packages/pouch-storage/package.json index 79a6ee130..2872ead4b 100644 --- a/packages/pouch-storage/package.json +++ b/packages/pouch-storage/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/pouch-storage", - "version": "0.106.0", + "version": "0.106.2", "description": "Deephaven Storage based on PouchDB", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md index e4378c9ef..99259a81b 100644 --- a/packages/react-hooks/CHANGELOG.md +++ b/packages/react-hooks/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/react-hooks + ## [0.106.0](https://github.com/deephaven/web-client-ui/compare/v0.105.0...v0.106.0) (2025-02-26) **Note:** Version bump only for package @deephaven/react-hooks diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index f7f8d8ba1..25f83715c 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/react-hooks", - "version": "0.106.0", + "version": "0.106.2", "description": "Deephaven React hooks library", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index 80c221a60..a2e7a8671 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/redux + ## [0.106.1](https://github.com/deephaven/web-client-ui/compare/v0.106.0...v0.106.1) (2025-03-03) **Note:** Version bump only for package @deephaven/redux diff --git a/packages/redux/package.json b/packages/redux/package.json index 9addf5be1..31107b1b7 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/redux", - "version": "0.106.1", + "version": "0.106.2", "description": "Deephaven Redux", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index b993f8602..3139ee6cc 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.106.2](https://github.com/deephaven/web-client-ui/compare/v0.106.1...v0.106.2) (2025-03-07) + +**Note:** Version bump only for package @deephaven/storage + ## [0.106.0](https://github.com/deephaven/web-client-ui/compare/v0.105.0...v0.106.0) (2025-02-26) **Note:** Version bump only for package @deephaven/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index e2ab1380b..c6f40a5ea 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/storage", - "version": "0.106.0", + "version": "0.106.2", "description": "Deephaven Storage abstract classes for storing app data", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0",