Skip to content

Commit ed70f82

Browse files
committed
build: set to version 14.0.0 for new release
1 parent 94c432b commit ed70f82

File tree

24 files changed

+145
-145
lines changed

24 files changed

+145
-145
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [x.y.z]() (YYYY-mm-dd) (map-cesium, angular update)
1+
# [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)
22

33
### Breaking Changes
44
- Update angular from `^16.2.3` to `^17.3.11` [Issue #232](https://github.com/dlr-eoc/ukis-frontend-libraries/issues/232)

package-lock.json

+72-72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ukis-frontend-libraries",
3-
"version": "14.0.0-next.0",
3+
"version": "14.0.0",
44
"license": "Apache-2.0",
55
"author": "Team UKIS",
66
"projectsScope": "@dlr-eoc/",
@@ -28,7 +28,7 @@
2828
"lint": "ng lint",
2929
"compodoc": "compodoc -p tsconfig.doc.json -a projects/core-ui/schematics/ng-add/files/src/assets -n \"UKIS Frontend libraries\"",
3030
"compodoc-serve": "compodoc -r 8081 -s",
31-
"build:license":"npx license-checker --json --out ./projects/demo-maps/src/assets/licenses.json"
31+
"build:license": "npx license-checker --json --out ./projects/demo-maps/src/assets/licenses.json"
3232
},
3333
"private": true,
3434
"dependencies": {

projects/base-layers-raster/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dlr-eoc/base-layers-raster",
3-
"version": "14.0.0-next.0",
3+
"version": "14.0.0",
44
"main": "src/public-api",
55
"license": "Apache-2.0",
66
"author": "Team UKIS",
@@ -17,7 +17,7 @@
1717
"@angular/core": "^17.3.11"
1818
},
1919
"dependencies": {
20-
"@dlr-eoc/services-layers": "14.0.0-next.0",
20+
"@dlr-eoc/services-layers": "14.0.0",
2121
"tslib": "^2.6.3"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)