From ee35c45e889455f043b78358302662771a5a2bcf Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 24 Oct 2023 12:43:28 -0400 Subject: [PATCH] =?UTF-8?q?actually=20bump=20deck.gl=20layers=20to=200.2.0?= =?UTF-8?q?=20=F0=9F=98=85=20=20(#142)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump deck.gl-layers to 0.2 * update changelog --- CHANGELOG.md | 6 +++++- package-lock.json | 9 +++++---- package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b586375e..49fa253d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## [0.1.1] - 2023-10-17 +## [0.1.2] - 2023-10-24 + +- _Actually_ update `@geoarrow/deck.gl-layers` to version 0.2.0, whoops 😅 + +## [0.1.1] - 2023-10-23 - Updates to `@geoarrow/deck.gl-layers` version 0.2.0: - Fixed MultiPolygon rendering diff --git a/package-lock.json b/package-lock.json index e8945d73..155567d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@deck.gl/core": "^8.9.30", "@deck.gl/layers": "^8.9.30", "@deck.gl/react": "^8.9.30", - "@geoarrow/deck.gl-layers": "^0.1.0", + "@geoarrow/deck.gl-layers": "^0.2.0", "apache-arrow": "^13.0.0", "maplibre-gl": "^3.5.0", "parquet-wasm": "0.5.0", @@ -484,12 +484,13 @@ } }, "node_modules/@geoarrow/deck.gl-layers": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@geoarrow/deck.gl-layers/-/deck.gl-layers-0.1.0.tgz", - "integrity": "sha512-27DSqVFNyYn9L4KDDxZJ3oQu+Jl0hdJ9ifOaOTXJdSbiuLKpzqLfpDGSCVvVfwtqvtR8wQikYxPE1p8M3rA+hQ==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@geoarrow/deck.gl-layers/-/deck.gl-layers-0.2.0.tgz", + "integrity": "sha512-mP2PavXWfoBhzB5Wi+m/di0iMwh7qR9QOOwm7hfbMqsqE61K+azuzwS+hx6DM0IM8Neg5fvn7p3Xc0NHPW8M/g==", "peerDependencies": { "@deck.gl/core": "^8.9.23", "@deck.gl/layers": "^8.9.23", + "@math.gl/polygon": "^3.6.2", "apache-arrow": "^13.0.0" } }, diff --git a/package.json b/package.json index c012735c..b39abe94 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@deck.gl/core": "^8.9.30", "@deck.gl/layers": "^8.9.30", "@deck.gl/react": "^8.9.30", - "@geoarrow/deck.gl-layers": "^0.1.0", + "@geoarrow/deck.gl-layers": "^0.2.0", "apache-arrow": "^13.0.0", "maplibre-gl": "^3.5.0", "parquet-wasm": "0.5.0", diff --git a/pyproject.toml b/pyproject.toml index 101221f5..2d7ed7e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lonboard" -version = "0.1.1" +version = "0.1.2" description = "Extremely fast geospatial data visualization in Python." authors = ["Kyle Barron "] license = "MIT"