chore: release v2.7.1

This commit is contained in:
einhornimmond 2025-11-21 16:22:39 +01:00
parent d0eac55b0a
commit 44720f25b4
10 changed files with 11 additions and 11 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "backend",
"version": "2.7.0",
"version": "2.7.1",
"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.0",
"version": "2.7.1",
"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.0",
"version": "2.7.1",
"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.0",
"version": "2.7.1",
"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.0",
"version": "2.7.1",
"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.0",
"version": "2.7.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",

View File

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

View File

@ -20,7 +20,7 @@
"shared"
],
"scripts": {
"release": "bbump --no-commit --no-push -r",
"release": "bumpp --no-commit --no-push -r",
"version": "auto-changelog -p --commit-limit 0 && git add CHANGELOG.md",
"installAll": "bun run install",
"docker": "cross-env BUILD_COMMIT=$(git rev-parse HEAD) docker compose -f docker-compose.yml up",
@ -39,7 +39,7 @@
"devDependencies": {
"@biomejs/biome": "2.0.0",
"@types/minimatch": "6.0.0",
"bbump": "^1.0.2"
"bumpp": "^10.3.1"
},
"engines": {
"node": ">=18"

View File

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