Skip to content

Commit 7060c89

Browse files
authored
Bemp version to 3.0.0-pre.3 (#2028)
1 parent 3154b26 commit 7060c89

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
## main
2+
23
### ✨ Features and improvements
3-
- Add support for multiple `sprite` declarations in one style file ([#1805](https://github.com/maplibre/maplibre-gl-js/pull/1805))
44
- *...Add new stuff here...*
5-
-
5+
6+
### 🐞 Bug fixes
7+
- *...Add new stuff here...*
8+
## 3.0.0-pre.3
9+
10+
### ✨ Features and improvements
11+
- Add support for multiple `sprite` declarations in one style file ([#1805](https://github.com/maplibre/maplibre-gl-js/pull/1805))
12+
613
### 🐞 Bug fixes
714
- Fix issue [#1024](https://github.com/maplibre/maplibre-gl-js/pull/1024) - Zoom center not under cursor when terrain is on
815
- Fix errors when running style-spec bin scripts and added missing help. Removed unnecessary script 'gl-style-composite'. ([#1971](https://github.com/maplibre/maplibre-gl-js/pull/1971))
9-
- *...Add new stuff here...*
1016
- Fix the `slice` expression type ([#1886](https://github.com/maplibre/maplibre-gl-js/issues/1886))
11-
-
1217
## 3.0.0-pre.2
1318

1419
### ✨ Features and improvements

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

0 commit comments

Comments
 (0)