Skip to content

Commit 92f3582

Browse files
committed
v9.1.4
1 parent 46ab786 commit 92f3582

File tree

18 files changed

+44
-38
lines changed

18 files changed

+44
-38
lines changed

CHANGELOG.md

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

2020
## deck.gl v9.1
2121

22+
#### deck.gl [v9.1.4] - Feb 26 2025
23+
24+
- feat(mapbox): support Mapbox v3 Standard style slot (#9468)
25+
- fix(mapbox): relax MapboxOverlay type (#9467)
26+
- fix(widgets): ZoomWidget: Prevent crash when used with OrthographicView (#9459)
27+
2228
#### deck.gl [v9.1.3] - Feb 20 2025
2329

2430
- CARTO: HeatmapTileLayer fix palette updating (#9453)

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.1.3",
2+
"version": "9.1.4",
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.1.3",
6+
"version": "9.1.4",
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.1.3",
6+
"version": "9.1.4",
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.1.3",
6+
"version": "9.1.4",
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.1.3",
6+
"version": "9.1.4",
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.1.3",
6+
"version": "9.1.4",
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.1.3",
6+
"version": "9.1.4",
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.1.3",
6+
"version": "9.1.4",
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.1.3",
6+
"version": "9.1.4",
77
"publishConfig": {
88
"access": "public"
99
},

modules/jupyter-widget/package.json

+9-9
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.1.3",
5+
"version": "9.1.4",
66
"keywords": [
77
"jupyter",
88
"jupyterlab",
@@ -29,14 +29,14 @@
2929
"prepublishOnly": "npm run build"
3030
},
3131
"dependencies": {
32-
"@deck.gl/aggregation-layers": "9.1.3",
33-
"@deck.gl/core": "9.1.3",
34-
"@deck.gl/geo-layers": "9.1.3",
35-
"@deck.gl/google-maps": "9.1.3",
36-
"@deck.gl/json": "9.1.3",
37-
"@deck.gl/layers": "9.1.3",
38-
"@deck.gl/mesh-layers": "9.1.3",
39-
"@deck.gl/widgets": "9.1.3",
32+
"@deck.gl/aggregation-layers": "9.1.4",
33+
"@deck.gl/core": "9.1.4",
34+
"@deck.gl/geo-layers": "9.1.4",
35+
"@deck.gl/google-maps": "9.1.4",
36+
"@deck.gl/json": "9.1.4",
37+
"@deck.gl/layers": "9.1.4",
38+
"@deck.gl/mesh-layers": "9.1.4",
39+
"@deck.gl/widgets": "9.1.4",
4040
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4",
4141
"@loaders.gl/3d-tiles": "^4.2.0",
4242
"@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.1.3",
6+
"version": "9.1.4",
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.1.3",
6+
"version": "9.1.4",
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.1.3",
43-
"@deck.gl/arcgis": "9.1.3",
44-
"@deck.gl/carto": "9.1.3",
45-
"@deck.gl/core": "9.1.3",
46-
"@deck.gl/extensions": "9.1.3",
47-
"@deck.gl/geo-layers": "9.1.3",
48-
"@deck.gl/google-maps": "9.1.3",
49-
"@deck.gl/json": "9.1.3",
50-
"@deck.gl/layers": "9.1.3",
51-
"@deck.gl/mapbox": "9.1.3",
52-
"@deck.gl/mesh-layers": "9.1.3",
53-
"@deck.gl/react": "9.1.3",
54-
"@deck.gl/widgets": "9.1.3",
42+
"@deck.gl/aggregation-layers": "9.1.4",
43+
"@deck.gl/arcgis": "9.1.4",
44+
"@deck.gl/carto": "9.1.4",
45+
"@deck.gl/core": "9.1.4",
46+
"@deck.gl/extensions": "9.1.4",
47+
"@deck.gl/geo-layers": "9.1.4",
48+
"@deck.gl/google-maps": "9.1.4",
49+
"@deck.gl/json": "9.1.4",
50+
"@deck.gl/layers": "9.1.4",
51+
"@deck.gl/mapbox": "9.1.4",
52+
"@deck.gl/mesh-layers": "9.1.4",
53+
"@deck.gl/react": "9.1.4",
54+
"@deck.gl/widgets": "9.1.4",
5555
"@loaders.gl/core": "^4.2.0",
5656
"@luma.gl/core": "^9.1.2",
5757
"@luma.gl/engine": "^9.1.2"

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.1.3",
6+
"version": "9.1.4",
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.1.3",
6+
"version": "9.1.4",
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.1.3",
6+
"version": "9.1.4",
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.1.3",
6+
"version": "9.1.4",
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.1.3",
6+
"version": "9.1.4",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)