chore: release v1.10.1

🔖 Version 1.10.1

### 🐛 Fixes
- Update Footer.js version to 1.10.0 and fix sync-version.sh regex

### ♻️ Refactoring
- Use package.json version directly in Footer instead of env variables
This commit is contained in:
Matthias Lotz 2025-11-29 17:34:25 +01:00
parent bf26472ea3
commit bd10f6533e
7 changed files with 17 additions and 8 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## [1.10.1] - 2025-11-29
### 🐛 Fixes
- Update Footer.js version to 1.10.0 and fix sync-version.sh regex
### ♻️ Refactoring
- Use package.json version directly in Footer instead of env variables
## [1.10.0] - 2025-11-29
### ✨ Features

View File

@ -2,7 +2,7 @@
"openapi": "3.0.0",
"info": {
"title": "Project Image Uploader API",
"version": "1.10.0",
"version": "1.10.1",
"description": "Auto-generated OpenAPI spec with correct mount prefixes"
},
"servers": [

View File

@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.10.0",
"version": "1.10.1",
"description": "",
"main": "src/index.js",
"scripts": {

View File

@ -16,7 +16,7 @@ const endpointsFiles = routerMappings.map(r => path.join(routesDir, r.file));
const doc = {
info: {
title: 'Project Image Uploader API',
version: '1.10.0',
version: '1.10.1',
description: 'Auto-generated OpenAPI spec with correct mount prefixes'
},
host: 'localhost:5001',

View File

@ -1,12 +1,12 @@
{
"name": "frontend",
"version": "1.10.0",
"version": "1.10.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "frontend",
"version": "1.10.0",
"version": "1.10.1",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.10.0",
"version": "1.10.1",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.3.1",

4
package-lock.json generated
View File

@ -13,7 +13,7 @@
]
},
"backend": {
"version": "1.10.0",
"version": "1.10.1",
"license": "ISC",
"dependencies": {
"bcryptjs": "^3.0.3",
@ -10068,7 +10068,7 @@
}
},
"frontend": {
"version": "1.10.0",
"version": "1.10.1",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",