Skip to content

Commit

Permalink
v8.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Jul 10, 2023
1 parent 4465eae commit d5dca2e
Show file tree
Hide file tree
Showing 18 changed files with 47 additions and 34 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Ref: http://keepachangelog.com/en/0.3.0/

## deck.gl v8.9

#### deck.gl [8.9.21] - Jul 10 2023

- Fix AggregateAccessor type (#7989)
- PathStyleExtension: fix dash + offset usage (#7990)
- Add @babel/runtime to dependencies (#7991)

#### deck.gl [8.9.20] - Jul 7 2023

- Fix ScenegraphLayer shader injection from extensions (#7987)
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": "8.9.20",
"version": "8.9.21",
"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.9.20",
"version": "8.9.21",
"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.9.20",
"version": "8.9.21",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.9.20",
"version": "8.9.21",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.9.20",
"version": "8.9.21",
"publishConfig": {
"access": "public"
},
Expand Down
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.9.20",
"version": "8.9.21",
"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.9.20",
"version": "8.9.21",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.9.20",
"version": "8.9.21",
"publishConfig": {
"access": "public"
},
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.9.20",
"version": "8.9.21",
"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.9.20",
"version": "8.9.21",
"keywords": [
"jupyter",
"jupyterlab",
Expand All @@ -29,12 +29,12 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@deck.gl/aggregation-layers": "8.9.20",
"@deck.gl/geo-layers": "8.9.20",
"@deck.gl/google-maps": "8.9.20",
"@deck.gl/json": "8.9.20",
"@deck.gl/layers": "8.9.20",
"@deck.gl/mesh-layers": "8.9.20",
"@deck.gl/aggregation-layers": "8.9.21",
"@deck.gl/geo-layers": "8.9.21",
"@deck.gl/google-maps": "8.9.21",
"@deck.gl/json": "8.9.21",
"@deck.gl/layers": "8.9.21",
"@deck.gl/mesh-layers": "8.9.21",
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3 || ^4",
"@loaders.gl/3d-tiles": "^3.4.2",
"@loaders.gl/core": "^3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion 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.9.20",
"version": "8.9.21",
"publishConfig": {
"access": "public"
},
Expand Down
24 changes: 12 additions & 12 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.9.20",
"version": "8.9.21",
"keywords": [
"webgl",
"visualization",
Expand All @@ -29,17 +29,17 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@deck.gl/aggregation-layers": "8.9.20",
"@deck.gl/carto": "8.9.20",
"@deck.gl/core": "8.9.20",
"@deck.gl/extensions": "8.9.20",
"@deck.gl/geo-layers": "8.9.20",
"@deck.gl/google-maps": "8.9.20",
"@deck.gl/json": "8.9.20",
"@deck.gl/layers": "8.9.20",
"@deck.gl/mapbox": "8.9.20",
"@deck.gl/mesh-layers": "8.9.20",
"@deck.gl/react": "8.9.20"
"@deck.gl/aggregation-layers": "8.9.21",
"@deck.gl/carto": "8.9.21",
"@deck.gl/core": "8.9.21",
"@deck.gl/extensions": "8.9.21",
"@deck.gl/geo-layers": "8.9.21",
"@deck.gl/google-maps": "8.9.21",
"@deck.gl/json": "8.9.21",
"@deck.gl/layers": "8.9.21",
"@deck.gl/mapbox": "8.9.21",
"@deck.gl/mesh-layers": "8.9.21",
"@deck.gl/react": "8.9.21"
},
"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.9.20",
"version": "8.9.21",
"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.9.20",
"version": "8.9.21",
"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.9.20",
"version": "8.9.21",
"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.9.20",
"version": "8.9.21",
"publishConfig": {
"access": "public"
},
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,14 @@
core-js-pure "^3.16.0"
regenerator-runtime "^0.13.4"

"@babel/runtime@7.14.5", "@babel/runtime@7.15.3", "@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.8.4":
"@babel/runtime@7.14.5":
version "7.14.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.5.tgz#665450911c6031af38f81db530f387ec04cd9a98"
integrity sha512-121rumjddw9c3NCQ55KGkyE1h/nzWhU/owjhw0l4mQrkzz4x9SGS1X8gFLraHwX7td3Yo4QTL+qj0NcIzN87BA==
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.8.4":
version "7.15.3"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b"
integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==
Expand Down

0 comments on commit d5dca2e

Please sign in to comment.