Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Apr 29, 2021
1 parent d39218d commit 2decc54
Show file tree
Hide file tree
Showing 26 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.4-alpha.5"
"version": "0.1.0"
}
2 changes: 1 addition & 1 deletion packages/babel-preset/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/babel-preset",
"version": "0.0.4-alpha.5",
"version": "0.1.0",
"description": "Deephaven Babel preset",
"repository": "https://github.com/deephaven/web-client-ui",
"author": "Deephaven Data Labs LLC",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-studio/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions packages/code-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/code-studio",
"version": "0.0.4-alpha.5",
"version": "0.1.0",
"description": "Deephaven Code Studio",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand All @@ -9,12 +9,12 @@
"url": "https://github.com/deephaven/web-client-ui"
},
"dependencies": {
"@deephaven/components": "^0.0.4-alpha.5",
"@deephaven/grid": "^0.0.4-alpha.5",
"@deephaven/icons": "^0.0.4-alpha.5",
"@deephaven/jsapi-shim": "^0.0.4-alpha.5",
"@deephaven/log": "^0.0.4-alpha.5",
"@deephaven/utils": "^0.0.4-alpha.5",
"@deephaven/components": "^0.1.0",
"@deephaven/grid": "^0.1.0",
"@deephaven/icons": "^0.1.0",
"@deephaven/jsapi-shim": "^0.1.0",
"@deephaven/log": "^0.1.0",
"@deephaven/utils": "^0.1.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/react-fontawesome": "^0.1.12",
"@paciolan/remote-component": "2.7.2",
Expand Down Expand Up @@ -95,10 +95,10 @@
},
"devDependencies": {
"@babel/core": "7.12.3",
"@deephaven/eslint-config": "^0.0.4-alpha.5",
"@deephaven/prettier-config": "^0.0.4-alpha.5",
"@deephaven/stylelint-config": "^0.0.4-alpha.5",
"@deephaven/tsconfig": "^0.0.4-alpha.5",
"@deephaven/eslint-config": "^0.1.0",
"@deephaven/prettier-config": "^0.1.0",
"@deephaven/stylelint-config": "^0.1.0",
"@deephaven/tsconfig": "^0.1.0",
"@storybook/addon-actions": "^6.0.22",
"@storybook/addon-essentials": "^6.0.22",
"@storybook/addon-links": "^6.0.22",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/components",
"version": "0.0.4-alpha.5",
"version": "0.1.0",
"description": "Deephaven React component library",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down Expand Up @@ -67,11 +67,11 @@
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@deephaven/icons": "^0.0.4-alpha.5",
"@deephaven/log": "^0.0.4-alpha.5",
"@deephaven/react-hooks": "^0.0.4-alpha.5",
"@deephaven/tsconfig": "^0.0.4-alpha.5",
"@deephaven/utils": "^0.0.4-alpha.5",
"@deephaven/icons": "^0.1.0",
"@deephaven/log": "^0.1.0",
"@deephaven/react-hooks": "^0.1.0",
"@deephaven/tsconfig": "^0.1.0",
"@deephaven/utils": "^0.1.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/react-fontawesome": "^0.1.12",
"@testing-library/react": "^11.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/eslint-config",
"version": "0.0.4-alpha.5",
"version": "0.1.0",
"description": "Deephaven ESLint configuration",
"repository": "https://github.com/deephaven/web-client-ui",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/grid",
"version": "0.0.4-alpha.5",
"version": "0.1.0",
"description": "Deephaven React grid component",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@deephaven/tsconfig": "^0.0.4-alpha.5",
"@deephaven/tsconfig": "^0.1.0",
"@types/jest": "^26.0.15",
"@types/lodash.clamp": "^4.0.6",
"@types/prop-types": "^15.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/icons",
"version": "0.0.4-alpha.5",
"version": "0.1.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",
"module": "dist/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsapi-shim/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/jsapi-shim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/jsapi-shim",
"version": "0.0.4-alpha.5",
"version": "0.1.0",
"description": "Deephaven JSAPI Shim",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/log/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/log",
"version": "0.0.4-alpha.5",
"version": "0.1.0",
"description": "Deephaven Logger",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/prettier-config",
"version": "0.0.4-alpha.5",
"version": "0.1.0",
"description": "Deephaven Prettier configuration",
"repository": "https://github.com/deephaven/web-client-ui",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/react-hooks",
"version": "0.0.4-alpha.5",
"version": "0.1.0",
"description": "Deephaven React hooks library",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "7.12.3",
"@deephaven/tsconfig": "^0.0.4-alpha.5",
"@deephaven/tsconfig": "^0.1.0",
"@types/jest": "^26.0.15",
"@types/react": "^16.14.0",
"cross-env": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/stylelint-config",
"version": "0.0.4-alpha.5",
"version": "0.1.0",
"description": "Deephaven Stylelint configuration",
"repository": "https://github.com/deephaven/web-client-ui",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/tsconfig",
"version": "0.0.4-alpha.5",
"version": "0.1.0",
"description": "Deephaven TypeScript configuration",
"repository": "https://github.com/deephaven/web-client-ui",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/utils",
"version": "0.0.4-alpha.5",
"version": "0.1.0",
"description": "Deephaven Utils",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "7.12.3",
"@deephaven/tsconfig": "^0.0.4-alpha.5",
"@deephaven/tsconfig": "^0.1.0",
"@types/jest": "^26.0.15",
"babel-loader": "8.1.0",
"cross-env": "^7.0.2",
Expand Down

0 comments on commit 2decc54

Please sign in to comment.