* apply version updates * Update tauri/CHANGELOG.md Co-authored-by: jbolda <me@jacobbolda.com>
@@ -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.
-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 @@
+## [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.
[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>",
+## [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]
name = "tauri"
-version = "0.7.1"
+version = "0.7.2"