Skip to content

Commit

Permalink
Bump to v2.1.8-pre.3 (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
wipfli authored Mar 22, 2022
1 parent 99a9c34 commit 4d427e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@

### 🐞 Bug fixes

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

## 2.1.8-pre.3

### 🐞 Bug fixes

- Use correct location for mouse events of line layer with line-offset (#1108).
- Change `GeoJSONFeature.properties` type from `{}` to `{ [name: string]: any; }` (#1115).
- Fix `error TS2503: Cannot find namespace 'GeoJSON'` (#1096).
- *...Add new stuff here...*

## 2.1.8-pre.2

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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-pre.2",
"version": "2.1.8-pre.3",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 4d427e2

Please sign in to comment.