diff --git a/lerna.json b/lerna.json index 97de50b9..0e965218 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.3.0-alpha.5", + "version": "1.3.0-alpha.6", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/modules/core/package.json b/modules/core/package.json index 0a966bbe..0afb15bd 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@hubble.gl/core", - "version": "1.3.0-alpha.5", + "version": "1.3.0-alpha.6", "description": "hubble.gl core library classes", "license": "MIT", "repository": { diff --git a/modules/main/package.json b/modules/main/package.json index d99969ad..fe9eb630 100644 --- a/modules/main/package.json +++ b/modules/main/package.json @@ -1,6 +1,6 @@ { "name": "hubble.gl", - "version": "1.3.0-alpha.5", + "version": "1.3.0-alpha.6", "description": "hubble.gl is an animation and video capture library for vis.gl in the browser", "license": "MIT", "repository": { @@ -30,7 +30,7 @@ "build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js" }, "dependencies": { - "@hubble.gl/core": "1.3.0-alpha.5", - "@hubble.gl/react": "1.3.0-alpha.5" + "@hubble.gl/core": "1.3.0-alpha.6", + "@hubble.gl/react": "1.3.0-alpha.6" } } diff --git a/modules/react/package.json b/modules/react/package.json index e2a4688c..1f822ec4 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@hubble.gl/react", - "version": "1.3.0-alpha.5", + "version": "1.3.0-alpha.6", "description": "React components for hubble.gl", "license": "MIT", "repository": {