diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9a5a82..df063ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.7.1 Manually edited version number (preparation automatic release building) + + +### Bug Fixes + +* align theme color picker with buttons ([#198](https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-frontend/issues/198)) ([e3a8798](https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-frontend/commit/e3a87989ea28a04a4a0bb9cee825825bb1b97d7b)) + ## [2.6.0](https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-frontend/compare/v2.5.0...v2.6.0) (2024-07-22) diff --git a/package-lock.json b/package-lock.json index d191ce4e..318e47f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netzgrafik-frontend", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netzgrafik-frontend", - "version": "2.7.0", + "version": "2.7.1", "dependencies": { "@angular/animations": "^17.0.5", "@angular/cdk": "^17.0.1", diff --git a/package.json b/package.json index 1b17ab1d..f2233e0d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "extract-i18n": "ng extract-i18n" }, "name": "netzgrafik-frontend", - "version": "2.7.0", + "version": "2.7.1", "repository": { "type": "git", "url": "https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-frontend.git"