From ae6b24ea0473c168f48bcc48915d5b76a0b0c798 Mon Sep 17 00:00:00 2001 From: Claus-Peter Huebner Date: Tue, 31 Oct 2023 14:54:02 +0100 Subject: [PATCH] new generated changelog, modify installAll-order of moduls because of error in e2e --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d68c67e..f07cc6645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b48251874..ff2475769 100644 --- a/package.json +++ b/package.json @@ -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",