Skip to content

Commit

Permalink
v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhuang01 committed Apr 24, 2018
1 parent d0d097e commit 1ca1b0b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.2.0-rc.1",
"version": "5.2.0",
"commands": {
"publish": {
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/core",
"description": "A suite of 3D-enabled data visualization overlays, suitable for react-map-gl",
"license": "MIT",
"version": "5.2.0-rc.1",
"version": "5.2.0",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/experimental-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/experimental-layers",
"description": "Experimental layers for deck.gl",
"license": "MIT",
"version": "5.2.0-rc.1",
"version": "5.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -32,6 +32,6 @@
"test-node": "node test/node.js"
},
"dependencies": {
"@deck.gl/core": "^5.2.0-rc.1"
"@deck.gl/core": "^5.2.0"
}
}
6 changes: 3 additions & 3 deletions 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.2.0-rc.1",
"version": "5.2.0",
"keywords": [
"webgl",
"visualization",
Expand All @@ -26,7 +26,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@deck.gl/core": "^5.2.0-rc.1",
"@deck.gl/react": "^5.2.0-rc.1"
"@deck.gl/core": "^5.2.0",
"@deck.gl/react": "^5.2.0"
}
}
4 changes: 2 additions & 2 deletions modules/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/react",
"description": "React Components for deck.gl",
"license": "MIT",
"version": "5.2.0-rc.1",
"version": "5.2.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,7 +22,7 @@
"src"
],
"dependencies": {
"@deck.gl/core": "^5.2.0-rc.1",
"@deck.gl/core": "^5.2.0",
"prop-types": "^15.6.0"
},
"scripts": {
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.2.0-rc.1",
"version": "5.2.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,7 +22,7 @@
"src"
],
"dependencies": {
"deck.gl": "^5.2.0-rc.1",
"deck.gl": "^5.2.0",
"pixelmatch": "^4.0.2",
"probe.gl": "^1.0.0"
},
Expand Down

0 comments on commit 1ca1b0b

Please sign in to comment.