Skip to content

Commit 76248ea

Browse files
Bump js version to 6.0.0-16 (#7799)
* Bump js version to 6.0.0-16 * Update CHANGELOG for version 6.0.0-16 Update CHANGELOG with new features and bug fixes for version 6.0.0-16. --------- Co-authored-by: HarelM <3269297+HarelM@users.noreply.github.com> Co-authored-by: Harel M <harel.mazor@gmail.com>
1 parent 3d9e85c commit 76248ea

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
## main
22
### ✨ Features and improvements
3-
- ⚠️ Update maplibre-gl-style-spec to version 25, which has a breaking change in legacy expression validation ([#7792](https://github.com/maplibre/maplibre-gl-js/issues/7792)) (by [@HarelM](https://github.com/HarelM))
43
- _...Add new stuff here..._
54

65
### 🐞 Bug fixes
76
- _...Add new stuff here..._
7+
8+
## 6.0.0-16
9+
10+
### ✨ Features and improvements
11+
12+
- ⚠️ Update maplibre-gl-style-spec to version 25, which has a breaking change in legacy expression validation ([#7792](https://github.com/maplibre/maplibre-gl-js/issues/7792)) (by [@HarelM](https://github.com/HarelM))
13+
14+
### 🐞 Bug fixes
15+
816
- Fix cross-origin module worker loading to preserve ESM semantics ([#7796](https://github.com/maplibre/maplibre-gl-js/pull/7796)) (by [@dangkyokhoang](https://github.com/dangkyokhoang))
917

1018
## 6.0.0-15

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": "6.0.0-15",
4+
"version": "6.0.0-16",
55
"module": "dist/maplibre-gl.mjs",
66
"style": "dist/maplibre-gl.css",
77
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)