From 35d1138af87417ed675da5f482230671ea0f116c Mon Sep 17 00:00:00 2001 From: mikebender Date: Thu, 23 Jan 2025 11:03:29 -0500 Subject: [PATCH] v0.104.0 --- CHANGELOG.md | 12 ++++ lerna.json | 2 +- package-lock.json | 72 ++++++++++---------- packages/app-utils/CHANGELOG.md | 6 ++ packages/app-utils/package.json | 2 +- packages/auth-plugins/CHANGELOG.md | 4 ++ packages/auth-plugins/package.json | 2 +- packages/babel-preset/CHANGELOG.md | 4 ++ packages/babel-preset/package.json | 2 +- packages/chart/CHANGELOG.md | 4 ++ packages/chart/package.json | 2 +- packages/code-studio/CHANGELOG.md | 6 ++ packages/code-studio/package.json | 2 +- packages/components/CHANGELOG.md | 10 +++ packages/components/package.json | 2 +- packages/console/CHANGELOG.md | 6 ++ packages/console/package.json | 2 +- packages/dashboard-core-plugins/CHANGELOG.md | 4 ++ packages/dashboard-core-plugins/package.json | 2 +- packages/dashboard/CHANGELOG.md | 6 ++ packages/dashboard/package.json | 2 +- packages/embed-chart/CHANGELOG.md | 4 ++ packages/embed-chart/package.json | 2 +- packages/embed-grid/CHANGELOG.md | 4 ++ packages/embed-grid/package.json | 2 +- packages/embed-widget/CHANGELOG.md | 6 ++ packages/embed-widget/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 4 ++ packages/eslint-config/package.json | 2 +- packages/file-explorer/CHANGELOG.md | 4 ++ packages/file-explorer/package.json | 2 +- packages/filters/CHANGELOG.md | 4 ++ packages/filters/package.json | 2 +- packages/golden-layout/CHANGELOG.md | 4 ++ packages/golden-layout/package.json | 2 +- packages/grid/CHANGELOG.md | 4 ++ packages/grid/package.json | 2 +- packages/icons/CHANGELOG.md | 4 ++ packages/icons/package.json | 2 +- packages/iris-grid/CHANGELOG.md | 4 ++ packages/iris-grid/package.json | 2 +- packages/jsapi-bootstrap/CHANGELOG.md | 4 ++ packages/jsapi-bootstrap/package.json | 2 +- packages/jsapi-components/CHANGELOG.md | 4 ++ packages/jsapi-components/package.json | 2 +- packages/jsapi-nodejs/CHANGELOG.md | 6 ++ packages/jsapi-nodejs/package.json | 2 +- packages/jsapi-shim/CHANGELOG.md | 4 ++ packages/jsapi-shim/package.json | 2 +- packages/jsapi-utils/CHANGELOG.md | 4 ++ packages/jsapi-utils/package.json | 2 +- packages/log/CHANGELOG.md | 4 ++ packages/log/package.json | 2 +- packages/mocks/CHANGELOG.md | 4 ++ packages/mocks/package.json | 2 +- packages/plugin/CHANGELOG.md | 4 ++ packages/plugin/package.json | 2 +- packages/pouch-storage/CHANGELOG.md | 4 ++ packages/pouch-storage/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 4 ++ packages/prettier-config/package.json | 2 +- packages/react-hooks/CHANGELOG.md | 4 ++ packages/react-hooks/package.json | 2 +- packages/redux/CHANGELOG.md | 4 ++ packages/redux/package.json | 2 +- packages/storage/CHANGELOG.md | 4 ++ packages/storage/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 4 ++ packages/stylelint-config/package.json | 2 +- packages/test-utils/CHANGELOG.md | 4 ++ packages/test-utils/package.json | 2 +- packages/tsconfig/CHANGELOG.md | 4 ++ packages/tsconfig/package.json | 2 +- packages/utils/CHANGELOG.md | 4 ++ packages/utils/package.json | 2 +- 75 files changed, 247 insertions(+), 73 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c97b10dfa..dcbbdc03b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +### Features + +- Add global shortcut to export logs ([#2336](https://github.com/deephaven/web-client-ui/issues/2336)) ([6e813fd](https://github.com/deephaven/web-client-ui/commit/6e813fdc6837de9e85c0e139aaf0de9e02e452c2)), closes [#1963](https://github.com/deephaven/web-client-ui/issues/1963) +- Support for log message handlers ([#2347](https://github.com/deephaven/web-client-ui/issues/2347)) ([cbab7a2](https://github.com/deephaven/web-client-ui/commit/cbab7a246ef2dc3c31abcc916c20d4442e9db45a)) + +### Bug Fixes + +- Ensure ErrorBoundary and PanelErrorBoundary do not throw ([#2345](https://github.com/deephaven/web-client-ui/issues/2345)) ([675b110](https://github.com/deephaven/web-client-ui/commit/675b1106cb9b67d898857dd427fb437d2cb9d1ad)) +- monaco editor overflowing at certain zoom levels ([#2346](https://github.com/deephaven/web-client-ui/issues/2346)) ([bbba404](https://github.com/deephaven/web-client-ui/commit/bbba404cb0f5cc207d4787543d5b3db3fb67bd56)) + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) ### Features diff --git a/lerna.json b/lerna.json index a1e3c72e1..c65564dca 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.103.0", + "version": "0.104.0", "command": { "publish": { "distTag": "latest" diff --git a/package-lock.json b/package-lock.json index cf5a4ee67..6cb6dddef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29108,7 +29108,7 @@ }, "packages/app-utils": { "name": "@deephaven/app-utils", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.38.0", @@ -29203,7 +29203,7 @@ }, "packages/auth-plugins": { "name": "@deephaven/auth-plugins", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29231,7 +29231,7 @@ }, "packages/babel-preset": { "name": "@deephaven/babel-preset", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@babel/core": "^7.20.0", @@ -29246,7 +29246,7 @@ }, "packages/chart": { "name": "@deephaven/chart", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29304,7 +29304,7 @@ }, "packages/code-studio": { "name": "@deephaven/code-studio", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.38.0", @@ -29400,7 +29400,7 @@ }, "packages/components": { "name": "@deephaven/components", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.38.0", @@ -29449,7 +29449,7 @@ }, "packages/console": { "name": "@deephaven/console", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@astral-sh/ruff-wasm-web": "0.6.4", @@ -29492,7 +29492,7 @@ }, "packages/dashboard": { "name": "@deephaven/dashboard", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29523,7 +29523,7 @@ }, "packages/dashboard-core-plugins": { "name": "@deephaven/dashboard-core-plugins", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -29955,17 +29955,17 @@ }, "packages/embed-chart": { "name": "@deephaven/embed-chart", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0" }, "packages/embed-grid": { "name": "@deephaven/embed-grid", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0" }, "packages/embed-widget": { "name": "@deephaven/embed-widget", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/app-utils": "file:../app-utils", @@ -29996,7 +29996,7 @@ }, "packages/eslint-config": { "name": "@deephaven/eslint-config", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "eslint-config-airbnb": "^19.0.4", @@ -30015,7 +30015,7 @@ }, "packages/file-explorer": { "name": "@deephaven/file-explorer", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30042,7 +30042,7 @@ }, "packages/filters": { "name": "@deephaven/filters", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "engines": { "node": ">=16" @@ -30050,7 +30050,7 @@ }, "packages/golden-layout": { "name": "@deephaven/golden-layout", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30070,7 +30070,7 @@ }, "packages/grid": { "name": "@deephaven/grid", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/utils": "file:../utils", @@ -30092,7 +30092,7 @@ }, "packages/icons": { "name": "@deephaven/icons", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@fortawesome/fontawesome-common-types": "^6.1.1" @@ -30109,7 +30109,7 @@ }, "packages/iris-grid": { "name": "@deephaven/iris-grid", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30157,7 +30157,7 @@ }, "packages/jsapi-bootstrap": { "name": "@deephaven/jsapi-bootstrap", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30179,7 +30179,7 @@ }, "packages/jsapi-components": { "name": "@deephaven/jsapi-components", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30209,7 +30209,7 @@ }, "packages/jsapi-nodejs": { "name": "@deephaven/jsapi-nodejs", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/log": "file:../log", @@ -30255,7 +30255,7 @@ }, "packages/jsapi-shim": { "name": "@deephaven/jsapi-shim", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/jsapi-types": "^1.0.0-dev0.37.2", @@ -30276,7 +30276,7 @@ }, "packages/jsapi-utils": { "name": "@deephaven/jsapi-utils", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/filters": "file:../filters", @@ -30296,7 +30296,7 @@ }, "packages/log": { "name": "@deephaven/log", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "event-target-shim": "^6.0.2", @@ -30308,7 +30308,7 @@ }, "packages/mocks": { "name": "@deephaven/mocks", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "peerDependencies": { "jest": "29.x" @@ -30316,7 +30316,7 @@ }, "packages/plugin": { "name": "@deephaven/plugin", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30367,7 +30367,7 @@ }, "packages/pouch-storage": { "name": "@deephaven/pouch-storage", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/console": "file:../console", @@ -30388,7 +30388,7 @@ }, "packages/prettier-config": { "name": "@deephaven/prettier-config", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "peerDependencies": { "prettier": "^3.0.0" @@ -30396,7 +30396,7 @@ }, "packages/react-hooks": { "name": "@deephaven/react-hooks", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.38.0", @@ -30418,7 +30418,7 @@ }, "packages/redux": { "name": "@deephaven/redux", - "version": "0.103.0", + "version": "0.104.0", "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.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "@deephaven/filters": "file:../filters", @@ -30454,7 +30454,7 @@ }, "packages/stylelint-config": { "name": "@deephaven/stylelint-config", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "dependencies": { "stylelint-config-prettier-scss": "^0.0.1", @@ -30466,7 +30466,7 @@ }, "packages/test-utils": { "name": "@deephaven/test-utils", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "engines": { "node": ">=16" @@ -30474,13 +30474,13 @@ }, "packages/tsconfig": { "name": "@deephaven/tsconfig", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0" }, "packages/util": {}, "packages/utils": { "name": "@deephaven/utils", - "version": "0.103.0", + "version": "0.104.0", "license": "Apache-2.0", "devDependencies": { "@deephaven/test-utils": "file:../test-utils" diff --git a/packages/app-utils/CHANGELOG.md b/packages/app-utils/CHANGELOG.md index 43ab8417a..1a0a7b815 100644 --- a/packages/app-utils/CHANGELOG.md +++ b/packages/app-utils/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +### Features + +- Add global shortcut to export logs ([#2336](https://github.com/deephaven/web-client-ui/issues/2336)) ([6e813fd](https://github.com/deephaven/web-client-ui/commit/6e813fdc6837de9e85c0e139aaf0de9e02e452c2)), closes [#1963](https://github.com/deephaven/web-client-ui/issues/1963) + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/app-utils diff --git a/packages/app-utils/package.json b/packages/app-utils/package.json index b5a934f38..0c9dac9e1 100644 --- a/packages/app-utils/package.json +++ b/packages/app-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/app-utils", - "version": "0.103.0", + "version": "0.104.0", "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 64c9055a7..2b6af637a 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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/auth-plugins + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/auth-plugins diff --git a/packages/auth-plugins/package.json b/packages/auth-plugins/package.json index dee89154e..8781b7587 100644 --- a/packages/auth-plugins/package.json +++ b/packages/auth-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/auth-plugins", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven Auth Plugins", "keywords": [ "Deephaven", diff --git a/packages/babel-preset/CHANGELOG.md b/packages/babel-preset/CHANGELOG.md index d12462b4f..2a65e0d24 100644 --- a/packages/babel-preset/CHANGELOG.md +++ b/packages/babel-preset/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/babel-preset + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/babel-preset diff --git a/packages/babel-preset/package.json b/packages/babel-preset/package.json index 9c035e5c3..a3cb9f7cc 100644 --- a/packages/babel-preset/package.json +++ b/packages/babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/babel-preset", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven Babel preset", "repository": { "type": "git", diff --git a/packages/chart/CHANGELOG.md b/packages/chart/CHANGELOG.md index 9e922cca1..4ba081978 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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/chart + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/chart diff --git a/packages/chart/package.json b/packages/chart/package.json index 283d9f0e7..dc2611851 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/chart", - "version": "0.103.0", + "version": "0.104.0", "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 1c39813e8..8e4772645 100644 --- a/packages/code-studio/CHANGELOG.md +++ b/packages/code-studio/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +### Features + +- Add global shortcut to export logs ([#2336](https://github.com/deephaven/web-client-ui/issues/2336)) ([6e813fd](https://github.com/deephaven/web-client-ui/commit/6e813fdc6837de9e85c0e139aaf0de9e02e452c2)), closes [#1963](https://github.com/deephaven/web-client-ui/issues/1963) + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/code-studio diff --git a/packages/code-studio/package.json b/packages/code-studio/package.json index ce67d6f38..278c211ea 100644 --- a/packages/code-studio/package.json +++ b/packages/code-studio/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/code-studio", - "version": "0.103.0", + "version": "0.104.0", "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 142367616..d7c344463 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +### Features + +- Add global shortcut to export logs ([#2336](https://github.com/deephaven/web-client-ui/issues/2336)) ([6e813fd](https://github.com/deephaven/web-client-ui/commit/6e813fdc6837de9e85c0e139aaf0de9e02e452c2)), closes [#1963](https://github.com/deephaven/web-client-ui/issues/1963) + +### Bug Fixes + +- Ensure ErrorBoundary and PanelErrorBoundary do not throw ([#2345](https://github.com/deephaven/web-client-ui/issues/2345)) ([675b110](https://github.com/deephaven/web-client-ui/commit/675b1106cb9b67d898857dd427fb437d2cb9d1ad)) + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 0e5f8630b..e67bb1765 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/components", - "version": "0.103.0", + "version": "0.104.0", "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 c0989dae2..89e689d99 100644 --- a/packages/console/CHANGELOG.md +++ b/packages/console/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +### Bug Fixes + +- monaco editor overflowing at certain zoom levels ([#2346](https://github.com/deephaven/web-client-ui/issues/2346)) ([bbba404](https://github.com/deephaven/web-client-ui/commit/bbba404cb0f5cc207d4787543d5b3db3fb67bd56)) + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/console diff --git a/packages/console/package.json b/packages/console/package.json index a94a22660..080164f9d 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/console", - "version": "0.103.0", + "version": "0.104.0", "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 04873264e..dfab8d638 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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/dashboard-core-plugins + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) ### Bug Fixes diff --git a/packages/dashboard-core-plugins/package.json b/packages/dashboard-core-plugins/package.json index 00725e0a4..535bef902 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.103.0", + "version": "0.104.0", "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 7aeab32fb..f93c5018c 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +### Bug Fixes + +- Ensure ErrorBoundary and PanelErrorBoundary do not throw ([#2345](https://github.com/deephaven/web-client-ui/issues/2345)) ([675b110](https://github.com/deephaven/web-client-ui/commit/675b1106cb9b67d898857dd427fb437d2cb9d1ad)) + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/dashboard diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index d96f53b8a..6f901fb6f 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven Dashboard", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/embed-chart/CHANGELOG.md b/packages/embed-chart/CHANGELOG.md index bea46241c..3ff7546c8 100644 --- a/packages/embed-chart/CHANGELOG.md +++ b/packages/embed-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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/embed-chart + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/embed-chart diff --git a/packages/embed-chart/package.json b/packages/embed-chart/package.json index cf7f092c9..01dfdf4ef 100644 --- a/packages/embed-chart/package.json +++ b/packages/embed-chart/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-chart", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven Embedded Chart", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/embed-grid/CHANGELOG.md b/packages/embed-grid/CHANGELOG.md index abad4a242..f4a6b11e1 100644 --- a/packages/embed-grid/CHANGELOG.md +++ b/packages/embed-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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/embed-grid + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/embed-grid diff --git a/packages/embed-grid/package.json b/packages/embed-grid/package.json index 0218c18d8..33006e0cb 100644 --- a/packages/embed-grid/package.json +++ b/packages/embed-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-grid", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven Embedded Grid", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/embed-widget/CHANGELOG.md b/packages/embed-widget/CHANGELOG.md index 93839fe1c..7eb970549 100644 --- a/packages/embed-widget/CHANGELOG.md +++ b/packages/embed-widget/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +### Features + +- Add global shortcut to export logs ([#2336](https://github.com/deephaven/web-client-ui/issues/2336)) ([6e813fd](https://github.com/deephaven/web-client-ui/commit/6e813fdc6837de9e85c0e139aaf0de9e02e452c2)), closes [#1963](https://github.com/deephaven/web-client-ui/issues/1963) + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/embed-widget diff --git a/packages/embed-widget/package.json b/packages/embed-widget/package.json index 4cf84325b..fce3f8430 100644 --- a/packages/embed-widget/package.json +++ b/packages/embed-widget/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-widget", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven Embedded Widget", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index dcc3e110a..20df6bf37 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/eslint-config + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 0d44af6bd..44da44754 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/eslint-config", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven ESLint configuration", "repository": { "type": "git", diff --git a/packages/file-explorer/CHANGELOG.md b/packages/file-explorer/CHANGELOG.md index 4836a6003..b82b8044e 100644 --- a/packages/file-explorer/CHANGELOG.md +++ b/packages/file-explorer/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/file-explorer + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/file-explorer diff --git a/packages/file-explorer/package.json b/packages/file-explorer/package.json index 2afdc1a57..8f26ec164 100644 --- a/packages/file-explorer/package.json +++ b/packages/file-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/file-explorer", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven File Explorer React component", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/filters/CHANGELOG.md b/packages/filters/CHANGELOG.md index 56204cc33..f7c0d6df9 100644 --- a/packages/filters/CHANGELOG.md +++ b/packages/filters/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/filters + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/filters diff --git a/packages/filters/package.json b/packages/filters/package.json index 26adfd9ba..4de88a2a7 100644 --- a/packages/filters/package.json +++ b/packages/filters/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/filters", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven Filters", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/golden-layout/CHANGELOG.md b/packages/golden-layout/CHANGELOG.md index 25ea6244e..6ce6e502b 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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/golden-layout + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/golden-layout diff --git a/packages/golden-layout/package.json b/packages/golden-layout/package.json index f0264ab90..6873a8c87 100644 --- a/packages/golden-layout/package.json +++ b/packages/golden-layout/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/golden-layout", - "version": "0.103.0", + "version": "0.104.0", "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 14459c5d7..eec839d66 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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/grid + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/grid diff --git a/packages/grid/package.json b/packages/grid/package.json index cfdf0b329..91bf91b6e 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/grid", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven React grid component", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 46925759e..af365385c 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/icons + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index d6f422c1c..55468873d 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/icons", - "version": "0.103.0", + "version": "0.104.0", "description": "Icons used in Deephaven client apps. Extends vscode-codicons to be font-awesome svg-core compatible and adds additional icons in a similar style.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/iris-grid/CHANGELOG.md b/packages/iris-grid/CHANGELOG.md index 5c568694a..e1acbed8e 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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/iris-grid + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/iris-grid diff --git a/packages/iris-grid/package.json b/packages/iris-grid/package.json index d3dcba834..3fbfc31e9 100644 --- a/packages/iris-grid/package.json +++ b/packages/iris-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/iris-grid", - "version": "0.103.0", + "version": "0.104.0", "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 2c08b0e54..00a537367 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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/jsapi-bootstrap + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/jsapi-bootstrap diff --git a/packages/jsapi-bootstrap/package.json b/packages/jsapi-bootstrap/package.json index 62039280a..2e6a398bb 100644 --- a/packages/jsapi-bootstrap/package.json +++ b/packages/jsapi-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-bootstrap", - "version": "0.103.0", + "version": "0.104.0", "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 a2a268e2a..1ffb78124 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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/jsapi-components + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/jsapi-components diff --git a/packages/jsapi-components/package.json b/packages/jsapi-components/package.json index f9ff7c6ff..99313a2f2 100644 --- a/packages/jsapi-components/package.json +++ b/packages/jsapi-components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-components", - "version": "0.103.0", + "version": "0.104.0", "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 1cb4e7063..a6f0f2ce9 100644 --- a/packages/jsapi-nodejs/CHANGELOG.md +++ b/packages/jsapi-nodejs/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +### Features + +- Support for log message handlers ([#2347](https://github.com/deephaven/web-client-ui/issues/2347)) ([cbab7a2](https://github.com/deephaven/web-client-ui/commit/cbab7a246ef2dc3c31abcc916c20d4442e9db45a)) + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) ### Features diff --git a/packages/jsapi-nodejs/package.json b/packages/jsapi-nodejs/package.json index 33d545e79..021130878 100644 --- a/packages/jsapi-nodejs/package.json +++ b/packages/jsapi-nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-nodejs", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven utils for consuming Jsapi from a server", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/jsapi-shim/CHANGELOG.md b/packages/jsapi-shim/CHANGELOG.md index f3b21952c..e3f93318b 100644 --- a/packages/jsapi-shim/CHANGELOG.md +++ b/packages/jsapi-shim/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/jsapi-shim + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/jsapi-shim diff --git a/packages/jsapi-shim/package.json b/packages/jsapi-shim/package.json index 6bfb91578..da9690fb5 100644 --- a/packages/jsapi-shim/package.json +++ b/packages/jsapi-shim/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-shim", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven JSAPI Shim", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/jsapi-utils/CHANGELOG.md b/packages/jsapi-utils/CHANGELOG.md index 3df835c0e..558ab6944 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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/jsapi-utils + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) ### Features diff --git a/packages/jsapi-utils/package.json b/packages/jsapi-utils/package.json index 49e0efb03..be6740ce8 100644 --- a/packages/jsapi-utils/package.json +++ b/packages/jsapi-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-utils", - "version": "0.103.0", + "version": "0.104.0", "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 380fcb37c..6d9d5f906 100644 --- a/packages/log/CHANGELOG.md +++ b/packages/log/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/log + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/log diff --git a/packages/log/package.json b/packages/log/package.json index bc4f57734..098c3d943 100644 --- a/packages/log/package.json +++ b/packages/log/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/log", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven Logger", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/mocks/CHANGELOG.md b/packages/mocks/CHANGELOG.md index 77b70534d..764ea4238 100644 --- a/packages/mocks/CHANGELOG.md +++ b/packages/mocks/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/mocks + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/mocks diff --git a/packages/mocks/package.json b/packages/mocks/package.json index 72addab3e..0fc70aebb 100644 --- a/packages/mocks/package.json +++ b/packages/mocks/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/mocks", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven Mocks for common libraries", "repository": { "type": "git", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 044539500..9ef2ab944 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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/plugin + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/plugin diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 965da6182..e3b6ced2b 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/plugin", - "version": "0.103.0", + "version": "0.104.0", "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 6498c9494..2f2c69209 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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/pouch-storage + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/pouch-storage diff --git a/packages/pouch-storage/package.json b/packages/pouch-storage/package.json index d573e9640..42657d53c 100644 --- a/packages/pouch-storage/package.json +++ b/packages/pouch-storage/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/pouch-storage", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven Storage based on PouchDB", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index eab6cfcbc..e16c3913d 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/prettier-config + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/prettier-config diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 5592c16e2..be19a58e1 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/prettier-config", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven Prettier configuration", "repository": { "type": "git", diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md index cde1a23a4..5bacb24ce 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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/react-hooks + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/react-hooks diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index b981e6d35..402d32218 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/react-hooks", - "version": "0.103.0", + "version": "0.104.0", "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 502a5b7db..86103db7c 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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/redux + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/redux diff --git a/packages/redux/package.json b/packages/redux/package.json index 275dc28e7..a47f59954 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/redux", - "version": "0.103.0", + "version": "0.104.0", "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 77fd50fc2..285376bae 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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/storage + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index d77c345f9..ed5708534 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/storage", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven Storage abstract classes for storing app data", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index b246ad32e..1616e53ae 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/stylelint-config + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/stylelint-config diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 43cf5b485..cf4152dd0 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/stylelint-config", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven Stylelint configuration", "repository": { "type": "git", diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 8984e925d..d081aea94 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/test-utils + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/test-utils diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 19e857eb3..ee4c76822 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/test-utils", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven Test Utils", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index d6d17da43..656c01b64 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/tsconfig + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/tsconfig diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 2c3be0164..3e438423a 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/tsconfig", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven TypeScript configuration", "repository": { "type": "git", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 48c03ebc4..d9b34eefa 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/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.104.0](https://github.com/deephaven/web-client-ui/compare/v0.103.0...v0.104.0) (2025-01-23) + +**Note:** Version bump only for package @deephaven/utils + ## [0.103.0](https://github.com/deephaven/web-client-ui/compare/v0.102.1...v0.103.0) (2025-01-16) **Note:** Version bump only for package @deephaven/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 9023bf300..2c2e2ef6f 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/utils", - "version": "0.103.0", + "version": "0.104.0", "description": "Deephaven Utils", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0",