changes: for 1.0.4

This commit is contained in:
Andrei O 2023-02-18 17:08:52 +02:00
parent 4123a082f5
commit ce58b1b2aa
No known key found for this signature in database
GPG Key ID: B961E5B68389457E
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Change Log
## [Version 1.0.4]
- fix: add missing key
## [Version 1.0.3]
- change some user error messages

View File

@ -1,7 +1,7 @@
{
"name": "yup live",
"description": "Light alternative extension for yup protocol",
"version": "1.0.3",
"version": "1.0.4",
"manifest_version": 3,
"icons": {
"16": "src/assets/icons/yup_ext_16.png",

View File

@ -61,7 +61,9 @@ $: {
</div>
{/if}
<RateSingle url={url.href.replace(/\/$/gms, '') ?? ''} disabled={!isValid} />
{#key url.href}
<RateSingle url={url.href.replace(/\/$/gms, '') ?? ''} disabled={!isValid} />
{/key}
</div>
<style>