Browse Source

Apply Version Updates From Current Changes (#786)

* apply version updates

* Update tauri/CHANGELOG.md

Co-authored-by: jbolda <me@jacobbolda.com>
github-actions[bot] 5 years ago
parent
commit
c3e5a18f43

+ 0 - 6
.changes/fix-template.md

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

+ 0 - 5
.changes/tauri-conf-changes.md

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

+ 0 - 5
.changes/tauri-icon.md

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

+ 6 - 0
cli/tauri.js/CHANGELOG.md

@@ -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 - 1
cli/tauri.js/package.json

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

+ 4 - 0
tauri-api/CHANGELOG.md

@@ -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 - 1
tauri-api/Cargo.toml

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

+ 5 - 1
tauri/CHANGELOG.md

@@ -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 - 1
tauri/Cargo.toml

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