From 71b771fbef3ed0b1a194b1b3ba786f66adcadda7 Mon Sep 17 00:00:00 2001 From: chrisgervang Date: Fri, 27 Aug 2021 16:42:42 -0700 Subject: [PATCH] v1.3.0-alpha.6 --- lerna.json | 2 +- modules/core/package.json | 2 +- modules/main/package.json | 6 +++--- modules/react/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) 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": {