diff --git a/bindings/jupyter-modules/jupyter-graph-builder/package.json b/bindings/jupyter-modules/jupyter-graph-builder/package.json index 3465700..d7f0ba5 100644 --- a/bindings/jupyter-modules/jupyter-graph-builder/package.json +++ b/bindings/jupyter-modules/jupyter-graph-builder/package.json @@ -1,6 +1,6 @@ { "name": "@mlvis/jupyter-graph-builder", - "version": "1.1.2-alpha.2", + "version": "1.1.2", "license": "Apache-2.0", "repository": { "type": "git", @@ -18,7 +18,7 @@ "transpile": "NODE_ENV=production babel src -d dist -s --config-file ../../../babel.config.js && yarn copy" }, "dependencies": { - "@mlvis/graph-builder": "^1.1.2-alpha.2", + "@mlvis/graph-builder": "^1.1.2", "react": "^16.9.0" } } diff --git a/bindings/jupyter-modules/jupyter-manifold/package.json b/bindings/jupyter-modules/jupyter-manifold/package.json index 68c2103..fa522f7 100644 --- a/bindings/jupyter-modules/jupyter-manifold/package.json +++ b/bindings/jupyter-modules/jupyter-manifold/package.json @@ -1,6 +1,6 @@ { "name": "@mlvis/jupyter-manifold", - "version": "1.1.2-alpha.2", + "version": "1.1.2", "license": "Apache-2.0", "repository": { "type": "git", @@ -18,7 +18,7 @@ "transpile": "NODE_ENV=production babel src -d dist -s --config-file ../../../babel.config.js && yarn copy" }, "dependencies": { - "@mlvis/manifold": "^1.1.2-alpha.2", + "@mlvis/manifold": "^1.1.2", "global": "^4.4.0", "react": "^16.9.0", "react-dom": "^16.9.0", diff --git a/bindings/jupyter-modules/jupyter-multi-way-plot/package.json b/bindings/jupyter-modules/jupyter-multi-way-plot/package.json index fd1f25f..e119bbe 100644 --- a/bindings/jupyter-modules/jupyter-multi-way-plot/package.json +++ b/bindings/jupyter-modules/jupyter-multi-way-plot/package.json @@ -1,6 +1,6 @@ { "name": "@mlvis/jupyter-multi-way-plot", - "version": "1.1.2-alpha.2", + "version": "1.1.2", "license": "Apache-2.0", "repository": { "type": "git", @@ -18,7 +18,7 @@ "transpile": "NODE_ENV=production babel src -d dist -s --config-file ../../../babel.config.js && yarn copy" }, "dependencies": { - "@mlvis/multi-way-plot": "^1.1.2-alpha.2", + "@mlvis/multi-way-plot": "^1.1.2", "d3-scale": "^3.0.0", "d3-scale-chromatic": "^1.3.3", "global": "^4.4.0", diff --git a/lerna.json b/lerna.json index 8fcb8de..9854210 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.14.1", - "version": "1.1.2-alpha.2", + "version": "1.1.2", "packages": [ "modules/*", "bindings/jupyter-modules/*" diff --git a/modules/feature-list-view/package.json b/modules/feature-list-view/package.json index 3f41067..4dbd23b 100644 --- a/modules/feature-list-view/package.json +++ b/modules/feature-list-view/package.json @@ -1,6 +1,6 @@ { "name": "@mlvis/feature-list-view", - "version": "1.1.2-alpha.2", + "version": "1.1.2", "license": "Apache-2.0", "description": "Feature List View component of the Manifold", "publishConfig": { @@ -23,7 +23,7 @@ "es6" ], "dependencies": { - "@mlvis/mlvis-common": "^1.1.2-alpha.2", + "@mlvis/mlvis-common": "^1.1.2", "d3-scale": "^3.0.0", "numeral": "^2.0.6", "prop-types": "^15.7.2", diff --git a/modules/graph-builder/package.json b/modules/graph-builder/package.json index 52ae280..0f77ea1 100644 --- a/modules/graph-builder/package.json +++ b/modules/graph-builder/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "git+https://github.com/uber/manifold.git" }, - "version": "1.1.2-alpha.2", + "version": "1.1.2", "author": "Javid Hsueh", "main": "index.js", "publishConfig": { diff --git a/modules/manifold/package.json b/modules/manifold/package.json index 93fac33..6ef1f7c 100644 --- a/modules/manifold/package.json +++ b/modules/manifold/package.json @@ -1,6 +1,6 @@ { "name": "@mlvis/manifold", - "version": "1.1.2-alpha.2", + "version": "1.1.2", "publishConfig": { "access": "public" }, @@ -24,9 +24,9 @@ "@babel/polyfill": "^7.0.0", "@loaders.gl/arrow": "^1.2.0-alpha.1", "@loaders.gl/core": "^1.1.0", - "@mlvis/feature-list-view": "^1.1.2-alpha.2", - "@mlvis/mlvis-common": "^1.1.2-alpha.2", - "@mlvis/multi-way-plot": "^1.1.2-alpha.2", + "@mlvis/feature-list-view": "^1.1.2", + "@mlvis/mlvis-common": "^1.1.2", + "@mlvis/multi-way-plot": "^1.1.2", "@tensorflow/tfjs": "^0.15.3", "baseui": "^9.2.0", "d3-color": "^1.3.0", diff --git a/modules/mlvis-common/package.json b/modules/mlvis-common/package.json index 514985d..ec4f665 100644 --- a/modules/mlvis-common/package.json +++ b/modules/mlvis-common/package.json @@ -1,6 +1,6 @@ { "name": "@mlvis/mlvis-common", - "version": "1.1.2-alpha.2", + "version": "1.1.2", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/modules/multi-way-plot/package.json b/modules/multi-way-plot/package.json index 2c19046..0d2036f 100644 --- a/modules/multi-way-plot/package.json +++ b/modules/multi-way-plot/package.json @@ -1,6 +1,6 @@ { "name": "@mlvis/multi-way-plot", - "version": "1.1.2-alpha.2", + "version": "1.1.2", "publishConfig": { "access": "public" }, @@ -23,7 +23,7 @@ "es6" ], "dependencies": { - "@mlvis/mlvis-common": "^1.1.2-alpha.2", + "@mlvis/mlvis-common": "^1.1.2", "d3-scale": "^3.0.0", "d3-scale-chromatic": "^1.3.3", "d3-shape": "^1.3.5", diff --git a/modules/stacked-calendar/package.json b/modules/stacked-calendar/package.json index 04a31b1..a8fd60e 100644 --- a/modules/stacked-calendar/package.json +++ b/modules/stacked-calendar/package.json @@ -1,7 +1,7 @@ { "name": "@mlvis/stacked-calendar", "description": "A day-hour calendar view with stacked charts for each hour", - "version": "1.1.2-alpha.2", + "version": "1.1.2", "license": "Apache-2.0", "repository": { "type": "git", @@ -10,7 +10,7 @@ "author": "Yang Wang", "main": "index.js", "dependencies": { - "@mlvis/mlvis-common": "^1.1.2-alpha.2", + "@mlvis/mlvis-common": "^1.1.2", "d3-array": "^2.0.3", "d3-scale": "^3.0.0", "d3-scale-chromatic": "^1.3.3"