* 4.4.0

* Update README.md

* Update upgrade43-44.md

* Update readme

* lock update

Co-authored-by: arditdomi <32884230+arditdomi@users.noreply.github.com>
This commit is contained in:
Eugenio Romano
2021-05-20 09:50:30 +01:00
committed by GitHub
co-authored by arditdomi
parent c533b4ec35
commit 6e0ad4ce43
29 changed files with 1172 additions and 66 deletions
+6 -6
View File
@@ -33,7 +33,7 @@ If your application has few changes from the original app created by the
[Yeoman generator](https://github.com/Alfresco/generator-ng2-alfresco-app)
then you may be able to update your project with the following steps:
1. Update the Yeoman generator to the latest version (4.1.0). Note that
1. Update the Yeoman generator to the latest version. Note that
you might need to run these commands with `sudo` on Linux or MacOS:
```sh
@@ -73,11 +73,11 @@ After starting the app, if everything is working fine, that's all and you don't
```json
"dependencies": {
...
"@alfresco/adf-core": "4.1.0",
"@alfresco/adf-content-services": "4.1.0",
"@alfresco/adf-process-services-cloud": "4.1.0",
"@alfresco/adf-insights": "4.1.0",
"@alfresco/js-api": "4.1.0",
"@alfresco/adf-core": "4.2.0",
"@alfresco/adf-content-services": "4.2.0",
"@alfresco/adf-process-services-cloud": "4.2.0",
"@alfresco/adf-insights": "4.2.0",
"@alfresco/js-api": "4.2.0",
...
```