Skip to content

Commit

Permalink
v9.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Nov 10, 2023
1 parent aaac657 commit 7001688
Show file tree
Hide file tree
Showing 18 changed files with 57 additions and 41 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ Each version should:
Ref: http://keepachangelog.com/en/0.3.0/
-->

## deck.gl v9.0

### deck.gl v9.0 Prereleases

#### deck.gl [9.0.0-alpha.1] - Fri 10 2023

- chore: use node 18 (#8222)
- chore: loaders.gl update to v4.0 (#8215)
- chore: math.gl update to v4.0 (#8204)
- Fix SimpleMeshLayer (#8201)
- chore: luma.gl update to v9.0 (#8195)
- Binary attribute support (#8153)
- CARTO v9 API (#8269, #8265, #8259, #8239, #8238, #8228, #8233, #8225, #8224, #8218, #8217, #8214, #8168, #8192, #8191, #8167)
- Add tensorflow example (#7931)
- Update layers to luma v9 (#7901)

## deck.gl v8.10

### deck.gl v8.10 Prereleases
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": "9.0.0-alpha.0",
"version": "9.0.0-alpha.1",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion modules/aggregation-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/aggregation-layers",
"description": "deck.gl layers that aggregate the input data into alternative representations",
"license": "MIT",
"version": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/arcgis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/arcgis",
"description": "Use deck.gl as a custom ArcGIS API for JavaScript layer",
"license": "MIT",
"version": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/carto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/carto",
"description": "CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.",
"license": "MIT",
"version": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -39,8 +39,8 @@
"@loaders.gl/loader-utils": "4.0.0-beta.5",
"@loaders.gl/mvt": "4.0.0-beta.5",
"@loaders.gl/tiles": "4.0.0-beta.5",
"@luma.gl/core": "9.0.0-alpha.37",
"@luma.gl/constants": "^8.5.20",
"@luma.gl/core": "9.0.0-alpha.37",
"@math.gl/web-mercator": "^4.0.0",
"cartocolor": "^4.0.2",
"d3-array": "^3.2.0",
Expand Down
8 changes: 4 additions & 4 deletions 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": "deck.gl core library",
"license": "MIT",
"version": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,8 +38,8 @@
"@babel/runtime": "^7.0.0",
"@loaders.gl/core": "4.0.0-beta.5",
"@loaders.gl/images": "4.0.0-beta.5",
"@luma.gl/core": "9.0.0-alpha.37",
"@luma.gl/constants": "9.0.0-alpha.37",
"@luma.gl/core": "9.0.0-alpha.37",
"@luma.gl/engine": "9.0.0-alpha.37",
"@luma.gl/shadertools": "9.0.0-alpha.37",
"@luma.gl/webgl": "9.0.0-alpha.37",
Expand All @@ -49,9 +49,9 @@
"@probe.gl/env": "^4.0.4",
"@probe.gl/log": "^4.0.4",
"@probe.gl/stats": "^4.0.4",
"@types/offscreencanvas": "^2019.6.4",
"gl-matrix": "^3.0.0",
"mjolnir.js": "^2.7.0",
"@types/offscreencanvas": "^2019.6.4"
"mjolnir.js": "^2.7.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
2 changes: 1 addition & 1 deletion modules/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/extensions",
"description": "Plug-and-play functionalities for deck.gl layers",
"license": "MIT",
"version": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/geo-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/geo-layers",
"description": "deck.gl layers supporting geospatial use cases and GIS formats",
"license": "MIT",
"version": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/google-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/google-maps",
"description": "Use deck.gl as a custom Google Maps overlay",
"license": "MIT",
"version": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"peerDependencies": {
"@deck.gl/core": "^8.0.0",
"@luma.gl/constants": "9.0.0-alpha.37",
"@luma.gl/core": "9.0.0-alpha.37",
"@luma.gl/engine": "9.0.0-alpha.37",
"@luma.gl/webgl": "9.0.0-alpha.37",
"@luma.gl/constants": "9.0.0-alpha.37",
"@math.gl/core": "^4.0.0"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
Expand Down
2 changes: 1 addition & 1 deletion modules/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/json",
"description": "JSON format rendering components for deck.gl",
"license": "MIT",
"version": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down
14 changes: 7 additions & 7 deletions modules/jupyter-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/jupyter-widget",
"description": "Jupyter widget for rendering deck.gl in a Jupyter notebook",
"license": "MIT",
"version": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"keywords": [
"jupyter",
"jupyterlab",
Expand All @@ -29,12 +29,12 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@deck.gl/aggregation-layers": "8.10.0-alpha.2",
"@deck.gl/geo-layers": "8.10.0-alpha.2",
"@deck.gl/google-maps": "8.10.0-alpha.2",
"@deck.gl/json": "8.10.0-alpha.2",
"@deck.gl/layers": "8.10.0-alpha.2",
"@deck.gl/mesh-layers": "8.10.0-alpha.2",
"@deck.gl/aggregation-layers": "9.0.0-alpha.1",
"@deck.gl/geo-layers": "9.0.0-alpha.1",
"@deck.gl/google-maps": "9.0.0-alpha.1",
"@deck.gl/json": "9.0.0-alpha.1",
"@deck.gl/layers": "9.0.0-alpha.1",
"@deck.gl/mesh-layers": "9.0.0-alpha.1",
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4",
"@loaders.gl/3d-tiles": "4.0.0-beta.5",
"@loaders.gl/core": "4.0.0-beta.5",
Expand Down
4 changes: 2 additions & 2 deletions modules/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/layers",
"description": "deck.gl core layers",
"license": "MIT",
"version": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -32,10 +32,10 @@
"@babel/runtime": "^7.0.0",
"@loaders.gl/images": "4.0.0-beta.5",
"@loaders.gl/schema": "4.0.0-beta.5",
"@luma.gl/constants": "9.0.0-alpha.37",
"@luma.gl/core": "9.0.0-alpha.37",
"@luma.gl/engine": "9.0.0-alpha.37",
"@luma.gl/shadertools": "9.0.0-alpha.37",
"@luma.gl/constants": "9.0.0-alpha.37",
"@mapbox/tiny-sdf": "^2.0.5",
"@math.gl/core": "^4.0.0",
"@math.gl/polygon": "^4.0.0",
Expand Down
26 changes: 13 additions & 13 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": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"keywords": [
"webgl",
"visualization",
Expand All @@ -29,18 +29,18 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@deck.gl/aggregation-layers": "8.10.0-alpha.2",
"@deck.gl/carto": "8.10.0-alpha.2",
"@deck.gl/core": "8.10.0-alpha.2",
"@deck.gl/extensions": "8.10.0-alpha.2",
"@deck.gl/geo-layers": "8.10.0-alpha.2",
"@deck.gl/google-maps": "8.10.0-alpha.2",
"@deck.gl/json": "8.10.0-alpha.2",
"@deck.gl/layers": "8.10.0-alpha.2",
"@deck.gl/mapbox": "8.10.0-alpha.2",
"@deck.gl/mesh-layers": "8.10.0-alpha.2",
"@deck.gl/react": "8.10.0-alpha.2",
"@deck.gl/widgets": "8.10.0-alpha.2"
"@deck.gl/aggregation-layers": "9.0.0-alpha.1",
"@deck.gl/carto": "9.0.0-alpha.1",
"@deck.gl/core": "9.0.0-alpha.1",
"@deck.gl/extensions": "9.0.0-alpha.1",
"@deck.gl/geo-layers": "9.0.0-alpha.1",
"@deck.gl/google-maps": "9.0.0-alpha.1",
"@deck.gl/json": "9.0.0-alpha.1",
"@deck.gl/layers": "9.0.0-alpha.1",
"@deck.gl/mapbox": "9.0.0-alpha.1",
"@deck.gl/mesh-layers": "9.0.0-alpha.1",
"@deck.gl/react": "9.0.0-alpha.1",
"@deck.gl/widgets": "9.0.0-alpha.1"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
2 changes: 1 addition & 1 deletion modules/mapbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/mapbox",
"description": "Use deck.gl layers as custom mapbox-gl-js layers",
"license": "MIT",
"version": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/mesh-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/mesh-layers",
"description": "deck.gl layers that loads 3D meshes or scene graphs",
"license": "MIT",
"version": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down
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": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion 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": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/widgets",
"description": "UI widgets for deck.gl",
"license": "MIT",
"version": "8.10.0-alpha.2",
"version": "9.0.0-alpha.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 7001688

Please sign in to comment.