Skip to content

Commit

Permalink
v9.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed May 6, 2024
1 parent e55da95 commit c04824b
Show file tree
Hide file tree
Showing 18 changed files with 40 additions and 36 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,10 @@ Ref: http://keepachangelog.com/en/0.3.0/

## deck.gl v9.0

#### deck.gl [9.0.14] - May 6 2024

- fix(carto): Fix broken encoding in POST requests (#8865)

#### deck.gl [9.0.13] - May 5 2024

- feat(core): Explicitly set stepMode in Attribute layout (#8858)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "9.0.13",
"version": "9.0.14",
"npmClient": "yarn",
"packages": [
"modules/*"
Expand Down
2 changes: 1 addition & 1 deletion modules/aggregation-layers/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "deck.gl layers that aggregate the input data into alternative representations",
"license": "MIT",
"type": "module",
"version": "9.0.13",
"version": "9.0.14",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/arcgis/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "Use deck.gl as a custom ArcGIS API for JavaScript layer",
"license": "MIT",
"type": "module",
"version": "9.0.13",
"version": "9.0.14",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/carto/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.",
"license": "MIT",
"type": "module",
"version": "9.0.13",
"version": "9.0.14",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "deck.gl core library",
"license": "MIT",
"type": "module",
"version": "9.0.13",
"version": "9.0.14",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/extensions/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "Plug-and-play functionalities for deck.gl layers",
"license": "MIT",
"type": "module",
"version": "9.0.13",
"version": "9.0.14",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/geo-layers/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "deck.gl layers supporting geospatial use cases and GIS formats",
"license": "MIT",
"type": "module",
"version": "9.0.13",
"version": "9.0.14",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/google-maps/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "Use deck.gl as a custom Google Maps overlay",
"license": "MIT",
"type": "module",
"version": "9.0.13",
"version": "9.0.14",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/json/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "JSON format rendering components for deck.gl",
"license": "MIT",
"type": "module",
"version": "9.0.13",
"version": "9.0.14",
"publishConfig": {
"access": "public"
},
Expand Down
14 changes: 7 additions & 7 deletions modules/jupyter-widget/package.json
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": "9.0.13",
"version": "9.0.14",
"keywords": [
"jupyter",
"jupyterlab",
Expand All @@ -29,12 +29,12 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@deck.gl/aggregation-layers": "9.0.13",
"@deck.gl/geo-layers": "9.0.13",
"@deck.gl/google-maps": "9.0.13",
"@deck.gl/json": "9.0.13",
"@deck.gl/layers": "9.0.13",
"@deck.gl/mesh-layers": "9.0.13",
"@deck.gl/aggregation-layers": "9.0.14",
"@deck.gl/geo-layers": "9.0.14",
"@deck.gl/google-maps": "9.0.14",
"@deck.gl/json": "9.0.14",
"@deck.gl/layers": "9.0.14",
"@deck.gl/mesh-layers": "9.0.14",
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4",
"@loaders.gl/3d-tiles": "^4.2.0",
"@loaders.gl/core": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/layers/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "deck.gl core layers",
"license": "MIT",
"type": "module",
"version": "9.0.13",
"version": "9.0.14",
"publishConfig": {
"access": "public"
},
Expand Down
28 changes: 14 additions & 14 deletions modules/main/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "A suite of 3D-enabled data visualization overlays, suitable for react-map-gl",
"license": "MIT",
"type": "module",
"version": "9.0.13",
"version": "9.0.14",
"keywords": [
"webgl",
"visualization",
Expand Down Expand Up @@ -36,19 +36,19 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@deck.gl/aggregation-layers": "9.0.13",
"@deck.gl/arcgis": "9.0.13",
"@deck.gl/carto": "9.0.13",
"@deck.gl/core": "9.0.13",
"@deck.gl/extensions": "9.0.13",
"@deck.gl/geo-layers": "9.0.13",
"@deck.gl/google-maps": "9.0.13",
"@deck.gl/json": "9.0.13",
"@deck.gl/layers": "9.0.13",
"@deck.gl/mapbox": "9.0.13",
"@deck.gl/mesh-layers": "9.0.13",
"@deck.gl/react": "9.0.13",
"@deck.gl/widgets": "9.0.13",
"@deck.gl/aggregation-layers": "9.0.14",
"@deck.gl/arcgis": "9.0.14",
"@deck.gl/carto": "9.0.14",
"@deck.gl/core": "9.0.14",
"@deck.gl/extensions": "9.0.14",
"@deck.gl/geo-layers": "9.0.14",
"@deck.gl/google-maps": "9.0.14",
"@deck.gl/json": "9.0.14",
"@deck.gl/layers": "9.0.14",
"@deck.gl/mapbox": "9.0.14",
"@deck.gl/mesh-layers": "9.0.14",
"@deck.gl/react": "9.0.14",
"@deck.gl/widgets": "9.0.14",
"@loaders.gl/core": "^4.2.0",
"@luma.gl/core": "^9.0.11",
"@luma.gl/engine": "^9.0.11"
Expand Down
2 changes: 1 addition & 1 deletion modules/mapbox/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "Use deck.gl layers as custom mapbox-gl-js layers",
"license": "MIT",
"type": "module",
"version": "9.0.13",
"version": "9.0.14",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/mesh-layers/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "deck.gl layers that loads 3D meshes or scene graphs",
"license": "MIT",
"type": "module",
"version": "9.0.13",
"version": "9.0.14",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/react/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "React Components for deck.gl",
"license": "MIT",
"type": "module",
"version": "9.0.13",
"version": "9.0.14",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/test-utils/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "Test utilities for deck.gl layers",
"license": "MIT",
"type": "module",
"version": "9.0.13",
"version": "9.0.14",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/widgets/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "UI widgets for deck.gl",
"license": "MIT",
"type": "module",
"version": "9.0.13",
"version": "9.0.14",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit c04824b

Please sign in to comment.