This commit is contained in:
parent
2b3d7f8289
commit
3bc2cd20eb
7 changed files with 11 additions and 7 deletions
|
@ -5,7 +5,7 @@ on:
|
|||
env:
|
||||
VERSION_MAJOR: 4
|
||||
VERSION_MINOR: 0
|
||||
VERSION_PATCH: 0
|
||||
VERSION_PATCH: 1
|
||||
IMAGE_TAG: varakh/upda
|
||||
IMAGE_TAG_PRIVATE: git.myservermanager.com/varakh/upda
|
||||
FORGEJO_URL: https://git.myservermanager.com
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
Changes adhere to [semantic versioning](https://semver.org).
|
||||
|
||||
## [4.0.1] - UNRELEASED
|
||||
|
||||
* ...
|
||||
|
||||
## [4.0.0] - 2024/10/25
|
||||
|
||||
> This is a major version upgrade. Other versions are incompatible with this release.
|
||||
|
|
|
@ -2,7 +2,7 @@ openapi: 3.0.3
|
|||
info:
|
||||
title: upda
|
||||
description: API specification
|
||||
version: 4.0.0
|
||||
version: 4.0.1
|
||||
externalDocs:
|
||||
description: Find out more about the project
|
||||
url: https://git.myservermanager.com/varakh/upda
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package commons
|
||||
|
||||
const (
|
||||
Version = "4.0.0"
|
||||
Version = "4.0.1"
|
||||
)
|
||||
|
|
4
server/web/package-lock.json
generated
4
server/web/package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "upda-ui",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "upda-ui",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "^5.5.1",
|
||||
"@ant-design/pro-layout": "^7.21.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "upda-ui",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"private": true,
|
||||
"author": "varakh@varakh.de",
|
||||
"type": "module",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": {
|
||||
"version": "Version",
|
||||
"number": "4.0.0"
|
||||
"number": "4.0.1"
|
||||
},
|
||||
"common": {
|
||||
"404_title": "Not found.",
|
||||
|
|
Loading…
Reference in a new issue