Compare commits

..

2 Commits

Author SHA1 Message Date
TeamCity
c2dfa0e701 ci: bump version to v0.23.1 2026-01-20 11:31:51 +00:00
d3709ed852 feat/auth (#29)
Reviewed-on: #29
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
2026-01-20 12:28:20 +01:00
3 changed files with 3 additions and 2 deletions

View File

@@ -165,3 +165,4 @@
### Features
* **ui:** Tie selection ([#26](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Frontend/issues/26)) ([6c914b1](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Frontend/commit/6c914b1421030897d47449087dd1694068e84436))
## [0.0.0](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Frontend/compare/0.23.0...0.0.0) (2026-01-20)

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import { RouterView } from 'vue-router'
import { onMounted, onUnmounted, watch, ref } from 'vue';
import { onMounted, onUnmounted, watch } from 'vue';
import { useRoute, useRouter } from 'vue-router';
import { useUserInfo } from "@/composables/useUserInfo";
import {Dark } from "quasar";

View File

@@ -1,3 +1,3 @@
MAJOR=0
MINOR=23
PATCH=0
PATCH=1