diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c8086e9..5dfc8a529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [2.4.0](https://github.com/gradido/gradido/compare/2.3.1...2.4.0) +#### [2.4.1](https://github.com/gradido/gradido/compare/2.3.1...2.4.1) - feat(backend): auto register new user in humhub [`#3386`](https://github.com/gradido/gradido/pull/3386) - feat(backend): try and catch user sync [`#3385`](https://github.com/gradido/gradido/pull/3385) diff --git a/admin/package.json b/admin/package.json index ffc9be130..5d3cdb8fb 100644 --- a/admin/package.json +++ b/admin/package.json @@ -3,7 +3,7 @@ "description": "Administration Interface for Gradido", "main": "index.js", "author": "Moriz Wahl", - "version": "2.4.0", + "version": "2.4.1", "license": "Apache-2.0", "private": false, "scripts": { diff --git a/backend/package.json b/backend/package.json index fbeac345a..db89dfbe7 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "2.4.0", + "version": "2.4.1", "description": "Gradido unified backend providing an API-Service for Gradido Transactions", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/backend", diff --git a/database/package.json b/database/package.json index 33ef99354..dc9bd39c4 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "2.4.0", + "version": "2.4.1", "description": "Gradido Database Tool to execute database migrations", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/database", diff --git a/dht-node/package.json b/dht-node/package.json index dc9230619..4c6868784 100644 --- a/dht-node/package.json +++ b/dht-node/package.json @@ -1,6 +1,6 @@ { "name": "gradido-dht-node", - "version": "2.4.0", + "version": "2.4.1", "description": "Gradido dht-node module", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/", diff --git a/dlt-connector/package.json b/dlt-connector/package.json index fb6d24c8c..0ed9aa89e 100644 --- a/dlt-connector/package.json +++ b/dlt-connector/package.json @@ -1,6 +1,6 @@ { "name": "gradido-dlt-connector", - "version": "2.4.0", + "version": "2.4.1", "description": "Gradido DLT-Connector", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/", diff --git a/federation/package.json b/federation/package.json index 488dcceba..ecf2d2d50 100644 --- a/federation/package.json +++ b/federation/package.json @@ -1,6 +1,6 @@ { "name": "gradido-federation", - "version": "2.4.0", + "version": "2.4.1", "description": "Gradido federation module providing Gradido-Hub-Federation and versioned API for inter community communication", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/federation", diff --git a/frontend/package.json b/frontend/package.json index 2a91e0ed5..4dc914b03 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "2.4.0", + "version": "2.4.1", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index c593ec335..19eb4d847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "2.4.0", + "version": "2.4.1", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",