chore(release): 1.12.3
All checks were successful
Build release images / build-container (push) Successful in 1m1s

This commit is contained in:
Nicolai Ort 2025-04-28 21:32:11 +02:00
parent 7f802d57f8
commit 85e4faf898
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
5 changed files with 1075 additions and 1068 deletions

View File

@ -2,9 +2,16 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [1.12.3](https://git.odit.services/lfk/frontend/compare/1.12.2...1.12.3)
- feat: Fast card replacement view [`7f802d5`](https://git.odit.services/lfk/frontend/commit/7f802d57f81d913634f28e2def29c183b0fdd098)
#### [1.12.2](https://git.odit.services/lfk/frontend/compare/1.12.1...1.12.2)
> 28 April 2025
- feat(cardassignment): Now with hand scanner support [`9e8c236`](https://git.odit.services/lfk/frontend/commit/9e8c236281f6686318c27dcb1bd02dfbc2b30ee8)
- chore(release): 1.12.2 [`868dc3f`](https://git.odit.services/lfk/frontend/commit/868dc3f7e23f42f6bf1f752272ad21673be9c1c4)
#### [1.12.1](https://git.odit.services/lfk/frontend/compare/1.12.0...1.12.1)

View File

@ -13,7 +13,7 @@
<body>
<span style="display: none; visibility: hidden" id="buildinfo"
>RELEASE_INFO-1.12.2-RELEASE_INFO</span
>RELEASE_INFO-1.12.3-RELEASE_INFO</span
>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script src="/env.js"></script>

View File

@ -1,6 +1,6 @@
{
"name": "@odit/lfk-frontend",
"version": "1.12.2",
"version": "1.12.3",
"type": "module",
"scripts": {
"i18n-order": "node order.js",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff