Merge pull request #86 from Fractal-Tess/changeset-release/dev

Version App
This commit is contained in:
Vilian Gerdzhikov
2024-01-25 05:49:33 +00:00
committed by GitHub
5 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
---
"svelte-tauri": patch
---
Make a helper script to allow syncing pkg versions in the project

View File

@@ -1,5 +1,11 @@
# svelte-tauri
## 0.2.1
### Patch Changes
- 175be29: Make a helper script to allow syncing pkg versions in the project
## 0.2.0
### Minor Changes

View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "svelte-tauri"
version = "0.2.0"
version = "0.2.1"
description = "Svelte-Tauri template starter"
authors = ["Fractal-Tess"]
license = "MIT"

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "svelte-tauri",
"version": "0.2.0"
"version": "0.2.1"
},
"tauri": {
"allowlist": {