From e5164c4782d0cbeae78f053a65d9b33a602c54fb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Oct 2024 09:02:37 +0000 Subject: [PATCH] chore(release): 7.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [7.0.0](https://github.com/geostyler/geostyler-sld-parser/compare/v6.1.2...v7.0.0) (2024-10-09) ### ⚠ BREAKING CHANGES * opacity will no longer be set to 1 on text symbolizer if opacity was not explicitly set. ### Bug Fixes * test if opacity is really undefined ([#968](https://github.com/geostyler/geostyler-sld-parser/issues/968)) ([858b42b](https://github.com/geostyler/geostyler-sld-parser/commit/858b42bfc3a363cabceeeffd4fe9fffb9eda667f)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e70cdcc..b5112f60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [7.0.0](https://github.com/geostyler/geostyler-sld-parser/compare/v6.1.2...v7.0.0) (2024-10-09) + + +### ⚠ BREAKING CHANGES + +* opacity will no longer be set to 1 on text +symbolizer if opacity was not explicitly set. + +### Bug Fixes + +* test if opacity is really undefined ([#968](https://github.com/geostyler/geostyler-sld-parser/issues/968)) ([858b42b](https://github.com/geostyler/geostyler-sld-parser/commit/858b42bfc3a363cabceeeffd4fe9fffb9eda667f)) + ## [6.1.2](https://github.com/geostyler/geostyler-sld-parser/compare/v6.1.1...v6.1.2) (2024-08-26) diff --git a/package-lock.json b/package-lock.json index 1ba3cc48..56dbd7b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-sld-parser", - "version": "6.1.2", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-sld-parser", - "version": "6.1.2", + "version": "7.0.0", "license": "BSD-2-Clause", "dependencies": { "fast-xml-parser": "^4.4.1", diff --git a/package.json b/package.json index 3204e981..5ad3a7a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-sld-parser", - "version": "6.1.2", + "version": "7.0.0", "description": "GeoStyler Style Parser implementation for SLD", "type": "module", "main": "dist/SldStyleParser.js",