Skip to content

Commit

Permalink
release-v12.0.0 (#209)
Browse files Browse the repository at this point in the history
* doc: preparing changelog for major release

* Updating to major version 12.0.0

* build: set version to 12.0.0

* fix: updating package-lock
  • Loading branch information
lucas-angermann authored Dec 12, 2023
1 parent f6461f5 commit 6319eea
Show file tree
Hide file tree
Showing 24 changed files with 145 additions and 144 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# [12.0.0](https://github.com/dlr-eoc/ukis-frontend-libraries/tree/v12.0.0) (2023-12-12) (map-ol, map-cesium and map-maplibre)
### Breaking Changes
- Update angular from `^14.2.11` to `^16.2.1` automatic migrations are made by ng update. See update angular from [14.0-15.0](https://update.angular.io/?l=3&v=14.0-15.0) and [14.0-15.0](https://update.angular.io/?l=3&v=15.0-16.0).
- Update @clr/angular and @clr/ui from [`^13.17.0`](https://github.com/vmware-clarity/ng-clarity/releases?q=v13.17.0) to [`^15.12.0`](https://github.com/vmware-clarity/ng-clarity/releases?q=v15.12.0). See releases [Breaking Changes](https://github.com/vmware-clarity/ng-clarity/releases?q=Breaking+Changes). Fixes in styles have been made so update the styles folder from `projects/core-ui/schematics/ng-add/files/src/styles` and also add `class="content-area map-view"` for content areas that include a map.
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": "12.0.0-alpha.2",
"version": "12.0.0",
"license": "Apache-2.0",
"author": "Team UKIS",
"projectsScope": "@dlr-eoc/",
Expand Down Expand Up @@ -142,4 +142,4 @@
"node": ">= 18.13.0",
"npm": ">= 8.19.3"
}
}
}
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": "12.0.0-alpha.2",
"version": "12.0.0",
"main": "src/public-api",
"license": "Apache-2.0",
"author": "Team UKIS",
Expand All @@ -17,7 +17,7 @@
"@angular/core": "^16.2.3"
},
"dependencies": {
"@dlr-eoc/services-layers": "12.0.0-alpha.2",
"@dlr-eoc/services-layers": "12.0.0",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 6319eea

Please sign in to comment.