Skip to content

Commit

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

#### [5.2.0] - April 30
#### [ 5.2.3] - May 3
- Update deck.gl package.json files with missing BABEL_ENV (#1768)

#### [ 5.2.2] - May 2
- Fix using default prop in module settings (#1754)
- 5.2-release Deck doc fix (#1762)

#### [5.2.1] - 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.2",
"version": "5.2.3",
"commands": {
"publish": {
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "5.2.3",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 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.2",
"version": "5.2.3",
"keywords": [
"webgl",
"visualization",
Expand All @@ -27,6 +27,6 @@
},
"dependencies": {
"@deck.gl/core": "^5.2.2",
"@deck.gl/react": "^5.2.2"
"@deck.gl/react": "^5.2.3"
}
}
2 changes: 1 addition & 1 deletion 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.2",
"version": "5.2.3",
"publishConfig": {
"access": "public"
},
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.2",
"version": "5.2.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,7 +22,7 @@
"src"
],
"dependencies": {
"deck.gl": "^5.2.2",
"deck.gl": "^5.2.3",
"pixelmatch": "^4.0.2",
"probe.gl": "^1.0.0"
},
Expand Down

0 comments on commit ee3cc76

Please sign in to comment.