From 6e4498cf35a921939609c6db8f2a5d280a0fdc53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:35:38 +0000 Subject: [PATCH] Bump version to 5.0.0-pre.8 (#5124) * Bump version to 5.0.0-pre.8 * Update CHANGELOG.md --------- Co-authored-by: HarelM <3269297+HarelM@users.noreply.github.com> Co-authored-by: Harel M --- CHANGELOG.md | 12 ++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8de4ff10..bac3e09147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,21 @@ ## main ### ✨ Features and improvements -- ⚠️ Change the return type of `on` method to return a `Subscription` to allow for easy unsubscribe ([#5080](https://github.com/maplibre/maplibre-gl-js/pull/5080)) - _...Add new stuff here..._ ### 🐞 Bug fixes +- _...Add new stuff here..._ + +## 5.0.0-pre.8 + +### ✨ Features and improvements + +- ⚠️ Change the return type of `on` method to return a `Subscription` to allow for easy unsubscribe ([#5080](https://github.com/maplibre/maplibre-gl-js/pull/5080)) + +### 🐞 Bug fixes + - Fixes line flickering problem ([#5094](https://github.com/maplibre/maplibre-gl-js/pull/5094)) - Fix poor performance in Chrome related to passing matrices to WebGL ([#5072](https://github.com/maplibre/maplibre-gl-js/pull/5072)) -- _...Add new stuff here..._ ## 5.0.0-pre.7 diff --git a/package-lock.json b/package-lock.json index 5690a64982..6d034efb95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maplibre-gl", - "version": "5.0.0-pre.7", + "version": "5.0.0-pre.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maplibre-gl", - "version": "5.0.0-pre.7", + "version": "5.0.0-pre.8", "license": "BSD-3-Clause", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", diff --git a/package.json b/package.json index d5be45880f..a014b37416 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "maplibre-gl", "description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library", - "version": "5.0.0-pre.7", + "version": "5.0.0-pre.8", "main": "dist/maplibre-gl.js", "style": "dist/maplibre-gl.css", "license": "BSD-3-Clause",