Skip to content

Commit

Permalink
chore: Release hslayers-ng 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacura committed Feb 26, 2025
1 parent 103dd9c commit b6a5b2a
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions projects/hslayers-app/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-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hslayers-ng-app",
"version": "15.0.0",
"version": "15.0.1",
"description": "A bundle of HSLayers-NG library + Angular + OL",
"main": "src/main.ts",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions projects/hslayers-cesium-app/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-cesium-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hslayers-cesium-app",
"version": "15.0.0",
"version": "15.0.1",
"description": "A bundle of HSLayers-NG library + Angular + OL which includes Cesium for 3D maps",
"main": "src/main.ts",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions projects/hslayers-cesium/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-cesium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hslayers-cesium",
"version": "15.0.0",
"version": "15.0.1",
"description": "HSLayers-NG 3D mapping library",
"author": "Plan4all",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions projects/hslayers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [15.0.1](https://github.com/hslayers/hslayers-ng/compare/15.0.0...15.0.1) (2025-02-26)



# [15.0.0](https://github.com/hslayers/hslayers-ng/compare/15.0.0-next.1...15.0.0) (2025-02-24)


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';
this.version = '15.0.1';
}

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",
"version": "15.0.1",
"description": "HSLayers-NG mapping library",
"author": "Plan4all",
"keywords": [
Expand Down

0 comments on commit b6a5b2a

Please sign in to comment.