Skip to content

Commit

Permalink
v5.3.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhuang01 committed May 1, 2018
1 parent 848c820 commit 601ebfe
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 11 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ For Earlier Beta Releases see below
## Beta Releases

### deck.gl v5.3 Pre Releases
#### [5.3.0-alpha.2] - April 30
- use baseline:hanging if advanced text metrics is not supported (#1753)
- Smaller viewState related fixes (#1750)
- Picking overlapping objects RFC implementation (#1730)
- Update example links in README.md (#1744)
- Update picking RFC (#1747)
- Fix standalone bundle inline version (#1746)
- handle right button pan in MapControls (#1745)
- update lite module dependency
- Embedded layer demo fixes (#1741)
- Test cleanup (#1739)
- Update showcases links (#1738)
- Make DeckGL doc refer to Deck docs (#1737)
- More website link fixes (#1736)
- Fix outdated source links (#1735)

#### [5.3.0-alpha.1] - April 23
- Bump luma.gl to 5.3.0-alpha.1
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.3.0-alpha.1",
"version": "5.3.0-alpha.2",
"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.3.0-alpha.1",
"version": "5.3.0-alpha.2",
"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.3.0-alpha.1",
"version": "5.3.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -32,6 +32,6 @@
"test-node": "node test/node.js"
},
"dependencies": {
"@deck.gl/core": "^5.3.0-alpha.1"
"@deck.gl/core": "^5.3.0-alpha.2"
}
}
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.3.0-alpha.1",
"version": "5.3.0-alpha.2",
"keywords": [
"webgl",
"visualization",
Expand All @@ -26,7 +26,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@deck.gl/core": "^5.3.0-alpha.1",
"@deck.gl/react": "^5.3.0-alpha.1"
"@deck.gl/core": "^5.3.0-alpha.2",
"@deck.gl/react": "^5.3.0-alpha.2"
}
}
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.3.0-alpha.1",
"version": "5.3.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,7 +22,7 @@
"src"
],
"dependencies": {
"@deck.gl/core": "^5.3.0-alpha.1",
"@deck.gl/core": "^5.3.0-alpha.2",
"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.3.0-alpha.1",
"version": "5.3.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,7 +22,7 @@
"src"
],
"dependencies": {
"deck.gl": "^5.3.0-alpha.1",
"deck.gl": "^5.3.0-alpha.2",
"pixelmatch": "^4.0.2",
"probe.gl": "^1.0.0"
},
Expand Down

0 comments on commit 601ebfe

Please sign in to comment.