Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.0](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](#968)) ([858b42b](858b42b))
  • Loading branch information
semantic-release-bot committed Oct 9, 2024
1 parent 5a5141b commit e5164c4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e5164c4

Please sign in to comment.