Skip to content

Commit 17d4f1c

Browse files
authored
Prerelease 2.1.8-pre.2 (#1112)
* Prerelease 2.1.8-pre.2 * Update changelog * Update changelog
1 parent d07bbb7 commit 17d4f1c

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
- *...Add new stuff here...*
66

7+
### 🐞 Bug fixes
8+
- *...Add new stuff here...*
9+
10+
11+
## 2.1.8-pre.2
12+
13+
### ✨ Features and improvements
14+
- Removal of the unminified production build target, so `npm run build-prod` will be the main build command going forward.
715
### 🐞 Bug fixes
816

917
- Dispose source resources on map style removal, it also fixes `cannot read properties of undefined (reading 'sourceCaches')` error (#1099).

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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-pre.1",
4+
"version": "2.1.8-pre.2",
55
"main": "dist/maplibre-gl.js",
66
"style": "dist/maplibre-gl.css",
77
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)