Skip to content

Commit

Permalink
v0.46.21
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Sep 30, 2024
1 parent 4ce2ced commit 622db7d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-planets-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-trees-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-timers-stare.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.46.21

### Patch Changes

- types: add $Props ([`458b98eea93e1b9c82374d1727e057bf97d85930`](https://github.com/themesberg/flowbite-svelte/commit/458b98eea93e1b9c82374d1727e057bf97d85930))

- types: component type updates types: Button and ToolbarButton update for using anchor and button, HTMLAnchorAttributes, HTMLButtonAttributes types: GradientButton uses import ButtonProps from "./Button.svelte" instead of using ComponentProps that does not work. ([`a1ba5af532261772bfd8b0b2c8267f65e814f997`](https://github.com/themesberg/flowbite-svelte/commit/a1ba5af532261772bfd8b0b2c8267f65e814f997))

- fix: #1454 extends HTMLInputAttributes for Checkbox component ([`4ce2ced37a28885614ac1d863386e396f190a65e`](https://github.com/themesberg/flowbite-svelte/commit/4ce2ced37a28885614ac1d863386e396f190a65e))

## 0.46.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowbite-svelte",
"version": "0.46.20",
"version": "0.46.21",
"description": "Flowbite components for Svelte",
"main": "dist/index.js",
"packageManager": "[email protected]",
Expand Down Expand Up @@ -51,7 +51,7 @@
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",
"flowbite-svelte": "^0.46.20",
"flowbite-svelte": "^0.46.21",
"flowbite-svelte-blocks": "^1.1.3",
"flowbite-svelte-icons": "^1.6.1",
"mdsvex": "^0.12.3",
Expand Down

0 comments on commit 622db7d

Please sign in to comment.