Skip to content

Commit de1ce1b

Browse files
committed
v1.3.8
1 parent 2a50764 commit de1ce1b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [

modules/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubble.gl/core",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"description": "hubble.gl core library classes",
55
"license": "MIT",
66
"repository": {
@@ -31,11 +31,11 @@
3131
},
3232
"dependencies": {
3333
"@loaders.gl/core": "^3.0.0",
34-
"@math.gl/core": "^3.6.0",
35-
"@luma.gl/core": "^8.0.0",
36-
"@luma.gl/engine": "^8.0.0",
3734
"@loaders.gl/video": "^3.0.12",
3835
"@loaders.gl/zip": "^3.0.12",
36+
"@luma.gl/core": "^8.0.0",
37+
"@luma.gl/engine": "^8.0.0",
38+
"@math.gl/core": "^3.6.0",
3939
"@math.gl/web-mercator": "^3.6.2",
4040
"downloadjs": "^1.4.7",
4141
"popmotion": "9.3.1",

modules/main/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hubble.gl",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"description": "hubble.gl is an animation and video capture library for vis.gl in the browser",
55
"license": "MIT",
66
"repository": {
@@ -31,7 +31,7 @@
3131
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
3232
},
3333
"dependencies": {
34-
"@hubble.gl/core": "1.3.7",
35-
"@hubble.gl/react": "1.3.7"
34+
"@hubble.gl/core": "1.3.8",
35+
"@hubble.gl/react": "1.3.8"
3636
}
3737
}

modules/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubble.gl/react",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"description": "React components for hubble.gl",
55
"license": "MIT",
66
"repository": {
@@ -46,9 +46,9 @@
4646
"styled-components": "^4.4.1"
4747
},
4848
"peerDependencies": {
49+
"@hubble.gl/core": "^1.3.0",
4950
"@loaders.gl/core": "^3.0.0",
5051
"deck.gl": "^8.0.0",
51-
"@hubble.gl/core": "^1.3.0",
5252
"mapbox-gl": "<=2.4.1",
5353
"react": "^16.8.0",
5454
"react-dom": "^16.8.0"

0 commit comments

Comments
 (0)