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": "''",