Skip to content

Commit c37638e

Browse files
authored
actually bump deck.gl layers to 0.2.0 😅 (#142)
* Bump deck.gl-layers to 0.2 * update changelog
1 parent d067e7b commit c37638e

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## [0.1.1] - 2023-10-17
3+
## [0.1.2] - 2023-10-24
4+
5+
- _Actually_ update `@geoarrow/deck.gl-layers` to version 0.2.0, whoops 😅
6+
7+
## [0.1.1] - 2023-10-23
48

59
- Updates to `@geoarrow/deck.gl-layers` version 0.2.0:
610
- Fixed MultiPolygon rendering

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@deck.gl/core": "^8.9.30",
66
"@deck.gl/layers": "^8.9.30",
77
"@deck.gl/react": "^8.9.30",
8-
"@geoarrow/deck.gl-layers": "^0.1.0",
8+
"@geoarrow/deck.gl-layers": "^0.2.0",
99
"apache-arrow": "^13.0.0",
1010
"maplibre-gl": "^3.5.0",
1111
"parquet-wasm": "0.5.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lonboard"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Extremely fast geospatial data visualization in Python."
55
authors = ["Kyle Barron <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)