From fcc4b520217ac445da31204715274ce64fa0db16 Mon Sep 17 00:00:00 2001 From: Chris Gervang Date: Tue, 21 May 2024 14:41:39 -0700 Subject: [PATCH] chore: bump patch version Signed-off-by: Chris Gervang --- 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 94f928d6..0d9d199e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.3.7", + "version": "1.3.8", "npmClient": "yarn", "packages": [ "modules/*" diff --git a/modules/core/package.json b/modules/core/package.json index 7ce70104..d3592e2c 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", "type": "module", diff --git a/modules/main/package.json b/modules/main/package.json index 7a16fccf..1d47433b 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", "type": "module", @@ -36,8 +36,8 @@ "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" }, "peerDependencies": { "react": ">=16.3.0", diff --git a/modules/react/package.json b/modules/react/package.json index 0d81cbd2..e2824690 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", "type": "module",