Skip to content

Upgrade UI5 Web Components version

deno edited this page Feb 14, 2025 · 5 revisions
  1. bump the version in package.json
  2. delete node_modules folder and run yarn to install the new versions
  3. run npx nx run-many --target=sync --all
  4. run npx nx run-many --target=test --all
  5. (optional) run npx nx run-many -u --target=test --all and repeat step 4.; delete yarn.lock and reinstall the dependencies
  6. update the versions of ui5-webcomponents in the files: libs/transformer/package.json and libs/ui5-angular/package.json
  7. create a new branch and commit the changes
  8. open a PR
Clone this wiki locally