my website at ewancroft.uk
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: version bump

+6 -6
+1 -1
README.md
··· 800 800 801 801 Built with ❤️ using SvelteKit, AT Protocol, and open-source tools 802 802 803 - **Version**: 10.6.0 803 + **Version**: 10.7.0
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "website", 3 - "version": "10.6.0", 3 + "version": "10.7.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "website", 9 - "version": "10.6.0", 9 + "version": "10.7.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.6.0", 4 + "version": "10.7.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 transition-colors select-none hover:text-ink-600 dark:hover:text-ink-300" 100 - aria-label="Version 10.6.0{showHint 100 + aria-label="Version 10.7.0{showHint 101 101 ? ` - ${$happyMacStore.clickCount} of 24 clicks` 102 102 : ''}" 103 103 title={showHint ? `${$happyMacStore.clickCount}/24` : ''} 104 104 > 105 - v10.6.0{#if showHint}<span class="ml-1 text-xs opacity-60" 105 + v10.7.0{#if showHint}<span class="ml-1 text-xs opacity-60" 106 106 >({$happyMacStore.clickCount}/24)</span 107 107 >{/if} 108 108 </button>