add changeset

This commit is contained in:
Fractal-Tess
2024-01-24 07:12:59 +02:00
parent ca0f9b0a01
commit a611a51573
3 changed files with 8 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "dev",
"baseBranch": "release",
"updateInternalDependencies": "patch",
"ignore": []
}

View File

@@ -1,5 +1,11 @@
# svelte-tauri
## 0.1.0
### Minor Changes
- 98b1df2: Switching ui to shadcn-svelte
## 0.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "svelte-tauri",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"license": "MIT",
"repository": {