Compare commits

..

3 Commits

Author SHA1 Message Date
8d2cb13195 fix: Update release script to include --only-version flag 2025-04-28 21:40:28 +02:00
e61e8b063a chore(release): 1.12.4
All checks were successful
Build release images / build-container (push) Successful in 1m7s
2025-04-28 21:40:08 +02:00
073c78d98a fix: Disable ios auto zooming on inputs 2025-04-28 21:39:54 +02:00
3 changed files with 11 additions and 4 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.4](https://git.odit.services/lfk/frontend/compare/1.12.3...1.12.4)
- fix: Disable ios auto zooming on inputs [`073c78d`](https://git.odit.services/lfk/frontend/commit/073c78d98afd1c2f08b190aeda942a634e9bb888)
#### [1.12.3](https://git.odit.services/lfk/frontend/compare/1.12.2...1.12.3)
> 28 April 2025
- feat: Fast card replacement view [`7f802d5`](https://git.odit.services/lfk/frontend/commit/7f802d57f81d913634f28e2def29c183b0fdd098)
- chore(release): 1.12.3 [`85e4faf`](https://git.odit.services/lfk/frontend/commit/85e4faf898b4844bb2fcaf87e332c1471ef14b57)
#### [1.12.2](https://git.odit.services/lfk/frontend/compare/1.12.1...1.12.2)

View File

@@ -6,14 +6,14 @@
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="apple-touch-icon" href="/lfk-logo.png" />
<meta name="theme-color" content="#FFFFFF" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="Lauf Für Kaya! - Admin" />
<title>Lauf für Kaya! - Admin</title>
</head>
<body>
<span style="display: none; visibility: hidden" id="buildinfo"
>RELEASE_INFO-1.12.3-RELEASE_INFO</span
>RELEASE_INFO-1.12.4-RELEASE_INFO</span
>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script src="/env.js"></script>

View File

@@ -1,13 +1,13 @@
{
"name": "@odit/lfk-frontend",
"version": "1.12.3",
"version": "1.12.4",
"type": "module",
"scripts": {
"i18n-order": "node order.js",
"dev": "vite",
"format": "prettier --write --plugin-search-dir=. .",
"build": "vite build",
"release": "release-it",
"release": "release-it --only-version",
"licenses:export": "license-exporter --json -o public"
},
"license": "CC-BY-NC-SA-4.0",