Skip to content

Commit 982eb0c

Browse files
committed
1 parent 3d45202 commit 982eb0c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"@naivemap/maplibre-gl-image-layer": "0.0.0"
77
},
88
"changesets": [
9+
"chilly-jeans-knock",
910
"fluffy-doors-rescue",
10-
"fruity-dryers-beg"
11+
"fruity-dryers-beg",
12+
"stale-boats-carry"
1113
]
1214
}

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.2
4+
5+
### Patch Changes
6+
7+
- 3d45202: Add proj4 as external dependency in Vite config
8+
39
## 0.0.1-alpha.1
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.1",
3+
"version": "0.0.1-alpha.2",
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)