Skip to content

Commit 4d8a0f8

Browse files
Bump version to 5.0.0-pre.1 (#4772)
* Bump version to 5.0.0-pre.1 * Update CHANGELOG.md --------- Co-authored-by: HarelM <[email protected]> Co-authored-by: Harel M <[email protected]>
1 parent a283af1 commit 4d8a0f8

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
## main
22

33
### ✨ Features and improvements
4-
- Support globe mode ([#3963](https://github.com/maplibre/maplibre-gl-js/issues/3963))
5-
- Merge atmosphere an sky implementation ([#3888](https://github.com/maplibre/maplibre-gl-js/issues/3888))
6-
- Add option to display a realistic atmosphere when using a Globe projection ([#3888](https://github.com/maplibre/maplibre-gl-js/issues/3888))
74
- _...Add new stuff here..._
85

96
### 🐞 Bug fixes
107
- _...Add new stuff here..._
118

9+
## 5.0.0-pre.1
10+
11+
### ✨ Features and improvements
12+
13+
- Support globe mode ([#3963](https://github.com/maplibre/maplibre-gl-js/issues/3963))
14+
- Merge atmosphere an sky implementation ([#3888](https://github.com/maplibre/maplibre-gl-js/issues/3888))
15+
- Add option to display a realistic atmosphere when using a Globe projection ([#3888](https://github.com/maplibre/maplibre-gl-js/issues/3888))
16+
1217
## 4.7.1
1318

1419
### 🐞 Bug fixes

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

0 commit comments

Comments
 (0)