new generated changelog, modify installAll-order of moduls because of

error in e2e
This commit is contained in:
Claus-Peter Huebner 2023-10-31 14:54:02 +01:00
parent 65cbc857f6
commit ae6b24ea04
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [2.0.0](https://github.com/gradido/gradido/compare/1.23.3...2.0.0)
- feat(federation): x-com-sendcoins 32: communtiy authentication handshake [`#3220`](https://github.com/gradido/gradido/pull/3220)
- docs(frontend): update news on wallet start page [`#3221`](https://github.com/gradido/gradido/pull/3221)
- feat(backend): x-com-sendcoins 31: insert recipient as foreign user in users table after x com sendcoins [`#3215`](https://github.com/gradido/gradido/pull/3215)
- feat(frontend): tunnel community UUId to send [`#3216`](https://github.com/gradido/gradido/pull/3216)

View File

@ -8,7 +8,7 @@
"license": "Apache-2.0",
"scripts": {
"release": "scripts/release.sh",
"installAll": "yarn && cd database && yarn && cd ../frontend && yarn && cd ../admin && yarn && cd ../backend && yarn && cd ../e2e-tests && yarn && cd ../federation && yarn && cd ../dht-node && yarn && cd .."
"installAll": "yarn && cd database && yarn && cd ../frontend && yarn && cd ../admin && yarn && cd ../backend && yarn && cd ../federation && yarn && cd ../dht-node && yarn && cd ../e2e-tests && yarn && cd .."
},
"dependencies": {
"auto-changelog": "^2.4.0",