From 7fc334ad853846f775b8176f5e9786d3f0bbcb19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 14:32:28 +0000 Subject: [PATCH] Bump version to 3.0.0 (#1363) 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> Co-authored-by: Harel M --- CHANGELOG.md | 11 +++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae372e9..1f4d5ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## main +### ✨ Features and improvements +- _...Add new stuff here..._ + +### 🐞 Bug fixes + +- _...Add new stuff here..._ + +## 3.0.0 + ### ✨ Features and improvements - Fix radio/delete filter buttons styling regression - Add german translation @@ -20,7 +29,6 @@ - Use maputnik go binary for the docker image to allow file watching - Revmove support for `debug` and `localport` url parameters - Replace react-sortable-hoc with dnd-kit to avoid react console warnings and also use a maintained library -- _...Add new stuff here..._ ### 🐞 Bug fixes @@ -28,7 +36,6 @@ - Show an error when adding a layer with a duplicate ID - Replace deprecated `ReactDOM.render` usage with `createRoot` and drop the `DOMNodeRemoved` cleanup hack -- _...Add new stuff here..._ ## 2.1.1 diff --git a/package-lock.json b/package-lock.json index 35591a0b..1b7d0cd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maputnik", - "version": "2.1.1", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maputnik", - "version": "2.1.1", + "version": "3.0.0", "license": "MIT", "dependencies": { "@dnd-kit/core": "^6.3.1", diff --git a/package.json b/package.json index 7411d7ec..4f1362c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maputnik", - "version": "2.1.1", + "version": "3.0.0", "description": "A MapLibre GL visual style editor", "type": "module", "main": "''",