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:
github-actions[bot]
2020-07-09 09:11:16 -05:00
committed by GitHub
parent f436a245d2
commit c3e5a18f43
9 changed files with 18 additions and 20 deletions

View File

@@ -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.

View File

@@ -1,5 +0,0 @@
---
"tauri-api": patch
---
Fixes the config reloading when tauri.conf.json changes.

View File

@@ -1,5 +0,0 @@
---
"tauri.js": patch
---
Fixes the `tauri icon` usage with the `--icon` flag. Previously, only the `-i` flag worked.

View File

@@ -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.

View File

@@ -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"

View File

@@ -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.

View File

@@ -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>",

View File

@@ -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]

View File

@@ -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>",