mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
4.4.0 (#7030)
* 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:
co-authored by
arditdomi
parent
c533b4ec35
commit
6e0ad4ce43
@@ -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",
|
||||
...
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user