From 36d910da75a0c628b9e45baf12282fb55e51e7e0 Mon Sep 17 00:00:00 2001 From: mikebender Date: Fri, 29 Nov 2024 15:40:17 -0500 Subject: [PATCH] v0.99.1 --- CHANGELOG.md | 9 +++++ lerna.json | 2 +- package-lock.json | 36 ++++++++++---------- packages/app-utils/CHANGELOG.md | 7 ++++ packages/app-utils/package.json | 2 +- packages/auth-plugins/CHANGELOG.md | 4 +++ packages/auth-plugins/package.json | 2 +- packages/chart/CHANGELOG.md | 6 ++++ packages/chart/package.json | 2 +- packages/code-studio/CHANGELOG.md | 6 ++++ packages/code-studio/package.json | 2 +- packages/components/CHANGELOG.md | 6 ++++ packages/components/package.json | 2 +- packages/console/CHANGELOG.md | 4 +++ packages/console/package.json | 2 +- packages/dashboard-core-plugins/CHANGELOG.md | 4 +++ packages/dashboard-core-plugins/package.json | 2 +- packages/dashboard/CHANGELOG.md | 4 +++ packages/dashboard/package.json | 2 +- packages/embed-widget/CHANGELOG.md | 6 ++++ packages/embed-widget/package.json | 2 +- packages/file-explorer/CHANGELOG.md | 4 +++ packages/file-explorer/package.json | 2 +- packages/golden-layout/CHANGELOG.md | 4 +++ packages/golden-layout/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/plugin/CHANGELOG.md | 4 +++ packages/plugin/package.json | 2 +- packages/pouch-storage/CHANGELOG.md | 4 +++ packages/pouch-storage/package.json | 2 +- packages/react-hooks/CHANGELOG.md | 6 ++++ packages/react-hooks/package.json | 2 +- packages/redux/CHANGELOG.md | 4 +++ packages/redux/package.json | 2 +- 39 files changed, 131 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f586edd4b..7b3a11385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +### Bug Fixes + +- Embed-widget not setting log level on init ([#2301](https://github.com/deephaven/web-client-ui/issues/2301)) ([1309cd2](https://github.com/deephaven/web-client-ui/commit/1309cd21a893e58138535ddbbe04025475a4ef06)) +- open file blocks logout ([#2281](https://github.com/deephaven/web-client-ui/issues/2281)) ([7ff0e53](https://github.com/deephaven/web-client-ui/commit/7ff0e53ac41887fa22f2591b5df2439ac9984397)), closes [#1685](https://github.com/deephaven/web-client-ui/issues/1685) +- Partial holidays range breaks ([#2297](https://github.com/deephaven/web-client-ui/issues/2297)) ([ab4c02f](https://github.com/deephaven/web-client-ui/commit/ab4c02fe50eea0339a585b40fb3d56376ea9517b)) +- Update react-spectrum packages ([#2303](https://github.com/deephaven/web-client-ui/issues/2303)) ([2216274](https://github.com/deephaven/web-client-ui/commit/2216274b416d9b1587a29c130dd19dd21accaa4b)) + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-15) ### Features diff --git a/lerna.json b/lerna.json index b353f97b9..b1f20146c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.99.0", + "version": "0.99.1", "command": { "publish": { "distTag": "latest" diff --git a/package-lock.json b/package-lock.json index c6e8d2a8c..53d0de51e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29124,7 +29124,7 @@ }, "packages/app-utils": { "name": "@deephaven/app-utils", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.38.0", @@ -29219,7 +29219,7 @@ }, "packages/auth-plugins": { "name": "@deephaven/auth-plugins", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29262,7 +29262,7 @@ }, "packages/chart": { "name": "@deephaven/chart", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29320,7 +29320,7 @@ }, "packages/code-studio": { "name": "@deephaven/code-studio", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.38.0", @@ -29416,7 +29416,7 @@ }, "packages/components": { "name": "@deephaven/components", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.38.0", @@ -29464,7 +29464,7 @@ }, "packages/console": { "name": "@deephaven/console", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@astral-sh/ruff-wasm-web": "0.6.4", @@ -29507,7 +29507,7 @@ }, "packages/dashboard": { "name": "@deephaven/dashboard", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29538,7 +29538,7 @@ }, "packages/dashboard-core-plugins": { "name": "@deephaven/dashboard-core-plugins", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -29980,7 +29980,7 @@ }, "packages/embed-widget": { "name": "@deephaven/embed-widget", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@deephaven/app-utils": "file:../app-utils", @@ -30030,7 +30030,7 @@ }, "packages/file-explorer": { "name": "@deephaven/file-explorer", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30065,7 +30065,7 @@ }, "packages/golden-layout": { "name": "@deephaven/golden-layout", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30124,7 +30124,7 @@ }, "packages/iris-grid": { "name": "@deephaven/iris-grid", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30172,7 +30172,7 @@ }, "packages/jsapi-bootstrap": { "name": "@deephaven/jsapi-bootstrap", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30194,7 +30194,7 @@ }, "packages/jsapi-components": { "name": "@deephaven/jsapi-components", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30740,7 +30740,7 @@ }, "packages/plugin": { "name": "@deephaven/plugin", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30791,7 +30791,7 @@ }, "packages/pouch-storage": { "name": "@deephaven/pouch-storage", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@deephaven/console": "file:../console", @@ -30820,7 +30820,7 @@ }, "packages/react-hooks": { "name": "@deephaven/react-hooks", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.38.0", @@ -30842,7 +30842,7 @@ }, "packages/redux": { "name": "@deephaven/redux", - "version": "0.99.0", + "version": "0.99.1", "license": "Apache-2.0", "dependencies": { "@deephaven/jsapi-types": "^1.0.0-dev0.34.0", diff --git a/packages/app-utils/CHANGELOG.md b/packages/app-utils/CHANGELOG.md index e0a26a6cb..a1c5f8061 100644 --- a/packages/app-utils/CHANGELOG.md +++ b/packages/app-utils/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +### Bug Fixes + +- open file blocks logout ([#2281](https://github.com/deephaven/web-client-ui/issues/2281)) ([7ff0e53](https://github.com/deephaven/web-client-ui/commit/7ff0e53ac41887fa22f2591b5df2439ac9984397)), closes [#1685](https://github.com/deephaven/web-client-ui/issues/1685) +- Update react-spectrum packages ([#2303](https://github.com/deephaven/web-client-ui/issues/2303)) ([2216274](https://github.com/deephaven/web-client-ui/commit/2216274b416d9b1587a29c130dd19dd21accaa4b)) + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-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 8ab0f5edf..979f816bd 100644 --- a/packages/app-utils/package.json +++ b/packages/app-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/app-utils", - "version": "0.99.0", + "version": "0.99.1", "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 1f0307c2a..6f573851b 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.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +**Note:** Version bump only for package @deephaven/auth-plugins + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-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 4cb45e120..6f5cf3df7 100644 --- a/packages/auth-plugins/package.json +++ b/packages/auth-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/auth-plugins", - "version": "0.99.0", + "version": "0.99.1", "description": "Deephaven Auth Plugins", "keywords": [ "Deephaven", diff --git a/packages/chart/CHANGELOG.md b/packages/chart/CHANGELOG.md index 149584bd6..0e57b52f1 100644 --- a/packages/chart/CHANGELOG.md +++ b/packages/chart/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.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +### Bug Fixes + +- Partial holidays range breaks ([#2297](https://github.com/deephaven/web-client-ui/issues/2297)) ([ab4c02f](https://github.com/deephaven/web-client-ui/commit/ab4c02fe50eea0339a585b40fb3d56376ea9517b)) + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-15) **Note:** Version bump only for package @deephaven/chart diff --git a/packages/chart/package.json b/packages/chart/package.json index 01135ce2c..f03efb17b 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/chart", - "version": "0.99.0", + "version": "0.99.1", "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 2d954be72..574ebf099 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.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +### Bug Fixes + +- Update react-spectrum packages ([#2303](https://github.com/deephaven/web-client-ui/issues/2303)) ([2216274](https://github.com/deephaven/web-client-ui/commit/2216274b416d9b1587a29c130dd19dd21accaa4b)) + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-15) ### Features diff --git a/packages/code-studio/package.json b/packages/code-studio/package.json index ef67780ef..61464e78e 100644 --- a/packages/code-studio/package.json +++ b/packages/code-studio/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/code-studio", - "version": "0.99.0", + "version": "0.99.1", "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 3fe5d784c..2765ad010 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +### Bug Fixes + +- Update react-spectrum packages ([#2303](https://github.com/deephaven/web-client-ui/issues/2303)) ([2216274](https://github.com/deephaven/web-client-ui/commit/2216274b416d9b1587a29c130dd19dd21accaa4b)) + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-15) ### Features diff --git a/packages/components/package.json b/packages/components/package.json index 8c6c15d66..405c10ce6 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/components", - "version": "0.99.0", + "version": "0.99.1", "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 106b84bee..263d2f3d3 100644 --- a/packages/console/CHANGELOG.md +++ b/packages/console/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +**Note:** Version bump only for package @deephaven/console + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-15) **Note:** Version bump only for package @deephaven/console diff --git a/packages/console/package.json b/packages/console/package.json index 27f1c7255..9622dc4bc 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/console", - "version": "0.99.0", + "version": "0.99.1", "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 ed1aa2896..bc6ac1d01 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.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +**Note:** Version bump only for package @deephaven/dashboard-core-plugins + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-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 2f43570cd..f98a92f0e 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.99.0", + "version": "0.99.1", "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 c974b2f8b..01b68e751 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +**Note:** Version bump only for package @deephaven/dashboard + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-15) **Note:** Version bump only for package @deephaven/dashboard diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index c8de3f355..6020fafbf 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard", - "version": "0.99.0", + "version": "0.99.1", "description": "Deephaven Dashboard", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/embed-widget/CHANGELOG.md b/packages/embed-widget/CHANGELOG.md index 399ff7e04..f5e6ea227 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.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +### Bug Fixes + +- Embed-widget not setting log level on init ([#2301](https://github.com/deephaven/web-client-ui/issues/2301)) ([1309cd2](https://github.com/deephaven/web-client-ui/commit/1309cd21a893e58138535ddbbe04025475a4ef06)) + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-15) ### Features diff --git a/packages/embed-widget/package.json b/packages/embed-widget/package.json index a36974ea2..9ce0e3a08 100644 --- a/packages/embed-widget/package.json +++ b/packages/embed-widget/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-widget", - "version": "0.99.0", + "version": "0.99.1", "description": "Deephaven Embedded Widget", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/file-explorer/CHANGELOG.md b/packages/file-explorer/CHANGELOG.md index 2bd49f899..62b4c7ae3 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.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +**Note:** Version bump only for package @deephaven/file-explorer + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-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 72fbb1490..6de24a2f6 100644 --- a/packages/file-explorer/package.json +++ b/packages/file-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/file-explorer", - "version": "0.99.0", + "version": "0.99.1", "description": "Deephaven File Explorer React component", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/golden-layout/CHANGELOG.md b/packages/golden-layout/CHANGELOG.md index 9036be794..8cc450a04 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.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +**Note:** Version bump only for package @deephaven/golden-layout + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-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 d231f5d5a..05225158d 100644 --- a/packages/golden-layout/package.json +++ b/packages/golden-layout/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/golden-layout", - "version": "0.99.0", + "version": "0.99.1", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", "description": "A multi-screen javascript Layout manager", diff --git a/packages/iris-grid/CHANGELOG.md b/packages/iris-grid/CHANGELOG.md index faa1ba92c..56f730036 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.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +**Note:** Version bump only for package @deephaven/iris-grid + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-15) **Note:** Version bump only for package @deephaven/iris-grid diff --git a/packages/iris-grid/package.json b/packages/iris-grid/package.json index 8a946507d..387001a06 100644 --- a/packages/iris-grid/package.json +++ b/packages/iris-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/iris-grid", - "version": "0.99.0", + "version": "0.99.1", "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 c28ad83d5..b050ff101 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.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +**Note:** Version bump only for package @deephaven/jsapi-bootstrap + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-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 2c96fe02f..d31db3086 100644 --- a/packages/jsapi-bootstrap/package.json +++ b/packages/jsapi-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-bootstrap", - "version": "0.99.0", + "version": "0.99.1", "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 aed1273f1..f47d659f0 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.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +**Note:** Version bump only for package @deephaven/jsapi-components + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-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 b67ffe8e0..53f13a458 100644 --- a/packages/jsapi-components/package.json +++ b/packages/jsapi-components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-components", - "version": "0.99.0", + "version": "0.99.1", "description": "Deephaven JSAPI Components", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index c6bfb7ba4..8bcefd6e0 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.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +**Note:** Version bump only for package @deephaven/plugin + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-15) **Note:** Version bump only for package @deephaven/plugin diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 2bfea3b44..4953712ca 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/plugin", - "version": "0.99.0", + "version": "0.99.1", "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 59716f68e..1f302472d 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.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +**Note:** Version bump only for package @deephaven/pouch-storage + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-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 963a2642d..47be58b62 100644 --- a/packages/pouch-storage/package.json +++ b/packages/pouch-storage/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/pouch-storage", - "version": "0.99.0", + "version": "0.99.1", "description": "Deephaven Storage based on PouchDB", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md index b69515de6..7c514e491 100644 --- a/packages/react-hooks/CHANGELOG.md +++ b/packages/react-hooks/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.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +### Bug Fixes + +- Update react-spectrum packages ([#2303](https://github.com/deephaven/web-client-ui/issues/2303)) ([2216274](https://github.com/deephaven/web-client-ui/commit/2216274b416d9b1587a29c130dd19dd21accaa4b)) + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-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 00416f347..fadcd8062 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/react-hooks", - "version": "0.99.0", + "version": "0.99.1", "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 076a30a11..296f206d3 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.99.1](https://github.com/deephaven/web-client-ui/compare/v0.99.0...v0.99.1) (2024-11-29) + +**Note:** Version bump only for package @deephaven/redux + ## [0.99.0](https://github.com/deephaven/web-client-ui/compare/v0.98.0...v0.99.0) (2024-11-15) **Note:** Version bump only for package @deephaven/redux diff --git a/packages/redux/package.json b/packages/redux/package.json index 2ddad1c9c..aaa67b023 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/redux", - "version": "0.99.0", + "version": "0.99.1", "description": "Deephaven Redux", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0",