2 Commits

Author SHA1 Message Date
release-bot
8922c047dc Commit from GitHub Actions (Publishes a new version of the application) 2024-01-22 21:52:12 +00:00
release-bot
1b31faa1f5 [RELEASE]prepare for next development iteration 2024-01-22 21:50:26 +00:00
10 changed files with 12 additions and 12 deletions

2
.env
View File

@@ -1,2 +1,2 @@
REGISTRY_PREFIX=harbor.sheldan.dev/gw2/
VERSION=0.0.4
VERSION=0.0.5

View File

@@ -2,4 +2,4 @@ apiVersion: v2
name: gw2-tools
description: A Helm chart for Kubernetes
type: application
version: 0.0.4
version: 0.0.5

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId>
<version>0.0.5</version>
<version>0.0.6-SNAPSHOT</version>
</parent>
<artifactId>database</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId>
<version>0.0.5</version>
<version>0.0.6-SNAPSHOT</version>
</parent>
<artifactId>executable</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId>
<version>0.0.5</version>
<version>0.0.6-SNAPSHOT</version>
</parent>
<artifactId>gw2-api-client</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId>
<version>0.0.5</version>
<version>0.0.6-SNAPSHOT</version>
</parent>
<artifactId>packaging</artifactId>

View File

@@ -9,7 +9,7 @@
</parent>
<groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId>
<version>0.0.5</version>
<version>0.0.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>gw2-tools</name>
<description>Tools for GW2</description>
@@ -25,7 +25,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/Sheldan/gw2-tools.git</url>
<tag>0.0.5</tag>
<tag>HEAD</tag>
</scm>
<distributionManagement>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId>
<version>0.0.5</version>
<version>0.0.6-SNAPSHOT</version>
</parent>
<artifactId>rest-api</artifactId>

View File

@@ -1,11 +1,11 @@
{
"name": "drr-ui",
"version": "0.0.4",
"version": "0.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.0.4",
"version": "0.0.5",
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"@testing-library/jest-dom": "^5.17.0",

View File

@@ -1,6 +1,6 @@
{
"name": "gw2-tools-ui",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",