Skip to content

Commit

Permalink
chore: Pre-release hslayers-ng 15
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacura committed Feb 13, 2025
1 parent dbf0503 commit 07f532b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions projects/hslayers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [15.0.0-next.2](https://github.com/hslayers/hslayers-ng/compare/15.0.0-next.1...15.0.0-next.2) (2025-02-13)


### Bug Fixes

* **build:** Re-create package-lock ([fa8d84f](https://github.com/hslayers/hslayers-ng/commit/fa8d84fe80ede8f7cb4cd35a68f3333e91215079))
* **cesium:** Use valid projection for transform ([fa4e3c6](https://github.com/hslayers/hslayers-ng/commit/fa4e3c6fef5667ae8c2f934585db9ee1aa06591c))
* **config:** Prevent crash when config update fails ([031ec9e](https://github.com/hslayers/hslayers-ng/commit/031ec9ee81dbd408aa76052b9ca59a4925007a6f))
* **deps:** Revert sld-parser change ([45840e3](https://github.com/hslayers/hslayers-ng/commit/45840e3b8a8747280a15e1214700ff924d930df6))
* **save-map:** Sanitize empty string legends ([42b6952](https://github.com/hslayers/hslayers-ng/commit/42b6952edbf868d3793d80869afa9989d7dbfb56))


### Features

* Layer editor widgets - configurable ([ca24968](https://github.com/hslayers/hslayers-ng/commit/ca249688d69cacd0a00f1015d092e610a1015d2e))



# [15.0.0-next.1](https://github.com/hslayers/hslayers-ng/compare/15.0.0-next.0...15.0.0-next.1) (2024-12-16)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class HsImpressumComponent implements OnInit {
logoDisabled = false;
logoPath: string;
constructor(public hsConfig: HsConfig) {
this.version = '15.0.0-next.1';
this.version = '15.0.0-next.2';
}

ngOnInit() {
Expand Down
4 changes: 2 additions & 2 deletions projects/hslayers/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 projects/hslayers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hslayers-ng",
"version": "15.0.0-next.1",
"version": "15.0.0-next.2",
"description": "HSLayers-NG mapping library",
"author": "Plan4all",
"keywords": [
Expand Down

0 comments on commit 07f532b

Please sign in to comment.