Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 278d31b

Browse files
committedSep 27, 2024
v9.0.31
1 parent a03903a commit 278d31b

File tree

18 files changed

+40
-36
lines changed

18 files changed

+40
-36
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Ref: http://keepachangelog.com/en/0.3.0/
1919

2020
## deck.gl v9.0
2121

22+
#### deck.gl [9.0.31] - Sep 27 2024
23+
24+
- Move publish target to es2020 (#9188)
25+
2226
#### deck.gl [9.0.30] - Sep 23 2024
2327

2428
- carto: Allow configuring max URL length for GET requests (#9159)

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.0.30",
2+
"version": "9.0.31",
33
"npmClient": "yarn",
44
"packages": [
55
"modules/*"

‎modules/aggregation-layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "deck.gl layers that aggregate the input data into alternative representations",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.30",
6+
"version": "9.0.31",
77
"publishConfig": {
88
"access": "public"
99
},

‎modules/arcgis/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Use deck.gl as a custom ArcGIS API for JavaScript layer",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.30",
6+
"version": "9.0.31",
77
"publishConfig": {
88
"access": "public"
99
},

‎modules/carto/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.30",
6+
"version": "9.0.31",
77
"publishConfig": {
88
"access": "public"
99
},

‎modules/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "deck.gl core library",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.30",
6+
"version": "9.0.31",
77
"publishConfig": {
88
"access": "public"
99
},

‎modules/extensions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Plug-and-play functionalities for deck.gl layers",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.30",
6+
"version": "9.0.31",
77
"publishConfig": {
88
"access": "public"
99
},

‎modules/geo-layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "deck.gl layers supporting geospatial use cases and GIS formats",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.30",
6+
"version": "9.0.31",
77
"publishConfig": {
88
"access": "public"
99
},

‎modules/google-maps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Use deck.gl as a custom Google Maps overlay",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.30",
6+
"version": "9.0.31",
77
"publishConfig": {
88
"access": "public"
99
},

‎modules/json/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "JSON format rendering components for deck.gl",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.30",
6+
"version": "9.0.31",
77
"publishConfig": {
88
"access": "public"
99
},

‎modules/jupyter-widget/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deck.gl/jupyter-widget",
33
"description": "Jupyter widget for rendering deck.gl in a Jupyter notebook",
44
"license": "MIT",
5-
"version": "9.0.30",
5+
"version": "9.0.31",
66
"keywords": [
77
"jupyter",
88
"jupyterlab",
@@ -29,12 +29,12 @@
2929
"prepublishOnly": "npm run build"
3030
},
3131
"dependencies": {
32-
"@deck.gl/aggregation-layers": "9.0.30",
33-
"@deck.gl/geo-layers": "9.0.30",
34-
"@deck.gl/google-maps": "9.0.30",
35-
"@deck.gl/json": "9.0.30",
36-
"@deck.gl/layers": "9.0.30",
37-
"@deck.gl/mesh-layers": "9.0.30",
32+
"@deck.gl/aggregation-layers": "9.0.31",
33+
"@deck.gl/geo-layers": "9.0.31",
34+
"@deck.gl/google-maps": "9.0.31",
35+
"@deck.gl/json": "9.0.31",
36+
"@deck.gl/layers": "9.0.31",
37+
"@deck.gl/mesh-layers": "9.0.31",
3838
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4",
3939
"@loaders.gl/3d-tiles": "^4.2.0",
4040
"@loaders.gl/core": "^4.2.0",

‎modules/layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "deck.gl core layers",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.30",
6+
"version": "9.0.31",
77
"publishConfig": {
88
"access": "public"
99
},

‎modules/main/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A suite of 3D-enabled data visualization overlays, suitable for react-map-gl",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.30",
6+
"version": "9.0.31",
77
"keywords": [
88
"webgl",
99
"visualization",
@@ -39,19 +39,19 @@
3939
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
4040
},
4141
"dependencies": {
42-
"@deck.gl/aggregation-layers": "9.0.30",
43-
"@deck.gl/arcgis": "9.0.30",
44-
"@deck.gl/carto": "9.0.30",
45-
"@deck.gl/core": "9.0.30",
46-
"@deck.gl/extensions": "9.0.30",
47-
"@deck.gl/geo-layers": "9.0.30",
48-
"@deck.gl/google-maps": "9.0.30",
49-
"@deck.gl/json": "9.0.30",
50-
"@deck.gl/layers": "9.0.30",
51-
"@deck.gl/mapbox": "9.0.30",
52-
"@deck.gl/mesh-layers": "9.0.30",
53-
"@deck.gl/react": "9.0.30",
54-
"@deck.gl/widgets": "9.0.30",
42+
"@deck.gl/aggregation-layers": "9.0.31",
43+
"@deck.gl/arcgis": "9.0.31",
44+
"@deck.gl/carto": "9.0.31",
45+
"@deck.gl/core": "9.0.31",
46+
"@deck.gl/extensions": "9.0.31",
47+
"@deck.gl/geo-layers": "9.0.31",
48+
"@deck.gl/google-maps": "9.0.31",
49+
"@deck.gl/json": "9.0.31",
50+
"@deck.gl/layers": "9.0.31",
51+
"@deck.gl/mapbox": "9.0.31",
52+
"@deck.gl/mesh-layers": "9.0.31",
53+
"@deck.gl/react": "9.0.31",
54+
"@deck.gl/widgets": "9.0.31",
5555
"@loaders.gl/core": "^4.2.0",
5656
"@luma.gl/core": "~9.0.27",
5757
"@luma.gl/engine": "~9.0.27"

‎modules/mapbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Use deck.gl layers as custom mapbox-gl-js layers",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.30",
6+
"version": "9.0.31",
77
"publishConfig": {
88
"access": "public"
99
},

‎modules/mesh-layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "deck.gl layers that loads 3D meshes or scene graphs",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.30",
6+
"version": "9.0.31",
77
"publishConfig": {
88
"access": "public"
99
},

‎modules/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React Components for deck.gl",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.30",
6+
"version": "9.0.31",
77
"publishConfig": {
88
"access": "public"
99
},

‎modules/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Test utilities for deck.gl layers",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.30",
6+
"version": "9.0.31",
77
"publishConfig": {
88
"access": "public"
99
},

‎modules/widgets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "UI widgets for deck.gl",
44
"license": "MIT",
55
"type": "module",
6-
"version": "9.0.30",
6+
"version": "9.0.31",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)