Skip to content

Commit 2aa1ca3

Browse files
authored
Bump version to 2.1.9 and moved typings to dependencies
* Fix missing types * bump to version 2.1.9
1 parent c417645 commit 2aa1ca3

3 files changed

Lines changed: 19 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
- *...Add new stuff here...*
1010

11+
## 2.1.9
12+
13+
### 🐞 Bug fixes
14+
15+
- Add back typescript typings to dependencies instead of devDependencies (#1178)
16+
1117
## 2.1.8
1218

1319
### ✨ Features and improvements

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "maplibre-gl",
33
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
4-
"version": "2.1.8",
4+
"version": "2.1.9",
55
"main": "dist/maplibre-gl.js",
66
"style": "dist/maplibre-gl.css",
77
"license": "BSD-3-Clause",
@@ -21,6 +21,9 @@
2121
"@mapbox/vector-tile": "^1.3.1",
2222
"@mapbox/whoots-js": "^3.1.0",
2323
"@types/geojson": "^7946.0.8",
24+
"@types/mapbox__point-geometry": "^0.1.2",
25+
"@types/mapbox__vector-tile": "^1.3.0",
26+
"@types/pbf": "^3.0.2",
2427
"csscolorparser": "~1.0.3",
2528
"earcut": "^2.2.3",
2629
"geojson-vt": "^3.2.1",
@@ -57,13 +60,10 @@
5760
"@types/glob": "^7.2.0",
5861
"@types/jest": "^27.4.0",
5962
"@types/jsdom": "^16.2.14",
60-
"@types/mapbox__point-geometry": "^0.1.2",
61-
"@types/mapbox__vector-tile": "^1.3.0",
6263
"@types/minimist": "^1.2.2",
6364
"@types/murmurhash-js": "^1.0.3",
6465
"@types/nise": "^1.4.0",
6566
"@types/offscreencanvas": "^2019.6.4",
66-
"@types/pbf": "^3.0.2",
6767
"@types/pixelmatch": "^5.2.4",
6868
"@types/pngjs": "^6.0.1",
6969
"@types/react": "^17.0.38",

0 commit comments

Comments
 (0)