Skip to content

Commit e150a0c

Browse files
committed
1 parent ee4ede2 commit e150a0c

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
@@ -6,6 +6,7 @@
66
"@naivemap/maplibre-gl-image-layer": "0.0.0"
77
},
88
"changesets": [
9+
"breezy-bananas-bet",
910
"chilly-jeans-knock",
1011
"famous-hands-divide",
1112
"fluffy-doors-rescue",

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.4
4+
5+
### Patch Changes
6+
7+
- ee4ede2: Add updateMask method for ImageLayer
8+
39
## 0.0.1-alpha.3
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.3",
3+
"version": "0.0.1-alpha.4",
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)