flowbite-svelte
Advanced tools
Comparing version 0.13.6 to 0.13.7
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.13.7](https://github.com/shinokada/flowbite-svelte/compare/v0.13.6...v0.13.7) (2022-04-13) | ||
### Bug Fixes | ||
* remove SvelteKit app/stores page and session from Navbar ([09428df](https://github.com/shinokada/flowbite-svelte/commit/09428df9f46b16b07595ed16c08697c61c0099a5)) | ||
### [0.13.6](https://github.com/shinokada/flowbite-svelte/compare/v0.13.5...v0.13.6) (2022-04-13) | ||
@@ -7,0 +14,0 @@ |
@@ -5,2 +5,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
props: { | ||
user?: string; | ||
siteName?: string; | ||
@@ -7,0 +8,0 @@ logo?: string; |
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.13.6", | ||
"version": "0.13.7", | ||
"description": "Flowbite components for Svelte", | ||
@@ -5,0 +5,0 @@ "main": "./package/index.js", |
Sorry, the diff of this file is not supported yet
322251
2404