mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
beta releae
This commit is contained in:
parent
71e73134b3
commit
41d6e8215c
30
CHANGELOG.md
30
CHANGELOG.md
@ -4,9 +4,39 @@ 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.3.0](https://github.com/gradido/gradido/compare/2.2.1...2.3.0)
|
||||
|
||||
- feat(frontend): conditional services menu entries [`#3314`](https://github.com/gradido/gradido/pull/3314)
|
||||
- feat(frontend): update news [`#3313`](https://github.com/gradido/gradido/pull/3313)
|
||||
- feat(frontend): auto-login link for humhub [`#3311`](https://github.com/gradido/gradido/pull/3311)
|
||||
- feat(frontend): remove gdt menu entry [`#3312`](https://github.com/gradido/gradido/pull/3312)
|
||||
- feat(backend): sync user change with humhub [`#3310`](https://github.com/gradido/gradido/pull/3310)
|
||||
- feat(backend): humhub export user function [`#3308`](https://github.com/gradido/gradido/pull/3308)
|
||||
- feat(frontend): add humhub switch and name format [`#3309`](https://github.com/gradido/gradido/pull/3309)
|
||||
- feat(frontend): gms - new menu item userplayground [`#3307`](https://github.com/gradido/gradido/pull/3307)
|
||||
- feat(backend): gms user-search - backend authentication-handshake [`#3306`](https://github.com/gradido/gradido/pull/3306)
|
||||
|
||||
#### [2.2.1](https://github.com/gradido/gradido/compare/2.2.0...2.2.1)
|
||||
|
||||
> 2 April 2024
|
||||
|
||||
- fix(other): v2.2.1 merge with master [`#3296`](https://github.com/gradido/gradido/pull/3296)
|
||||
- feat(backend): 3287 feature gms user update after change user settings [`#3291`](https://github.com/gradido/gradido/pull/3291)
|
||||
- docs(backend): 3302 docu usecase - user search [`#3303`](https://github.com/gradido/gradido/pull/3303)
|
||||
- fix(backend): prevent updating alias backend-side [`#3300`](https://github.com/gradido/gradido/pull/3300)
|
||||
- fix(other): add GMS_ACTIVE and GMS_URL to deploy .env.dist [`#3301`](https://github.com/gradido/gradido/pull/3301)
|
||||
- feat(frontend): update gms user settings [`#3297`](https://github.com/gradido/gradido/pull/3297)
|
||||
- feat(admin): admin update community list [`#3271`](https://github.com/gradido/gradido/pull/3271)
|
||||
- refactor(backend): refactor community and add to dlt-connector [`#3289`](https://github.com/gradido/gradido/pull/3289)
|
||||
- feat(frontend): serve frontend and admin static [`#3278`](https://github.com/gradido/gradido/pull/3278)
|
||||
- build(other): add config for nvm [`#3292`](https://github.com/gradido/gradido/pull/3292)
|
||||
- feat(dlt): transmit to iota [`#3275`](https://github.com/gradido/gradido/pull/3275)
|
||||
- fix(other): deployment bugfixes [`#3290`](https://github.com/gradido/gradido/pull/3290)
|
||||
- fix(backend): prevent running validate communities continuous [`#3288`](https://github.com/gradido/gradido/pull/3288)
|
||||
- feat(workflow): add videos to deployment readme [`#3286`](https://github.com/gradido/gradido/pull/3286)
|
||||
- feat(backend): 3263 feature gms publish user backend update user settings [`#3281`](https://github.com/gradido/gradido/pull/3281)
|
||||
- feat(backend): gms publish user backend gradido communities dialog [`#3265`](https://github.com/gradido/gradido/pull/3265)
|
||||
- feat(backend): 3237 feature connect gms api with a new rest client [`#3256`](https://github.com/gradido/gradido/pull/3256)
|
||||
|
||||
#### [2.2.0](https://github.com/gradido/gradido/compare/2.1.1...2.2.0)
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"description": "Administraion Interface for Gradido",
|
||||
"main": "index.js",
|
||||
"author": "Moriz Wahl",
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.0",
|
||||
"license": "Apache-2.0",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradido-backend",
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.0",
|
||||
"description": "Gradido unified backend providing an API-Service for Gradido Transactions",
|
||||
"main": "src/index.ts",
|
||||
"repository": "https://github.com/gradido/gradido/backend",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradido-database",
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.0",
|
||||
"description": "Gradido Database Tool to execute database migrations",
|
||||
"main": "src/index.ts",
|
||||
"repository": "https://github.com/gradido/gradido/database",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradido-dht-node",
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.0",
|
||||
"description": "Gradido dht-node module",
|
||||
"main": "src/index.ts",
|
||||
"repository": "https://github.com/gradido/gradido/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradido-dlt-connector",
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.0",
|
||||
"description": "Gradido DLT-Connector",
|
||||
"main": "src/index.ts",
|
||||
"repository": "https://github.com/gradido/gradido/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradido-federation",
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.0",
|
||||
"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",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bootstrap-vue-gradido-wallet",
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node run/server.js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradido",
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.0",
|
||||
"description": "Gradido",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:gradido/gradido.git",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user