mirror of
https://github.com/andrei0x309/yup-live-chrome-extension.git
synced 2024-11-09 18:10:57 +00:00
changes: for 1.0.4
This commit is contained in:
parent
4123a082f5
commit
ce58b1b2aa
@ -1,5 +1,9 @@
|
||||
# Change Log
|
||||
|
||||
## [Version 1.0.4]
|
||||
|
||||
- fix: add missing key
|
||||
|
||||
## [Version 1.0.3]
|
||||
|
||||
- change some user error messages
|
||||
|
@ -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",
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user