Skip to content

Commit 397e541

Browse files
committed
1 parent 0784565 commit 397e541

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
},
88
"changesets": [
99
"chilly-jeans-knock",
10+
"famous-hands-divide",
1011
"fluffy-doors-rescue",
1112
"fruity-dryers-beg",
1213
"stale-boats-carry"

packages/maplibre-gl-image-layer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @naivemap/maplibre-gl-image-layer
22

3+
## 0.0.1-alpha.3
4+
5+
### Patch Changes
6+
7+
- 0784565: Support a URL to a GeoJSON file for masking
8+
39
## 0.0.1-alpha.2
410

511
### Patch Changes

packages/maplibre-gl-image-layer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@naivemap/maplibre-gl-image-layer",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"description": "Load a static image of any projection via Arrugator and Proj4js.",
55
"main": "./dist/index.umd.cjs",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)