Skip to content

Commit

Permalink
chore: bump version to v0.0.6 in package.json and fix rendering of co…
Browse files Browse the repository at this point in the history
…ntrols in Panel component
  • Loading branch information
eytanProxi committed Sep 17, 2024
1 parent 2d284b5 commit bfff312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-vanilla",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"author": "Pierre-Emmanuel PIRNAY",
"repository": "github:pierre-H/svelte-vanilla",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Layouts/Panel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{/if}
{#if controls}
<div class="p-panel__controls">
{@render actions()}
{@render controls()}
</div>
{/if}
</div>
Expand Down

0 comments on commit bfff312

Please sign in to comment.