Merge pull request #3590 from gradido/release-2_7_3

chore(release): v2.7.3
This commit is contained in:
einhornimmond 2025-12-04 09:34:27 +01:00 committed by GitHub
commit e5ec5e07e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 16 additions and 11 deletions

View File

@ -4,7 +4,12 @@ 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).
#### [v2.7.2](https://github.com/gradido/gradido/compare/v2.7.2...v2.7.2)
#### [v2.7.3](https://github.com/gradido/gradido/compare/v2.7.2...v2.7.3)
- feat(admin): show user registered at in admin [`#3589`](https://github.com/gradido/gradido/pull/3589)
- feat(backend): 3573 feature introduce distributed semaphore base on redis [`#3580`](https://github.com/gradido/gradido/pull/3580)
- fix(workflow): make deployment install script more robust [`#3588`](https://github.com/gradido/gradido/pull/3588)
- chore(release): v2.7.2 [`#3587`](https://github.com/gradido/gradido/pull/3587)
#### [v2.7.2](https://github.com/gradido/gradido/compare/v2.7.0...v2.7.2)

View File

@ -3,7 +3,7 @@
"description": "Administration Interface for Gradido",
"main": "index.js",
"author": "Gradido Academy - https://www.gradido.net",
"version": "2.7.2",
"version": "2.7.3",
"license": "Apache-2.0",
"scripts": {
"dev": "vite",

View File

@ -1,6 +1,6 @@
{
"name": "backend",
"version": "2.7.2",
"version": "2.7.3",
"private": false,
"description": "Gradido unified backend providing an API-Service for Gradido Transactions",
"repository": "https://github.com/gradido/gradido/backend",

View File

@ -1,6 +1,6 @@
{
"name": "config-schema",
"version": "2.7.2",
"version": "2.7.3",
"description": "Gradido Config for validate config",
"main": "./build/index.js",
"types": "./src/index.ts",

View File

@ -1,6 +1,6 @@
{
"name": "core",
"version": "2.7.2",
"version": "2.7.3",
"description": "Gradido Core Code, High-Level Shared Code, with dependencies on other modules",
"main": "./build/index.js",
"types": "./src/index.ts",

View File

@ -1,6 +1,6 @@
{
"name": "database",
"version": "2.7.2",
"version": "2.7.3",
"description": "Gradido Database Tool to execute database migrations",
"main": "./build/index.js",
"types": "./src/index.ts",

View File

@ -1,6 +1,6 @@
{
"name": "dht-node",
"version": "2.7.2",
"version": "2.7.3",
"description": "Gradido dht-node module",
"main": "src/index.ts",
"repository": "https://github.com/gradido/gradido/",

View File

@ -1,6 +1,6 @@
{
"name": "federation",
"version": "2.7.2",
"version": "2.7.3",
"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",

View File

@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "2.7.2",
"version": "2.7.3",
"private": true,
"scripts": {
"dev": "concurrently \"yarn watch-scss\" \"vite\"",

View File

@ -1,6 +1,6 @@
{
"name": "gradido",
"version": "2.7.2",
"version": "2.7.3",
"description": "Gradido",
"main": "index.js",
"repository": "git@github.com:gradido/gradido.git",

View File

@ -1,6 +1,6 @@
{
"name": "shared",
"version": "2.7.2",
"version": "2.7.3",
"description": "Gradido Shared Code, Low-Level Shared Code, without dependencies on other modules",
"main": "./build/index.js",
"types": "./src/index.ts",