Skip to content

Commit

Permalink
v5.3.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhuang01 committed May 31, 2018
1 parent ee5ff54 commit 3cbd3bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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": "5.3.0-rc.2",
"version": "5.3.0-rc.3",
"commands": {
"publish": {
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion modules/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "deck.gl",
"description": "A suite of 3D-enabled data visualization overlays, suitable for react-map-gl",
"license": "MIT",
"version": "5.3.0-rc.2",
"version": "5.3.0-rc.3",
"keywords": [
"webgl",
"visualization",
Expand Down
4 changes: 2 additions & 2 deletions modules/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/test-utils",
"description": "Test utilities for deck.gl layers",
"license": "MIT",
"version": "5.3.0-rc.2",
"version": "5.3.0-rc.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,7 +22,7 @@
"src"
],
"dependencies": {
"deck.gl": "^5.3.0-rc.2",
"deck.gl": "^5.3.0-rc.3",
"pixelmatch": "^4.0.2",
"probe.gl": "^1.0.0"
},
Expand Down

0 comments on commit 3cbd3bb

Please sign in to comment.