From 29353c229ac59589bf92880e6eb4c9f324fb1965 Mon Sep 17 00:00:00 2001 From: Mike Bender Date: Fri, 22 Mar 2024 09:25:15 -0400 Subject: [PATCH] v0.70.0 --- CHANGELOG.md | 22 +++++++ lerna.json | 2 +- package-lock.json | 68 ++++++++++---------- packages/app-utils/CHANGELOG.md | 8 +++ packages/app-utils/package.json | 2 +- packages/auth-plugins/CHANGELOG.md | 8 +++ packages/auth-plugins/package.json | 2 +- packages/babel-preset/CHANGELOG.md | 8 +++ packages/babel-preset/package.json | 2 +- packages/chart/CHANGELOG.md | 8 +++ packages/chart/package.json | 2 +- packages/code-studio/CHANGELOG.md | 17 +++++ packages/code-studio/package.json | 2 +- packages/components/CHANGELOG.md | 22 +++++++ packages/components/package.json | 2 +- packages/console/CHANGELOG.md | 8 +++ packages/console/package.json | 2 +- packages/dashboard-core-plugins/CHANGELOG.md | 8 +++ packages/dashboard-core-plugins/package.json | 2 +- packages/dashboard/CHANGELOG.md | 8 +++ packages/dashboard/package.json | 2 +- packages/embed-chart/CHANGELOG.md | 8 +++ packages/embed-chart/package.json | 2 +- packages/embed-grid/CHANGELOG.md | 8 +++ packages/embed-grid/package.json | 2 +- packages/embed-widget/CHANGELOG.md | 8 +++ packages/embed-widget/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 8 +++ packages/eslint-config/package.json | 2 +- packages/file-explorer/CHANGELOG.md | 8 +++ packages/file-explorer/package.json | 2 +- packages/filters/CHANGELOG.md | 8 +++ packages/filters/package.json | 2 +- packages/golden-layout/CHANGELOG.md | 8 +++ packages/golden-layout/package.json | 2 +- packages/grid/CHANGELOG.md | 8 +++ packages/grid/package.json | 2 +- packages/icons/CHANGELOG.md | 8 +++ packages/icons/package.json | 2 +- packages/iris-grid/CHANGELOG.md | 8 +++ packages/iris-grid/package.json | 2 +- packages/jsapi-bootstrap/CHANGELOG.md | 8 +++ packages/jsapi-bootstrap/package.json | 2 +- packages/jsapi-components/CHANGELOG.md | 8 +++ packages/jsapi-components/package.json | 2 +- packages/jsapi-shim/CHANGELOG.md | 8 +++ packages/jsapi-shim/package.json | 2 +- packages/jsapi-utils/CHANGELOG.md | 8 +++ packages/jsapi-utils/package.json | 2 +- packages/log/CHANGELOG.md | 8 +++ packages/log/package.json | 2 +- packages/mocks/CHANGELOG.md | 8 +++ packages/mocks/package.json | 2 +- packages/plugin/CHANGELOG.md | 8 +++ packages/plugin/package.json | 2 +- packages/pouch-storage/CHANGELOG.md | 8 +++ packages/pouch-storage/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 8 +++ packages/prettier-config/package.json | 2 +- packages/react-hooks/CHANGELOG.md | 8 +++ packages/react-hooks/package.json | 2 +- packages/redux/CHANGELOG.md | 8 +++ packages/redux/package.json | 2 +- packages/storage/CHANGELOG.md | 8 +++ packages/storage/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 8 +++ packages/stylelint-config/package.json | 2 +- packages/tsconfig/CHANGELOG.md | 8 +++ packages/tsconfig/package.json | 2 +- packages/utils/CHANGELOG.md | 8 +++ packages/utils/package.json | 2 +- 71 files changed, 386 insertions(+), 69 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a448454c..26da77a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + + +### chore + +* Delete ValidateLabelInput ([#1887](https://github.com/deephaven/web-client-ui/issues/1887)) ([5d6ebe9](https://github.com/deephaven/web-client-ui/commit/5d6ebe92d91f39c1a2343721f5a4f53a6e02f3a5)) + + +### Features + +* Re-export Spectrum components + prop types ([#1880](https://github.com/deephaven/web-client-ui/issues/1880)) ([4783092](https://github.com/deephaven/web-client-ui/commit/478309289f727c560ae92722c96fed964ba98d9d)), closes [#1852](https://github.com/deephaven/web-client-ui/issues/1852) + + +### BREAKING CHANGES + +* ValidateLabelInput is no longer included in the +`@deephaven/components` package. + + + + + ## [0.69.1](https://github.com/deephaven/web-client-ui/compare/v0.69.0...v0.69.1) (2024-03-15) diff --git a/lerna.json b/lerna.json index 7ccae4307..14d2209e8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.69.1", + "version": "0.70.0", "command": { "publish": { "distTag": "latest" diff --git a/package-lock.json b/package-lock.json index b351784cb..416ff91d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28316,7 +28316,7 @@ }, "packages/app-utils": { "name": "@deephaven/app-utils", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "^3.34.1", @@ -28402,7 +28402,7 @@ }, "packages/auth-plugins": { "name": "@deephaven/auth-plugins", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -28430,7 +28430,7 @@ }, "packages/babel-preset": { "name": "@deephaven/babel-preset", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@babel/core": "^7.20.0", @@ -28445,7 +28445,7 @@ }, "packages/chart": { "name": "@deephaven/chart", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -28478,7 +28478,7 @@ }, "packages/code-studio": { "name": "@deephaven/code-studio", - "version": "0.69.1", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "^3.34.1", @@ -28573,7 +28573,7 @@ }, "packages/components": { "name": "@deephaven/components", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "^3.34.1", @@ -28614,7 +28614,7 @@ }, "packages/console": { "name": "@deephaven/console", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -28654,7 +28654,7 @@ }, "packages/dashboard": { "name": "@deephaven/dashboard", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -28685,7 +28685,7 @@ }, "packages/dashboard-core-plugins": { "name": "@deephaven/dashboard-core-plugins", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -29123,7 +29123,7 @@ }, "packages/embed-chart": { "name": "@deephaven/embed-chart", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/app-utils": "file:../app-utils", @@ -29147,7 +29147,7 @@ }, "packages/embed-grid": { "name": "@deephaven/embed-grid", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/app-utils": "file:../app-utils", @@ -29171,7 +29171,7 @@ }, "packages/embed-widget": { "name": "@deephaven/embed-widget", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/app-utils": "file:../app-utils", @@ -29196,7 +29196,7 @@ }, "packages/eslint-config": { "name": "@deephaven/eslint-config", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "eslint-config-airbnb": "^19.0.4", @@ -29215,7 +29215,7 @@ }, "packages/file-explorer": { "name": "@deephaven/file-explorer", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29241,7 +29241,7 @@ }, "packages/filters": { "name": "@deephaven/filters", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "engines": { "node": ">=16" @@ -29249,7 +29249,7 @@ }, "packages/golden-layout": { "name": "@deephaven/golden-layout", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29268,7 +29268,7 @@ }, "packages/grid": { "name": "@deephaven/grid", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/utils": "file:../utils", @@ -29290,7 +29290,7 @@ }, "packages/icons": { "name": "@deephaven/icons", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@fortawesome/fontawesome-common-types": "^6.1.1" @@ -29307,7 +29307,7 @@ }, "packages/iris-grid": { "name": "@deephaven/iris-grid", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29353,7 +29353,7 @@ }, "packages/jsapi-bootstrap": { "name": "@deephaven/jsapi-bootstrap", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29373,7 +29373,7 @@ }, "packages/jsapi-components": { "name": "@deephaven/jsapi-components", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29402,7 +29402,7 @@ }, "packages/jsapi-shim": { "name": "@deephaven/jsapi-shim", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/jsapi-types": "1.0.0-dev0.33.1", @@ -29423,7 +29423,7 @@ }, "packages/jsapi-utils": { "name": "@deephaven/jsapi-utils", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/filters": "file:../filters", @@ -29442,7 +29442,7 @@ }, "packages/log": { "name": "@deephaven/log", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "event-target-shim": "^6.0.2" @@ -29453,7 +29453,7 @@ }, "packages/mocks": { "name": "@deephaven/mocks", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "peerDependencies": { "jest": "29.x" @@ -29461,7 +29461,7 @@ }, "packages/plugin": { "name": "@deephaven/plugin", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29511,7 +29511,7 @@ }, "packages/pouch-storage": { "name": "@deephaven/pouch-storage", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/console": "file:../console", @@ -29532,7 +29532,7 @@ }, "packages/prettier-config": { "name": "@deephaven/prettier-config", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "peerDependencies": { "prettier": "^3.0.0" @@ -29540,7 +29540,7 @@ }, "packages/react-hooks": { "name": "@deephaven/react-hooks", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "^3.34.1", @@ -29558,7 +29558,7 @@ }, "packages/redux": { "name": "@deephaven/redux", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/jsapi-types": "1.0.0-dev0.33.1", @@ -29577,7 +29577,7 @@ }, "packages/storage": { "name": "@deephaven/storage", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "@deephaven/filters": "file:../filters", @@ -29593,7 +29593,7 @@ }, "packages/stylelint-config": { "name": "@deephaven/stylelint-config", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "dependencies": { "stylelint-config-prettier-scss": "^0.0.1", @@ -29605,13 +29605,13 @@ }, "packages/tsconfig": { "name": "@deephaven/tsconfig", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0" }, "packages/util": {}, "packages/utils": { "name": "@deephaven/utils", - "version": "0.69.0", + "version": "0.70.0", "license": "Apache-2.0", "engines": { "node": ">=16" diff --git a/packages/app-utils/CHANGELOG.md b/packages/app-utils/CHANGELOG.md index 17d0bf811..83f1564a6 100644 --- a/packages/app-utils/CHANGELOG.md +++ b/packages/app-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/app-utils + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/app-utils diff --git a/packages/app-utils/package.json b/packages/app-utils/package.json index 0f128ae2d..8e3f97990 100644 --- a/packages/app-utils/package.json +++ b/packages/app-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/app-utils", - "version": "0.69.0", + "version": "0.70.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 7e0751b69..799e8424a 100644 --- a/packages/auth-plugins/CHANGELOG.md +++ b/packages/auth-plugins/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/auth-plugins + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/auth-plugins diff --git a/packages/auth-plugins/package.json b/packages/auth-plugins/package.json index 77c620ea3..a469b58ad 100644 --- a/packages/auth-plugins/package.json +++ b/packages/auth-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/auth-plugins", - "version": "0.69.0", + "version": "0.70.0", "description": "Deephaven Auth Plugins", "keywords": [ "Deephaven", diff --git a/packages/babel-preset/CHANGELOG.md b/packages/babel-preset/CHANGELOG.md index 401527797..e362090e0 100644 --- a/packages/babel-preset/CHANGELOG.md +++ b/packages/babel-preset/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/babel-preset + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/babel-preset diff --git a/packages/babel-preset/package.json b/packages/babel-preset/package.json index 2a8dd46d0..0b2695ac7 100644 --- a/packages/babel-preset/package.json +++ b/packages/babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/babel-preset", - "version": "0.69.0", + "version": "0.70.0", "description": "Deephaven Babel preset", "repository": { "type": "git", diff --git a/packages/chart/CHANGELOG.md b/packages/chart/CHANGELOG.md index 8b7823810..45d0b70cf 100644 --- a/packages/chart/CHANGELOG.md +++ b/packages/chart/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/chart + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/chart diff --git a/packages/chart/package.json b/packages/chart/package.json index a5638c237..d736f1246 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/chart", - "version": "0.69.0", + "version": "0.70.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 4fcfd30f3..f3c461d4f 100644 --- a/packages/code-studio/CHANGELOG.md +++ b/packages/code-studio/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + + +### chore + +* Delete ValidateLabelInput ([#1887](https://github.com/deephaven/web-client-ui/issues/1887)) ([5d6ebe9](https://github.com/deephaven/web-client-ui/commit/5d6ebe92d91f39c1a2343721f5a4f53a6e02f3a5)) + + +### BREAKING CHANGES + +* ValidateLabelInput is no longer included in the +`@deephaven/components` package. + + + + + ## [0.69.1](https://github.com/deephaven/web-client-ui/compare/v0.69.0...v0.69.1) (2024-03-15) diff --git a/packages/code-studio/package.json b/packages/code-studio/package.json index 668075b6f..70d86ccbe 100644 --- a/packages/code-studio/package.json +++ b/packages/code-studio/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/code-studio", - "version": "0.69.1", + "version": "0.70.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 067220759..ae3f3416b 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + + +### chore + +* Delete ValidateLabelInput ([#1887](https://github.com/deephaven/web-client-ui/issues/1887)) ([5d6ebe9](https://github.com/deephaven/web-client-ui/commit/5d6ebe92d91f39c1a2343721f5a4f53a6e02f3a5)) + + +### Features + +* Re-export Spectrum components + prop types ([#1880](https://github.com/deephaven/web-client-ui/issues/1880)) ([4783092](https://github.com/deephaven/web-client-ui/commit/478309289f727c560ae92722c96fed964ba98d9d)), closes [#1852](https://github.com/deephaven/web-client-ui/issues/1852) + + +### BREAKING CHANGES + +* ValidateLabelInput is no longer included in the +`@deephaven/components` package. + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) diff --git a/packages/components/package.json b/packages/components/package.json index 6fad6d1ff..46ba2ac54 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/components", - "version": "0.69.0", + "version": "0.70.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 564c6b645..255c4f124 100644 --- a/packages/console/CHANGELOG.md +++ b/packages/console/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/console + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/console diff --git a/packages/console/package.json b/packages/console/package.json index 595d6b769..15e7421c0 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/console", - "version": "0.69.0", + "version": "0.70.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 a405bed14..d1b4b699a 100644 --- a/packages/dashboard-core-plugins/CHANGELOG.md +++ b/packages/dashboard-core-plugins/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/dashboard-core-plugins + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **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 84f5b5d8b..234417b4a 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.69.0", + "version": "0.70.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 1cbf6f3ca..1d05b263d 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/dashboard + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/dashboard diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 2a88834c6..91cb53d2d 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard", - "version": "0.69.0", + "version": "0.70.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 be3fc2ad8..2868cd002 100644 --- a/packages/embed-chart/CHANGELOG.md +++ b/packages/embed-chart/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/embed-chart + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/embed-chart diff --git a/packages/embed-chart/package.json b/packages/embed-chart/package.json index 6098893fc..21244eeb9 100644 --- a/packages/embed-chart/package.json +++ b/packages/embed-chart/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-chart", - "version": "0.69.0", + "version": "0.70.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 d093e0fc7..1f8822be7 100644 --- a/packages/embed-grid/CHANGELOG.md +++ b/packages/embed-grid/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/embed-grid + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/embed-grid diff --git a/packages/embed-grid/package.json b/packages/embed-grid/package.json index a952f7f62..c863e2f71 100644 --- a/packages/embed-grid/package.json +++ b/packages/embed-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-grid", - "version": "0.69.0", + "version": "0.70.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 9ed48afac..f22f00787 100644 --- a/packages/embed-widget/CHANGELOG.md +++ b/packages/embed-widget/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/embed-widget + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/embed-widget diff --git a/packages/embed-widget/package.json b/packages/embed-widget/package.json index 83a09777d..9eeaf7615 100644 --- a/packages/embed-widget/package.json +++ b/packages/embed-widget/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-widget", - "version": "0.69.0", + "version": "0.70.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 58dbf3afe..72f837049 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/eslint-config + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 03a846d91..9b7c46e89 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/eslint-config", - "version": "0.69.0", + "version": "0.70.0", "description": "Deephaven ESLint configuration", "repository": { "type": "git", diff --git a/packages/file-explorer/CHANGELOG.md b/packages/file-explorer/CHANGELOG.md index 0285f254d..c2610e5fd 100644 --- a/packages/file-explorer/CHANGELOG.md +++ b/packages/file-explorer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/file-explorer + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/file-explorer diff --git a/packages/file-explorer/package.json b/packages/file-explorer/package.json index a4288e182..e9be0fe30 100644 --- a/packages/file-explorer/package.json +++ b/packages/file-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/file-explorer", - "version": "0.69.0", + "version": "0.70.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 a0776f378..cd0fc8830 100644 --- a/packages/filters/CHANGELOG.md +++ b/packages/filters/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/filters + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/filters diff --git a/packages/filters/package.json b/packages/filters/package.json index fdb32a245..fd3ab877a 100644 --- a/packages/filters/package.json +++ b/packages/filters/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/filters", - "version": "0.69.0", + "version": "0.70.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 7604ec0fb..dcc6c839a 100644 --- a/packages/golden-layout/CHANGELOG.md +++ b/packages/golden-layout/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/golden-layout + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/golden-layout diff --git a/packages/golden-layout/package.json b/packages/golden-layout/package.json index 5db8fad80..c39a72782 100644 --- a/packages/golden-layout/package.json +++ b/packages/golden-layout/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/golden-layout", - "version": "0.69.0", + "version": "0.70.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 f5874a085..559622226 100644 --- a/packages/grid/CHANGELOG.md +++ b/packages/grid/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/grid + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/grid diff --git a/packages/grid/package.json b/packages/grid/package.json index cd26bc94c..d7f50f8bd 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/grid", - "version": "0.69.0", + "version": "0.70.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 017dd6b7c..c9084395c 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/icons + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index 43982044f..875152ed0 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/icons", - "version": "0.69.0", + "version": "0.70.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 6c9ea5a01..310741932 100644 --- a/packages/iris-grid/CHANGELOG.md +++ b/packages/iris-grid/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/iris-grid + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) diff --git a/packages/iris-grid/package.json b/packages/iris-grid/package.json index 443216e98..14570a7f4 100644 --- a/packages/iris-grid/package.json +++ b/packages/iris-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/iris-grid", - "version": "0.69.0", + "version": "0.70.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 c2c8cdd49..c180b1bcd 100644 --- a/packages/jsapi-bootstrap/CHANGELOG.md +++ b/packages/jsapi-bootstrap/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/jsapi-bootstrap + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/jsapi-bootstrap diff --git a/packages/jsapi-bootstrap/package.json b/packages/jsapi-bootstrap/package.json index 9c20e3a0a..6a7810dc3 100644 --- a/packages/jsapi-bootstrap/package.json +++ b/packages/jsapi-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-bootstrap", - "version": "0.69.0", + "version": "0.70.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 ffeec606c..f7732c4c0 100644 --- a/packages/jsapi-components/CHANGELOG.md +++ b/packages/jsapi-components/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/jsapi-components + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/jsapi-components diff --git a/packages/jsapi-components/package.json b/packages/jsapi-components/package.json index 98ff07afc..f52a4a8df 100644 --- a/packages/jsapi-components/package.json +++ b/packages/jsapi-components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-components", - "version": "0.69.0", + "version": "0.70.0", "description": "Deephaven JSAPI Components", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/jsapi-shim/CHANGELOG.md b/packages/jsapi-shim/CHANGELOG.md index 342e06e9a..eda1ceeff 100644 --- a/packages/jsapi-shim/CHANGELOG.md +++ b/packages/jsapi-shim/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/jsapi-shim + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/jsapi-shim diff --git a/packages/jsapi-shim/package.json b/packages/jsapi-shim/package.json index a3174bc61..6969eb162 100644 --- a/packages/jsapi-shim/package.json +++ b/packages/jsapi-shim/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-shim", - "version": "0.69.0", + "version": "0.70.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 c1db492e4..2796b727a 100644 --- a/packages/jsapi-utils/CHANGELOG.md +++ b/packages/jsapi-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/jsapi-utils + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/jsapi-utils diff --git a/packages/jsapi-utils/package.json b/packages/jsapi-utils/package.json index 7806720cd..2dc409a35 100644 --- a/packages/jsapi-utils/package.json +++ b/packages/jsapi-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-utils", - "version": "0.69.0", + "version": "0.70.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 1a20ef96e..d146a914b 100644 --- a/packages/log/CHANGELOG.md +++ b/packages/log/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/log + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/log diff --git a/packages/log/package.json b/packages/log/package.json index 9e4638d9b..4dff0bd96 100644 --- a/packages/log/package.json +++ b/packages/log/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/log", - "version": "0.69.0", + "version": "0.70.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 1ee2ba914..29ab10d0e 100644 --- a/packages/mocks/CHANGELOG.md +++ b/packages/mocks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/mocks + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/mocks diff --git a/packages/mocks/package.json b/packages/mocks/package.json index 42a57862f..4310dfbe5 100644 --- a/packages/mocks/package.json +++ b/packages/mocks/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/mocks", - "version": "0.69.0", + "version": "0.70.0", "description": "Deephaven Mocks for common libraries", "repository": { "type": "git", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 0f110f981..d2c106c2e 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/plugin + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/plugin diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 462ca39a2..5f3ae787a 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/plugin", - "version": "0.69.0", + "version": "0.70.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 7ac071e0b..95e06c8ce 100644 --- a/packages/pouch-storage/CHANGELOG.md +++ b/packages/pouch-storage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/pouch-storage + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/pouch-storage diff --git a/packages/pouch-storage/package.json b/packages/pouch-storage/package.json index 19c8d346e..acdc8af13 100644 --- a/packages/pouch-storage/package.json +++ b/packages/pouch-storage/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/pouch-storage", - "version": "0.69.0", + "version": "0.70.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 405ea4fc0..b04f1aab3 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/prettier-config + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/prettier-config diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 432cb7f00..e429c95bd 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/prettier-config", - "version": "0.69.0", + "version": "0.70.0", "description": "Deephaven Prettier configuration", "repository": { "type": "git", diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md index 33a121f00..64de70dda 100644 --- a/packages/react-hooks/CHANGELOG.md +++ b/packages/react-hooks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/react-hooks + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/react-hooks diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 207ff0778..bb0e5a752 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/react-hooks", - "version": "0.69.0", + "version": "0.70.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 980da9792..c9a14c571 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/redux + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/redux diff --git a/packages/redux/package.json b/packages/redux/package.json index 350a23013..b0df2077b 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/redux", - "version": "0.69.0", + "version": "0.70.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 dd4af7506..be473829a 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/storage + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 127c61c03..b41b9a6af 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/storage", - "version": "0.69.0", + "version": "0.70.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 8c2f2c92b..020d7e6c8 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/stylelint-config + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/stylelint-config diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index dd36c5a6a..b1e4e3a2e 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/stylelint-config", - "version": "0.69.0", + "version": "0.70.0", "description": "Deephaven Stylelint configuration", "repository": { "type": "git", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index ea214062e..e50b261f4 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/tsconfig + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/tsconfig diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 96b529e1f..169cd9ec0 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/tsconfig", - "version": "0.69.0", + "version": "0.70.0", "description": "Deephaven TypeScript configuration", "repository": { "type": "git", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index e3edd2215..3431e70a6 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.70.0](https://github.com/deephaven/web-client-ui/compare/v0.69.1...v0.70.0) (2024-03-22) + +**Note:** Version bump only for package @deephaven/utils + + + + + # [0.69.0](https://github.com/deephaven/web-client-ui/compare/v0.68.0...v0.69.0) (2024-03-15) **Note:** Version bump only for package @deephaven/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index b1d6b12bb..c009e4cf1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/utils", - "version": "0.69.0", + "version": "0.70.0", "description": "Deephaven Utils", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0",