Merge pull request #86 from Fractal-Tess/changeset-release/dev
Version App
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"svelte-tauri": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Make a helper script to allow syncing pkg versions in the project
|
|
@@ -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
|
||||||
|
@@ -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": {
|
||||||
|
@@ -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"
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "svelte-tauri",
|
"productName": "svelte-tauri",
|
||||||
"version": "0.2.0"
|
"version": "0.2.1"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
Reference in New Issue
Block a user