my website at ewancroft.uk

chore: another version bump

ewancroft.uk a6af8163 d667b1c7

verified
Changed files
+5 -5
src
lib
components
layout
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "website", 3 - "version": "10.4.0", 3 + "version": "10.5.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "website", 9 - "version": "10.4.0", 9 + "version": "10.5.0", 10 10 "dependencies": { 11 11 "@atproto/api": "^0.18.1", 12 12 "@lucide/svelte": "^0.554.0",
+1 -1
package.json
··· 1 1 { 2 2 "name": "website", 3 3 "private": true, 4 - "version": "10.4.0", 4 + "version": "10.5.0", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite dev",
+2 -2
src/lib/components/layout/Footer.svelte
··· 97 97 type="button" 98 98 onclick={() => happyMacStore.incrementClick()} 99 99 class="cursor-default select-none transition-colors hover:text-ink-600 dark:hover:text-ink-300" 100 - aria-label="Version 10.4.0{showHint ? ` - ${$happyMacStore.clickCount} of 24 clicks` : ''}" 100 + aria-label="Version 10.5.0{showHint ? ` - ${$happyMacStore.clickCount} of 24 clicks` : ''}" 101 101 title={showHint ? `${$happyMacStore.clickCount}/24` : ''} 102 102 > 103 - v10.4.0{#if showHint}<span class="ml-1 text-xs opacity-60">({$happyMacStore.clickCount}/24)</span>{/if} 103 + v10.5.0{#if showHint}<span class="ml-1 text-xs opacity-60">({$happyMacStore.clickCount}/24)</span>{/if} 104 104 </button> 105 105 </div> 106 106 </div>