[READ-ONLY] Mirror of https://github.com/probablykasper/modal-svelte.
svelte
0

Configure Feed

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

Bump version

Kasper (Dec 11, 2022, 11:32 PM +0100) 8bb9b023 7ad3a252

+9 -2
+4
CHANGELOG.md
··· 1 + # Changelog 2 + 3 + ## 1.0.0 - 2022 Dec 11 4 + - Initial release
+4 -2
package-lock.json
··· 23 23 "svelte-preprocess": "^5.0.0", 24 24 "typescript": "^4.9.4", 25 25 "vite": "^4.0.0" 26 - } 26 + }, 27 + "version": "1.0.0" 27 28 }, 28 29 "node_modules/@esbuild/android-arm": { 29 30 "version": "0.16.4", ··· 5426 5427 "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", 5427 5428 "dev": true 5428 5429 } 5429 - } 5430 + }, 5431 + "version": "1.0.0" 5430 5432 }
+1
package.json
··· 1 1 { 2 2 "name": "modal-svelte", 3 + "version": "1.0.0", 3 4 "description": "Modal component for Svelte", 4 5 "type": "module", 5 6 "scripts": {