Skip to content

Commit 685e798

Browse files
committed
4.2.0-alpha.25
1 parent 2cc1b8f commit 685e798

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ For Earlier Beta Releases see below
2323

2424
### deck.gl v4.2 Beta Releases
2525

26-
#### [4.2.0-alpha.23] - Nov 17
26+
#### [4.2.0-alpha.25] - Nov 20
27+
- Part-2 : 4.2 API changes as per Audit (#1170)
28+
- Bump luma.gl peer dependency to '4.1.0-alpha.9'
29+
30+
#### [4.2.0-alpha.24] - Nov 17
2731
-Fix log import errors (#1169)
2832
-WindDemo: Display a warning when run on non webgl2 browsers. (#1166)
2933

examples/layer-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"deck.gl": ">=4.2.0-alpha.15",
1010
"deck.gl-layers": ">=0.0.2",
1111
"extrude-polyline": "^1.0.6",
12-
"luma.gl": ">=4.1.0-alpha.5",
12+
"luma.gl": ">=4.1.0-alpha.9",
1313
"react": "^15.4.1",
1414
"react-autobind": "^1.0.6",
1515
"react-dom": "^15.4.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "deck.gl",
33
"description": "A suite of 3D-enabled data visualization overlays, suitable for react-map-gl",
44
"license": "MIT",
5-
"version": "4.2.0-alpha.24",
5+
"version": "4.2.0-alpha.25",
66
"keywords": [
77
"webgl",
88
"visualization",
@@ -45,7 +45,7 @@
4545
"d3-hexbin": "^0.2.1",
4646
"earcut": "^2.0.6",
4747
"lodash.flattendeep": "^4.4.0",
48-
"luma.gl": ">=4.1.0-alpha.6",
48+
"luma.gl": ">=4.1.0-alpha.9",
4949
"math.gl": ">= 1.0.0-alpha.8",
5050
"mjolnir.js": ">=0.1.0",
5151
"prop-types": "^15.5.8",

0 commit comments

Comments
 (0)