Skip to content

Commit 0936be9

Browse files
authored
* code-studio, console, dashboard-core-plugins (#236)
* [#232](#232) Fix notebook functionality ([@mofojed](https://github.com/mofojed)) * `code-studio`, `components`, `dashboard-core-plugins` * [#228](#228) Fix card flip animation showing back-face in chrome ([@dsmmcken](https://github.com/dsmmcken)) * `grid` * [#233](#233) Fix scroll bar not working in the corner if only one scroll direction ([@mofojed](https://github.com/mofojed)) * `dashboard-core-plugins` * [#230](#230) Fix up getTableMapForDashboard selector ([@mofojed](https://github.com/mofojed)) - Don ([@dsmmcken](https://github.com/dsmmcken)) - Mike Bender ([@mofojed](https://github.com/mofojed))
1 parent 87f0a85 commit 0936be9

21 files changed

+46
-46
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.5.0"
5+
"version": "0.5.1"
66
}

packages/chart/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/chart/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/chart",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Deephaven Chart",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -58,9 +58,9 @@
5858
},
5959
"devDependencies": {
6060
"@babel/cli": "^7.14.8",
61-
"@deephaven/components": "^0.5.0",
61+
"@deephaven/components": "^0.5.1",
6262
"@deephaven/icons": "^0.5.0",
63-
"@deephaven/iris-grid": "^0.5.0",
63+
"@deephaven/iris-grid": "^0.5.1",
6464
"@deephaven/jsapi-shim": "^0.5.0",
6565
"@deephaven/log": "^0.5.0",
6666
"@deephaven/mocks": "^0.5.0",

packages/code-studio/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/code-studio/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/code-studio",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Deephaven Code Studio",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -9,21 +9,21 @@
99
"url": "https://github.com/deephaven/web-client-ui"
1010
},
1111
"dependencies": {
12-
"@deephaven/chart": "^0.5.0",
13-
"@deephaven/components": "^0.5.0",
14-
"@deephaven/console": "^0.5.0",
15-
"@deephaven/dashboard": "^0.5.0",
16-
"@deephaven/dashboard-core-plugins": "^0.5.0",
17-
"@deephaven/file-explorer": "^0.5.0",
12+
"@deephaven/chart": "^0.5.1",
13+
"@deephaven/components": "^0.5.1",
14+
"@deephaven/console": "^0.5.1",
15+
"@deephaven/dashboard": "^0.5.1",
16+
"@deephaven/dashboard-core-plugins": "^0.5.1",
17+
"@deephaven/file-explorer": "^0.5.1",
1818
"@deephaven/golden-layout": "^0.5.0",
19-
"@deephaven/grid": "^0.5.0",
19+
"@deephaven/grid": "^0.5.1",
2020
"@deephaven/icons": "^0.5.0",
21-
"@deephaven/iris-grid": "^0.5.0",
21+
"@deephaven/iris-grid": "^0.5.1",
2222
"@deephaven/jsapi-shim": "^0.5.0",
2323
"@deephaven/log": "^0.5.0",
2424
"@deephaven/react-hooks": "^0.5.0",
2525
"@deephaven/redux": "^0.5.0",
26-
"@deephaven/storage": "^0.5.0",
26+
"@deephaven/storage": "^0.5.1",
2727
"@deephaven/utils": "^0.5.0",
2828
"@fortawesome/fontawesome-svg-core": "^1.2.32",
2929
"@fortawesome/react-fontawesome": "^0.1.12",

packages/components/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/components",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Deephaven React component library",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/console/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/console/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/console",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Deephaven Console",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -67,13 +67,13 @@
6767
},
6868
"devDependencies": {
6969
"@babel/cli": "^7.14.8",
70-
"@deephaven/components": "^0.5.0",
70+
"@deephaven/components": "^0.5.1",
7171
"@deephaven/icons": "^0.5.0",
7272
"@deephaven/jsapi-shim": "^0.5.0",
7373
"@deephaven/log": "^0.5.0",
7474
"@deephaven/mocks": "^0.5.0",
7575
"@deephaven/redux": "^0.5.0",
76-
"@deephaven/storage": "^0.5.0",
76+
"@deephaven/storage": "^0.5.1",
7777
"@deephaven/tsconfig": "^0.5.0",
7878
"@deephaven/utils": "^0.5.0",
7979
"@fortawesome/fontawesome-svg-core": "^1.2.32",

packages/dashboard-core-plugins/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dashboard-core-plugins/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/dashboard-core-plugins",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Deephaven Dashboard Core Plugins",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -67,14 +67,14 @@
6767
},
6868
"devDependencies": {
6969
"@babel/cli": "^7.14.8",
70-
"@deephaven/chart": "^0.5.0",
71-
"@deephaven/components": "^0.5.0",
72-
"@deephaven/console": "^0.5.0",
73-
"@deephaven/dashboard": "^0.5.0",
74-
"@deephaven/file-explorer": "^0.5.0",
70+
"@deephaven/chart": "^0.5.1",
71+
"@deephaven/components": "^0.5.1",
72+
"@deephaven/console": "^0.5.1",
73+
"@deephaven/dashboard": "^0.5.1",
74+
"@deephaven/file-explorer": "^0.5.1",
7575
"@deephaven/golden-layout": "^0.5.0",
7676
"@deephaven/icons": "^0.5.0",
77-
"@deephaven/iris-grid": "^0.5.0",
77+
"@deephaven/iris-grid": "^0.5.1",
7878
"@deephaven/jsapi-shim": "^0.5.0",
7979
"@deephaven/log": "^0.5.0",
8080
"@deephaven/mocks": "^0.5.0",

packages/dashboard/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dashboard/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/dashboard",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Deephaven Dashboard",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@babel/cli": "^7.14.8",
50-
"@deephaven/components": "^0.5.0",
50+
"@deephaven/components": "^0.5.1",
5151
"@deephaven/golden-layout": "^0.5.0",
5252
"@deephaven/log": "^0.5.0",
5353
"@deephaven/mocks": "^0.5.0",

packages/file-explorer/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/file-explorer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/file-explorer",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Deephaven File Explorer React component",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -56,10 +56,10 @@
5656
},
5757
"devDependencies": {
5858
"@babel/cli": "^7.14.8",
59-
"@deephaven/components": "^0.5.0",
59+
"@deephaven/components": "^0.5.1",
6060
"@deephaven/icons": "^0.5.0",
6161
"@deephaven/log": "^0.5.0",
62-
"@deephaven/storage": "^0.5.0",
62+
"@deephaven/storage": "^0.5.1",
6363
"@deephaven/tsconfig": "^0.5.0",
6464
"@deephaven/utils": "^0.5.0",
6565
"@fortawesome/fontawesome-svg-core": "^1.2.32",

packages/grid/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/grid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/grid",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Deephaven React grid component",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/iris-grid/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/iris-grid/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/iris-grid",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Deephaven Iris Grid",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -68,8 +68,8 @@
6868
},
6969
"devDependencies": {
7070
"@babel/cli": "^7.14.8",
71-
"@deephaven/components": "^0.5.0",
72-
"@deephaven/grid": "^0.5.0",
71+
"@deephaven/components": "^0.5.1",
72+
"@deephaven/grid": "^0.5.1",
7373
"@deephaven/icons": "^0.5.0",
7474
"@deephaven/jsapi-shim": "^0.5.0",
7575
"@deephaven/log": "^0.5.0",

packages/storage/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/storage/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/storage",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Deephaven Storage abstract classes for storing app data",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@babel/cli": "^7.14.8",
4343
"@babel/core": "7.12.3",
44-
"@deephaven/iris-grid": "^0.5.0",
44+
"@deephaven/iris-grid": "^0.5.1",
4545
"@deephaven/log": "^0.5.0",
4646
"@deephaven/tsconfig": "^0.5.0",
4747
"@deephaven/utils": "^0.5.0",

0 commit comments

Comments
 (0)