diff --git a/lerna.json b/lerna.json index 138abd18..23538ee8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.3.4", + "version": "1.3.5", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/modules/core/package.json b/modules/core/package.json index eb41273e..afbf811d 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@hubble.gl/core", - "version": "1.3.4", + "version": "1.3.5", "description": "hubble.gl core library classes", "license": "MIT", "repository": { diff --git a/modules/main/package.json b/modules/main/package.json index 10225553..22d5d842 100644 --- a/modules/main/package.json +++ b/modules/main/package.json @@ -1,6 +1,6 @@ { "name": "hubble.gl", - "version": "1.3.4", + "version": "1.3.5", "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.4", - "@hubble.gl/react": "1.3.4" + "@hubble.gl/core": "1.3.5", + "@hubble.gl/react": "1.3.5" } } diff --git a/modules/react/package.json b/modules/react/package.json index 6195ab6b..2db33b66 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@hubble.gl/react", - "version": "1.3.4", + "version": "1.3.5", "description": "React components for hubble.gl", "license": "MIT", "repository": {