We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0902e78 commit 65e8f9fCopy full SHA for 65e8f9f
.changeset/wise-roses-tan.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @viamrobotics/svelte-sdk
2
3
+## 0.2.1
4
+
5
+### Patch Changes
6
7
+- 6a77b17: Fix disconnect issue
8
9
## 0.2.0
10
11
### Minor Changes
package.json
@@ -2,7 +2,7 @@
"name": "@viamrobotics/svelte-sdk",
"description": "Build Svelte apps with Viam",
"license": "Apache-2.0",
- "version": "0.2.0",
+ "version": "0.2.1",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run prepack",
0 commit comments