Skip to content

Commit 8895e41

Browse files
Bump version to 5.7.3 (#6439)
* Bump version to 5.7.3 * Update CHANGELOG.md * Fix spread operator issue in Angular and esbuild --------- Co-authored-by: HarelM <3269297+HarelM@users.noreply.github.com> Co-authored-by: Harel M <harel.mazor@gmail.com>
1 parent 2dbed19 commit 8895e41

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
@@ -4,8 +4,16 @@
44
- _...Add new stuff here..._
55

66
### 🐞 Bug fixes
7+
- _...Add new stuff here..._
8+
9+
## 5.7.3
10+
11+
### ✨ Features and improvements
12+
13+
### 🐞 Bug fixes
14+
715
- Fix case where retain loaded children does not retain uppermost loaded children ([#6399](https://github.com/maplibre/maplibre-gl-js/pull/6399))
8-
- Fix an issue with spread operator that caused issues in Angular and esbuild ([]())
16+
- Fix an issue with spread operator that caused issues in Angular and esbuild ([#6438](https://github.com/maplibre/maplibre-gl-js/pull/6438))
917

1018
## 5.7.2
1119

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

0 commit comments

Comments
 (0)