Skip to content

Commit 15f2330

Browse files
committed
v9.2.0-beta.3
1 parent e0287b1 commit 15f2330

File tree

18 files changed

+45
-38
lines changed

18 files changed

+45
-38
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ Ref: http://keepachangelog.com/en/0.3.0/
2121

2222
### deck.gl v9.2 Prereleases
2323

24+
#### deck.gl [v9.2.0-beta.3] - Sep 26 2025
25+
26+
- fix(extensions): correctly activate picking module in terrain picking pass (#9768)
27+
- fix(widgets): widget bug bash (#9797)
28+
- chore(widgets) audit props and docs (#9796)
29+
- fix(maplibre): Update default view once projection is known (#9794)
30+
2431
#### deck.gl [v9.2.0-beta.2] - Sep 25 2025
2532

2633
- chore: bump luma to 9.2.0 (#9792)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.2.0-beta.2",
2+
"version": "9.2.0-beta.3",
33
"npmClient": "yarn",
44
"packages": [
55
"modules/*"

modules/aggregation-layers/package.json

Lines changed: 1 addition & 1 deletion
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.2.0-beta.2",
6+
"version": "9.2.0-beta.3",
77
"publishConfig": {
88
"access": "public"
99
},

modules/arcgis/package.json

Lines changed: 1 addition & 1 deletion
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.2.0-beta.2",
6+
"version": "9.2.0-beta.3",
77
"publishConfig": {
88
"access": "public"
99
},

modules/carto/package.json

Lines changed: 1 addition & 1 deletion
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.2.0-beta.2",
6+
"version": "9.2.0-beta.3",
77
"publishConfig": {
88
"access": "public"
99
},

modules/core/package.json

Lines changed: 1 addition & 1 deletion
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.2.0-beta.2",
6+
"version": "9.2.0-beta.3",
77
"publishConfig": {
88
"access": "public"
99
},

modules/extensions/package.json

Lines changed: 1 addition & 1 deletion
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.2.0-beta.2",
6+
"version": "9.2.0-beta.3",
77
"publishConfig": {
88
"access": "public"
99
},

modules/geo-layers/package.json

Lines changed: 1 addition & 1 deletion
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.2.0-beta.2",
6+
"version": "9.2.0-beta.3",
77
"publishConfig": {
88
"access": "public"
99
},

modules/google-maps/package.json

Lines changed: 1 addition & 1 deletion
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.2.0-beta.2",
6+
"version": "9.2.0-beta.3",
77
"publishConfig": {
88
"access": "public"
99
},

modules/json/package.json

Lines changed: 1 addition & 1 deletion
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.2.0-beta.2",
6+
"version": "9.2.0-beta.3",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)