Skip to content

Commit

Permalink
v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhuang01 committed May 1, 2018
1 parent bcd8e70 commit 3e48be7
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Ref: http://keepachangelog.com/en/0.3.0/
-->
## Official Releases

#### [5.2.0] - April 30
- use baseline:hanging if advanced text metrics is not supported (#1753)
- Update example links in README.md (#1744)
- Fix standalone bundle inline version (#1746)
- handle right button pan in MapControls (#1745)
- update dependency
- Update release date in what's new
- update lock file
#### [5.2.0] - April 24
- Embedded layer demo fixes (#1741)
- Update showcases links (#1738)
Expand Down
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",
"version": "5.2.1",
"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",
"version": "5.2.1",
"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",
"version": "5.2.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -32,6 +32,6 @@
"test-node": "node test/node.js"
},
"dependencies": {
"@deck.gl/core": "^5.2.0"
"@deck.gl/core": "^5.2.1"
}
}
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",
"version": "5.2.1",
"keywords": [
"webgl",
"visualization",
Expand All @@ -26,7 +26,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@deck.gl/core": "^5.2.0",
"@deck.gl/react": "^5.2.0"
"@deck.gl/core": "^5.2.1",
"@deck.gl/react": "^5.2.1"
}
}
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",
"version": "5.2.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,7 +22,7 @@
"src"
],
"dependencies": {
"@deck.gl/core": "^5.2.0",
"@deck.gl/core": "^5.2.1",
"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",
"version": "5.2.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,7 +22,7 @@
"src"
],
"dependencies": {
"deck.gl": "^5.2.0",
"deck.gl": "^5.2.1",
"pixelmatch": "^4.0.2",
"probe.gl": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ case $MODE in
break;;

"prod")
lerna publish --cd-version minor
lerna publish --cd-version patch
break;;

*) ;;
Expand Down

0 comments on commit 3e48be7

Please sign in to comment.