Skip to content

Commit

Permalink
Bump version to 5.0.0-pre.9 (#5178)
Browse files Browse the repository at this point in the history
* Bump version to 5.0.0-pre.9

* Update CHANGELOG.md

---------

Co-authored-by: HarelM <[email protected]>
Co-authored-by: Harel M <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2024
1 parent 967a70b commit 13eca5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## main

### ✨ Features and improvements
- _...Add new stuff here..._

### 🐞 Bug fixes
- _...Add new stuff here..._

## 5.0.0-pre.9

### 🐞 Bug fixes

- Fix smooth mouse wheel zooming ([#5154](https://github.com/maplibre/maplibre-gl-js/pull/5154))
Expand All @@ -13,7 +17,6 @@
- Fix `geometry-type` filter expression results ([#5132](https://github.com/maplibre/maplibre-gl-js/pull/5132))
- Fix easeTo not applying padding in globe projection ([#5134](https://github.com/maplibre/maplibre-gl-js/pull/5134))
- Convert WebGL1 shaders to WebGL2 ([#5166](https://github.com/maplibre/maplibre-gl-js/pull/5166))
- _...Add new stuff here..._

## 5.0.0-pre.8

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.8",
"version": "5.0.0-pre.9",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 13eca5f

Please sign in to comment.