diff --git a/lerna.json b/lerna.json index db2fd6a4..6fb388c7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.3.6", + "version": "1.3.7", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/modules/core/package.json b/modules/core/package.json index d398c33d..8dddb79b 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@hubble.gl/core", - "version": "1.3.6", + "version": "1.3.7", "description": "hubble.gl core library classes", "license": "MIT", "repository": { diff --git a/modules/main/package.json b/modules/main/package.json index ccbc7910..6d21c3f9 100644 --- a/modules/main/package.json +++ b/modules/main/package.json @@ -1,6 +1,6 @@ { "name": "hubble.gl", - "version": "1.3.6", + "version": "1.3.7", "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.6", - "@hubble.gl/react": "1.3.6" + "@hubble.gl/core": "1.3.7", + "@hubble.gl/react": "1.3.7" } } diff --git a/modules/react/package.json b/modules/react/package.json index 2c4bced0..cefe03e3 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@hubble.gl/react", - "version": "1.3.6", + "version": "1.3.7", "description": "React components for hubble.gl", "license": "MIT", "repository": {