Skip to content

Commit

Permalink
Bump version to 4.0.0-pre.6 (#3633)
Browse files Browse the repository at this point in the history
* Bump version to 4.0.0-pre.6

* remove bugs entry

---------

Co-authored-by: HarelM <[email protected]>
Co-authored-by: HarelM <[email protected]>
  • Loading branch information
3 people authored Jan 28, 2024
1 parent 3fdea0d commit fe7835b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
## main

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

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

## 4.0.0-pre.6

### ✨ Features and improvements

- ⚠️ Change attribution to be on by default, change `MapOptions.attributionControl` to be the type that the control handles, removed `MapOptions.customAttribution` ([#3618](https://github.com/maplibre/maplibre-gl-js/issues/3618))
Note: showing the logo of MapLibre is not required for using MapLibre.
- ⚠️ Changed cooperative gesture config and removed the strings from it in favor of the locale variable ([#3621](https://github.com/maplibre/maplibre-gl-js/issues/3621))
- ⚠️ Changed the terrain enable disable locale key to match the other keys' styles, updated the typings to allow using locale with more ease ([#3621](https://github.com/maplibre/maplibre-gl-js/issues/3621))
- Add "opacity" option and "setOpacity" method to Marker ([#3620](https://github.com/maplibre/maplibre-gl-js/pull/3620))
- _...Add new stuff here..._

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

## 4.0.0-pre.5

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": "4.0.0-pre.5",
"version": "4.0.0-pre.6",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit fe7835b

Please sign in to comment.