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 # svelte-tauri
## 0.2.1
### Patch Changes
- 175be29: Make a helper script to allow syncing pkg versions in the project
## 0.2.0 ## 0.2.0
### Minor Changes ### Minor Changes

View File

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

View File

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

View File

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