Skip to content

Commit

Permalink
Bump version to 2.1.9 and moved typings to dependencies
Browse files Browse the repository at this point in the history
* Fix missing types

* bump to version 2.1.9
  • Loading branch information
HarelM authored Apr 8, 2022
1 parent c417645 commit 2aa1ca3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

- *...Add new stuff here...*

## 2.1.9

### 🐞 Bug fixes

- Add back typescript typings to dependencies instead of devDependencies (#1178)

## 2.1.8

### ✨ Features and improvements
Expand Down
24 changes: 9 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maplibre-gl",
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
"version": "2.1.8",
"version": "2.1.9",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand All @@ -21,6 +21,9 @@
"@mapbox/vector-tile": "^1.3.1",
"@mapbox/whoots-js": "^3.1.0",
"@types/geojson": "^7946.0.8",
"@types/mapbox__point-geometry": "^0.1.2",
"@types/mapbox__vector-tile": "^1.3.0",
"@types/pbf": "^3.0.2",
"csscolorparser": "~1.0.3",
"earcut": "^2.2.3",
"geojson-vt": "^3.2.1",
Expand Down Expand Up @@ -57,13 +60,10 @@
"@types/glob": "^7.2.0",
"@types/jest": "^27.4.0",
"@types/jsdom": "^16.2.14",
"@types/mapbox__point-geometry": "^0.1.2",
"@types/mapbox__vector-tile": "^1.3.0",
"@types/minimist": "^1.2.2",
"@types/murmurhash-js": "^1.0.3",
"@types/nise": "^1.4.0",
"@types/offscreencanvas": "^2019.6.4",
"@types/pbf": "^3.0.2",
"@types/pixelmatch": "^5.2.4",
"@types/pngjs": "^6.0.1",
"@types/react": "^17.0.38",
Expand Down

0 comments on commit 2aa1ca3

Please sign in to comment.