5 Commits
1.0.1 ... 1.0.3

Author SHA1 Message Date
42d6fa1bb8 🚀Bumped version to 1.0.3 2023-04-15 19:23:31 +02:00
318408add8 Moved padding to div 2023-04-15 19:23:22 +02:00
fc147d0f58 Added X top padding 2023-04-15 19:22:42 +02:00
9181ac5443 Enable push on release 2023-04-15 19:21:39 +02:00
cb922e9ce9 🚀Bumped version to 1.0.2 2023-04-15 19:21:10 +02:00
3 changed files with 18 additions and 3 deletions

View File

@@ -2,8 +2,23 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC. All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [1.0.3](https://git.odit.services/lfk/scanclient/compare/1.0.2...1.0.3)
- Moved padding to div [`318408a`](https://git.odit.services/lfk/scanclient/commit/318408add82bcc71804d43f44e437bd38a553c0a)
- Added X top padding [`fc147d0`](https://git.odit.services/lfk/scanclient/commit/fc147d0f5813241a868abeeafc83ce0167a9513a)
- Enable push on release [`9181ac5`](https://git.odit.services/lfk/scanclient/commit/9181ac54434e4650099631e32a6351b9c5da0d13)
#### [1.0.2](https://git.odit.services/lfk/scanclient/compare/1.0.1...1.0.2)
> 15 April 2023
- 🚀Bumped version to 1.0.2 [`cb922e9`](https://git.odit.services/lfk/scanclient/commit/cb922e9ce9da5dd17b4ff9416053a34daf9e4edf)
#### [1.0.1](https://git.odit.services/lfk/scanclient/compare/1.0.0...1.0.1) #### [1.0.1](https://git.odit.services/lfk/scanclient/compare/1.0.0...1.0.1)
> 15 April 2023
- 🚀Bumped version to 1.0.1 [`36ca85e`](https://git.odit.services/lfk/scanclient/commit/36ca85ebf76ee5696875922eec633a864d323fde)
- reload on language change [`d96f32c`](https://git.odit.services/lfk/scanclient/commit/d96f32cc8499f7a4b1e6458bb68132394c41f782) - reload on language change [`d96f32c`](https://git.odit.services/lfk/scanclient/commit/d96f32cc8499f7a4b1e6458bb68132394c41f782)
### [1.0.0](https://git.odit.services/lfk/scanclient/compare/0.2.0...1.0.0) ### [1.0.0](https://git.odit.services/lfk/scanclient/compare/0.2.0...1.0.0)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lfk/scanclient", "name": "@lfk/scanclient",
"version": "1.0.1", "version": "1.0.3",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",
@@ -31,7 +31,7 @@
"requireCleanWorkingDir": false, "requireCleanWorkingDir": false,
"commitMessage": "🚀Bumped version to ${version}", "commitMessage": "🚀Bumped version to ${version}",
"requireBranch": "dev", "requireBranch": "dev",
"push": false, "push": true,
"tag": true, "tag": true,
"tagName": null, "tagName": null,
"tagAnnotation": "${version}" "tagAnnotation": "${version}"

View File

@@ -113,7 +113,7 @@
/> />
</label> </label>
{#if lastscan_totaldistance} {#if lastscan_totaldistance}
<div class="w-full text-center items-center"> <div class="w-full text-center items-center pt-2">
{#if !lastscan_valid || lastscan_error} {#if !lastscan_valid || lastscan_error}
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"