Skip to content

Commit

Permalink
v1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang committed Aug 5, 2022
1 parent 2a50764 commit de1ce1b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "1.3.7",
"version": "1.3.8",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 4 additions & 4 deletions modules/core/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions modules/main/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions modules/react/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit de1ce1b

Please sign in to comment.