Skip to content

Commit

Permalink
build: set to version 14.0.0 for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckMt committed Aug 5, 2024
1 parent 94c432b commit ed70f82
Show file tree
Hide file tree
Showing 24 changed files with 145 additions and 145 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [x.y.z]() (YYYY-mm-dd) (map-cesium, angular update)
# [14.0.0](https://github.com/dlr-eoc/ukis-frontend-libraries/tree/v14.0.0) (2024-08-05) (map-cesium, angular update, @clr and @cds update)

### Breaking Changes
- Update angular from `^16.2.3` to `^17.3.11` [Issue #232](https://github.com/dlr-eoc/ukis-frontend-libraries/issues/232)
Expand Down
144 changes: 72 additions & 72 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ukis-frontend-libraries",
"version": "14.0.0-next.0",
"version": "14.0.0",
"license": "Apache-2.0",
"author": "Team UKIS",
"projectsScope": "@dlr-eoc/",
Expand Down Expand Up @@ -28,7 +28,7 @@
"lint": "ng lint",
"compodoc": "compodoc -p tsconfig.doc.json -a projects/core-ui/schematics/ng-add/files/src/assets -n \"UKIS Frontend libraries\"",
"compodoc-serve": "compodoc -r 8081 -s",
"build:license":"npx license-checker --json --out ./projects/demo-maps/src/assets/licenses.json"
"build:license": "npx license-checker --json --out ./projects/demo-maps/src/assets/licenses.json"
},
"private": true,
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions projects/base-layers-raster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dlr-eoc/base-layers-raster",
"version": "14.0.0-next.0",
"version": "14.0.0",
"main": "src/public-api",
"license": "Apache-2.0",
"author": "Team UKIS",
Expand All @@ -17,7 +17,7 @@
"@angular/core": "^17.3.11"
},
"dependencies": {
"@dlr-eoc/services-layers": "14.0.0-next.0",
"@dlr-eoc/services-layers": "14.0.0",
"tslib": "^2.6.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit ed70f82

Please sign in to comment.