From de1ce1b309dd66a2995ff22375dacdd68fbff190 Mon Sep 17 00:00:00 2001 From: Chris Gervang Date: Fri, 5 Aug 2022 16:59:15 -0700 Subject: [PATCH] v1.3.8 --- lerna.json | 2 +- modules/core/package.json | 8 ++++---- modules/main/package.json | 6 +++--- modules/react/package.json | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lerna.json b/lerna.json index 6786c88d..4c9d1269 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.0.0", - "version": "1.3.7", + "version": "1.3.8", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/modules/core/package.json b/modules/core/package.json index f1d61708..436078b4 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@hubble.gl/core", - "version": "1.3.7", + "version": "1.3.8", "description": "hubble.gl core library classes", "license": "MIT", "repository": { @@ -31,11 +31,11 @@ }, "dependencies": { "@loaders.gl/core": "^3.0.0", - "@math.gl/core": "^3.6.0", - "@luma.gl/core": "^8.0.0", - "@luma.gl/engine": "^8.0.0", "@loaders.gl/video": "^3.0.12", "@loaders.gl/zip": "^3.0.12", + "@luma.gl/core": "^8.0.0", + "@luma.gl/engine": "^8.0.0", + "@math.gl/core": "^3.6.0", "@math.gl/web-mercator": "^3.6.2", "downloadjs": "^1.4.7", "popmotion": "9.3.1", diff --git a/modules/main/package.json b/modules/main/package.json index 0d107335..680b73ca 100644 --- a/modules/main/package.json +++ b/modules/main/package.json @@ -1,6 +1,6 @@ { "name": "hubble.gl", - "version": "1.3.7", + "version": "1.3.8", "description": "hubble.gl is an animation and video capture library for vis.gl in the browser", "license": "MIT", "repository": { @@ -31,7 +31,7 @@ "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev" }, "dependencies": { - "@hubble.gl/core": "1.3.7", - "@hubble.gl/react": "1.3.7" + "@hubble.gl/core": "1.3.8", + "@hubble.gl/react": "1.3.8" } } diff --git a/modules/react/package.json b/modules/react/package.json index c60c736b..2fc4009d 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@hubble.gl/react", - "version": "1.3.7", + "version": "1.3.8", "description": "React components for hubble.gl", "license": "MIT", "repository": { @@ -46,9 +46,9 @@ "styled-components": "^4.4.1" }, "peerDependencies": { + "@hubble.gl/core": "^1.3.0", "@loaders.gl/core": "^3.0.0", "deck.gl": "^8.0.0", - "@hubble.gl/core": "^1.3.0", "mapbox-gl": "<=2.4.1", "react": "^16.8.0", "react-dom": "^16.8.0"