Skip to content

Commit 38100f7

Browse files
authored
build: set to version 16.0.0 for new release (#292)
1 parent 048d6b5 commit 38100f7

23 files changed

Lines changed: 137 additions & 135 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# [16.0.0](https://github.com/dlr-eoc/ukis-frontend-libraries/tree/v16.0.0) (2026-05-29) (update dependencies, new library ngx-ukis-ui-clarity and ngx-ukis-utilities, replace core-ui)
2+
13
### Breaking Changes
24
- Update angular from `^18.2.8` to `^21.2.13`
35
- Update @clr/angular from `^17.12.2` to `18.1.0` which uses angular v21

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- an update of a `major` version in the dependencies should introduce a **BREAKING CHANGE!**
1717

1818
**The versions of the dependencies which are listed in root package.json will be shared with all projects**
19-
**After you update something in root package.json (package version or dependencies) run the script `node scripts/library/index.js --set-source` to sync all versions with the projects and also run `npm install` to regenerate `package-lock.json`.**
19+
**After you update something in root package.json (package version or dependencies) run the script `node scripts/library/index.js --set-source` to sync all versions with the projects and also run `npm i --workspaces --include-workspace-root` to regenerate `package-lock.json`.**
2020

2121
This is used to sync "peerDependencies" across all workspaces but also to set the versions of other dependencies and the package version itself.
2222

@@ -147,7 +147,7 @@ The general workflow to create a new version:
147147
by running `npm version <newversion> -m "Version after Milestone XY" --workspace=projects --include-workspace-root` (major | minor | patch) [further see npm version](https://docs.npmjs.com/cli/version). Optionally test this by appending `--no-git-tag-version`.
148148
e.g. `npm version major -m "Update mapping libraries" --workspace=projects --include-workspace-root --no-git-tag-version` // An NPM installation error may occur because versions are not synchronized with dependencies.
149149
- run `node scripts/library/index.js --set-source` to sync all versions.
150-
- run `npm install` to update the main package-lock.json
150+
- run `npm i --workspaces --include-workspace-root` to update the main package-lock.json
151151
- merge the release branch in the main branch by making a pull request (by appending the query param `template` to the PR url e.g. `https://github.com/dlr-eoc/ukis-frontend-libraries/compare/main...release-v13.0.0?template=release_pull_request.md` the PR body is populated with the template)
152152
- push the tag (created from `npm version` or create on `git tag -a <(v)version> -m "<description>``) by running `git push origin --tags`
153153
- set the label of the release PR to 'RELEASE'

package-lock.json

Lines changed: 67 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ukis-frontend-libraries",
3-
"version": "16.0.0-next.10",
3+
"version": "16.0.0",
44
"license": "Apache-2.0",
55
"author": "Team UKIS",
66
"projectsScope": "@dlr-eoc/",

projects/base-layers-raster/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dlr-eoc/base-layers-raster",
3-
"version": "16.0.0-next.10",
3+
"version": "16.0.0",
44
"main": "src/public-api",
55
"license": "Apache-2.0",
66
"author": "Team UKIS",
@@ -13,7 +13,7 @@
1313
"OSM"
1414
],
1515
"dependencies": {
16-
"@dlr-eoc/services-layers": "16.0.0-next.10",
16+
"@dlr-eoc/services-layers": "16.0.0",
1717
"tslib": "^2.6.3"
1818
},
1919
"devDependencies": {

projects/cookie-alert/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dlr-eoc/cookie-alert",
3-
"version": "16.0.0-next.10",
3+
"version": "16.0.0",
44
"main": "src/public-api",
55
"license": "Apache-2.0",
66
"author": "Team UKIS",
@@ -16,7 +16,7 @@
1616
"@angular/core": "^21.2.14"
1717
},
1818
"dependencies": {
19-
"@dlr-eoc/services-util-store": "16.0.0-next.10",
19+
"@dlr-eoc/services-util-store": "16.0.0",
2020
"tslib": "^2.6.3"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)