Skip to content

Commit

Permalink
chore: Release hslayers-ng 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacura committed Jun 18, 2024
1 parent b0654c7 commit 8c51a13
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 18 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": "14.0.0-next.5",
"version": "14.0.0",
"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": "14.0.0-next.5",
"version": "14.0.0",
"description": "A bundle of HSLayers-NG library + Angular + OL which includes Cesium for 3D maps",
"main": "src/main.ts",
"directories": {
Expand Down
12 changes: 6 additions & 6 deletions projects/hslayers-cesium/package-lock.json

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

4 changes: 2 additions & 2 deletions projects/hslayers-cesium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hslayers-cesium",
"version": "14.0.0-next.5",
"version": "14.0.0",
"description": "HSLayers-NG 3D mapping library",
"author": "Plan4all",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"cesium": "^1.116.0",
"hslayers-ng": "^14.0.0-next.5"
"hslayers-ng": "^14.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
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 @@
# [14.0.0](https://github.com/hslayers/hslayers-ng/compare/14.0.0-next.5...14.0.0) (2024-06-18)



# [14.0.0-next.5](https://github.com/hslayers/hslayers-ng/compare/14.0.0-next.4...14.0.0-next.5) (2024-06-18)


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

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

0 comments on commit 8c51a13

Please sign in to comment.