Skip to content

Commit

Permalink
update package version and add new code
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke201 committed Jun 3, 2021
1 parent 564f34f commit e349442
Show file tree
Hide file tree
Showing 12 changed files with 61,187 additions and 8 deletions.
55,511 changes: 55,511 additions & 0 deletions _deploy/public/mapray-js/v0.8.7/mapray.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _deploy/public/mapray-js/v0.8.7/mapray.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _deploy/public/mapray-js/v0.8.7/mapray.min.js

Large diffs are not rendered by default.

5,664 changes: 5,664 additions & 0 deletions _deploy/public/ui/v0.8.7/maprayui.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _deploy/public/ui/v0.8.7/maprayui.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _deploy/public/ui/v0.8.7/maprayui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/fall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"st": "^2.0.0"
},
"dependencies": {
"@mapray/mapray-js": "^0.8.6"
"@mapray/mapray-js": "^0.8.7"
}
}
4 changes: 2 additions & 2 deletions apps/next_esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"st": "^2.0.0"
},
"dependencies": {
"@mapray/mapray-js": "^0.8.6",
"@mapray/ui": "^0.8.6"
"@mapray/mapray-js": "^0.8.7",
"@mapray/ui": "^0.8.7"
}
}
4 changes: 2 additions & 2 deletions apps/next_umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"st": "^2.0.0"
},
"dependencies": {
"@mapray/mapray-js": "^0.8.6",
"@mapray/ui": "^0.8.6"
"@mapray/mapray-js": "^0.8.7",
"@mapray/ui": "^0.8.7"
}
}
2 changes: 1 addition & 1 deletion apps/turning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"st": "^2.0.0"
},
"dependencies": {
"@mapray/mapray-js": "^0.8.6"
"@mapray/mapray-js": "^0.8.7"
}
}
2 changes: 1 addition & 1 deletion packages/mapray/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapray/mapray-js",
"version": "0.8.6",
"version": "0.8.7",
"description": "3D Rendering Engine for GIS",
"keywords": [
"3D",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapray/ui",
"version": "0.8.6",
"version": "0.8.7",
"description": "UI Engine for mapray-js",
"keywords": [
"3D",
Expand Down

0 comments on commit e349442

Please sign in to comment.