From 50629f954ca80b6d0b55f44da301336cad2b0c61 Mon Sep 17 00:00:00 2001 From: chrisgervang Date: Wed, 15 Dec 2021 16:45:33 -0800 Subject: [PATCH] v1.3.3 --- 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 5af273dd..e56cb61e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.3.2", + "version": "1.3.3", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/modules/core/package.json b/modules/core/package.json index 45e4b3f7..d36a1672 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@hubble.gl/core", - "version": "1.3.2", + "version": "1.3.3", "description": "hubble.gl core library classes", "license": "MIT", "repository": { diff --git a/modules/main/package.json b/modules/main/package.json index bf807d44..45825679 100644 --- a/modules/main/package.json +++ b/modules/main/package.json @@ -1,6 +1,6 @@ { "name": "hubble.gl", - "version": "1.3.2", + "version": "1.3.3", "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 --config ../../scripts/bundle.config.js" }, "dependencies": { - "@hubble.gl/core": "1.3.2", - "@hubble.gl/react": "1.3.2" + "@hubble.gl/core": "1.3.3", + "@hubble.gl/react": "1.3.3" } } diff --git a/modules/react/package.json b/modules/react/package.json index 2c019f84..31f59472 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@hubble.gl/react", - "version": "1.3.2", + "version": "1.3.3", "description": "React components for hubble.gl", "license": "MIT", "repository": {