mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
Apply Version Updates From Current Changes (#786)
* apply version updates * Update tauri/CHANGELOG.md Co-authored-by: jbolda <me@jacobbolda.com>
This commit is contained in:
committed by
GitHub
parent
f436a245d2
commit
c3e5a18f43
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"tauri.js": patch
|
||||
---
|
||||
|
||||
Fixes the wrong `cli` value on the template that's used by `tauri init`.
|
||||
Also fixes the template test.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri-api": patch
|
||||
---
|
||||
|
||||
Fixes the config reloading when tauri.conf.json changes.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri.js": patch
|
||||
---
|
||||
|
||||
Fixes the `tauri icon` usage with the `--icon` flag. Previously, only the `-i` flag worked.
|
||||
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## [0.8.3]
|
||||
|
||||
- Fixes the wrong cli value on the template that's used by tauri init.
|
||||
Also fixes the template test.
|
||||
- Fixes the tauri icon usage with the --icon flag. Previously, only the -i flag worked.
|
||||
|
||||
## [0.8.2]
|
||||
|
||||
- Adds tauri.conf.json schema validation to the CLI.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tauri",
|
||||
"version": "0.8.2",
|
||||
"version": "0.8.3",
|
||||
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
|
||||
"bin": {
|
||||
"tauri": "./bin/tauri.js"
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## [0.7.1]
|
||||
|
||||
- Fixes the config reloading when tauri.conf.json changes.
|
||||
|
||||
## [0.7.0]
|
||||
|
||||
- The execute_promise and execute_promise_sync helpers now accepts any tauri::Result<T> where T: impl Serialize.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri-api"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
authors = [
|
||||
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
|
||||
"Daniel Thompson-Yvetot <denjell@sfosc.org>",
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## [0.7.2]
|
||||
|
||||
Bumped due to dependency.
|
||||
|
||||
## [0.7.1]
|
||||
|
||||
- Fixes the assets embedding into the binary.
|
||||
@@ -14,7 +18,7 @@
|
||||
|
||||
- Fixes the Windows build with the latest Windows SDK.
|
||||
|
||||
## [0.6.1] (Not Published)
|
||||
## [0.6.1] - (Not Published)
|
||||
|
||||
## [0.6.0]
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
authors = [
|
||||
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
|
||||
"Daniel Thompson-Yvetot <denjell@sfosc.org>",
|
||||
|
||||
Reference in New Issue
Block a user