Skip to content

Commit

Permalink
build: set to version 15.0.0 for new release (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckMt authored Dec 30, 2024
1 parent b2c0724 commit 1d1b7f0
Show file tree
Hide file tree
Showing 24 changed files with 145 additions and 143 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [15.0.0](https://github.com/dlr-eoc/ukis-frontend-libraries/tree/v15.0.0) (2024-12-31) (angular update, @clr and @cds update, layer-control, map-ol)

### Breaking Changes
- Update angular from `^17.3.11` to `^18.2.7`
- Refactor all libraries and apps to [angular standalone API](https://angular.dev/reference/migrations/standalone).
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ukis-frontend-libraries",
"version": "15.0.0-next.1",
"version": "15.0.0",
"license": "Apache-2.0",
"author": "Team UKIS",
"projectsScope": "@dlr-eoc/",
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": "15.0.0-next.1",
"version": "15.0.0",
"main": "src/public-api",
"license": "Apache-2.0",
"author": "Team UKIS",
Expand All @@ -17,7 +17,7 @@
"@angular/core": "^18.2.8"
},
"dependencies": {
"@dlr-eoc/services-layers": "15.0.0-next.1",
"@dlr-eoc/services-layers": "15.0.0",
"tslib": "^2.6.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 1d1b7f0

Please sign in to comment.