From 66377f5dcf14275e205869f0c6549b2e86d7d879 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:28:36 +0300 Subject: [PATCH] Bump version to 3.1.0 (#1978) Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: HarelM <3269297+HarelM@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 325aadb3..7a4813ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## main +### ✨ Features and improvements +- _...Add new stuff here..._ + +### 🐞 Bug fixes +- _...Add new stuff here..._ + +## 3.1.0 + ### ✨ Features and improvements - Added translation to "Links" in debug modal - Add support for hillshade's color arrays and relief-color elevation expression @@ -14,7 +22,6 @@ - Add support for sprite object in setting modal - Set the correct map view when opening a new style on an empty map - Allow root-relative urls in the stylefile -- _...Add new stuff here..._ ### 🐞 Bug fixes @@ -29,7 +36,6 @@ - Fixed headers in left panes (Layers list and Layer editor) to remain visible when scrolling - Fix error when using a source from localhost - Fix an issue with scrolling when using the code editor -- _...Add new stuff here..._ ## 3.0.0 diff --git a/package-lock.json b/package-lock.json index b8cc5717..db89cc66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maputnik", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maputnik", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "@codemirror/lang-json": "^6.0.2", diff --git a/package.json b/package.json index 16c09259..1d77138d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maputnik", - "version": "3.0.0", + "version": "3.1.0", "description": "A MapLibre GL visual style editor", "type": "module", "main": "''",