Skip to content

Commit 82eab71

Browse files
committed
v1.3.6
1 parent 07618b3 commit 82eab71

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.5",
2+
"version": "1.3.6",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

modules/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubble.gl/core",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "hubble.gl core library classes",
55
"license": "MIT",
66
"repository": {

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.5",
3+
"version": "1.3.6",
44
"description": "hubble.gl is an animation and video capture library for vis.gl in the browser",
55
"license": "MIT",
66
"repository": {
@@ -30,7 +30,7 @@
3030
"build-bundle": "webpack --config ../../scripts/bundle.config.js"
3131
},
3232
"dependencies": {
33-
"@hubble.gl/core": "1.3.5",
34-
"@hubble.gl/react": "1.3.5"
33+
"@hubble.gl/core": "1.3.6",
34+
"@hubble.gl/react": "1.3.6"
3535
}
3636
}

modules/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubble.gl/react",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "React components for hubble.gl",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)