Skip to content

Commit

Permalink
Merge pull request #151 from cupcakearmy/150-type-button
Browse files Browse the repository at this point in the history
150 type button
  • Loading branch information
cupcakearmy authored Sep 20, 2024
2 parents 14d3e9e + 847fc96 commit a47b8a4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"npm-run-all": "^4.1.5",
"shelljs": "^0.8.5"
},
"packageManager": "pnpm@9.9.0"
"packageManager": "pnpm@9.11.0"
}
2 changes: 1 addition & 1 deletion packages/backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cryptgeon"
version = "2.8.1"
version = "2.8.2"
authors = ["cupcakearmy <[email protected]>"]
edition = "2021"
rust-version = "1.80"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cryptgeon",
"version": "2.8.1",
"version": "2.8.2",
"homepage": "https://github.com/cupcakearmy/cryptgeon",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/lib/ui/Icon.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
export let icon: keyof typeof map
</script>

<button on:click {...$$restProps}>
<button type="button" on:click {...$$restProps}>
{#if map[icon]}
<svelte:component this={map[icon]} />
{/if}
Expand Down

0 comments on commit a47b8a4

Please sign in to comment.