Bump version

This commit is contained in:
Jon Staab
2025-05-06 16:55:29 -07:00
parent f5fce8e2e7
commit ea3f5a6779
7 changed files with 36 additions and 19 deletions
+9 -2
View File
@@ -1,6 +1,6 @@
{
"name": "flotilla",
"version": "0.2.13",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev",
@@ -89,6 +89,13 @@
"@welshman/signer": "link:../welshman/packages/signer",
"@welshman/store": "link:../welshman/packages/store",
"@welshman/editor": "link:../welshman/packages/editor"
}
},
"ignoredBuiltDependencies": [
"@sentry/cli",
"esbuild"
],
"onlyBuiltDependencies": [
"sharp"
]
}
}