Kaynağa Gözat

Apply Version Updates From Current Changes (#811)

Co-authored-by: lucasfernog <lucas@tauri.studio>
github-actions[bot] 5 yıl önce
ebeveyn
işleme
3417bf5fbe

+ 0 - 7
.changes/fix-edge-blank.md

@@ -1,7 +0,0 @@
----
-"tauri.js": patch
-"tauri-api": patch
----
-
-Fixes Edge blank screen on Windows when running `tauri dev` (Tauri crashing window due to Edge reloading app because of missing Content-Type header).
-

+ 0 - 5
.changes/tauri-info-windows.md

@@ -1,5 +0,0 @@
----
-"tauri.js": patch
----
-
-Improve the `tauri info` output on Windows, including the Microsoft Edge version.

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

@@ -1,5 +1,13 @@
 # Changelog
 
+## [0.9.1]
+
+-   Fixes Edge blank screen on Windows when running tauri dev (Tauri crashing window due to Edge reloading app because of missing Content-Type header).
+    -   Bumped due to a bump in tauri-api.
+    -   [fedee83](https://www.github.com/tauri-apps/tauri/commit/fedee835e36daa4363b91aabd43143e8033c9a5c) fix(tauri.js) windows Edge blank screen on tauri dev ([#808](https://www.github.com/tauri-apps/tauri/pull/808)) on 2020-07-11
+-   Improve the tauri info output on Windows, including the Microsoft Edge version.
+    -   [0d6235e](https://www.github.com/tauri-apps/tauri/commit/0d6235e427c0f8241d1068bdd1e34903eb9298f9) feat(tauri.js) add microsoft edge version to the info output ([#810](https://www.github.com/tauri-apps/tauri/pull/810)) on 2020-07-12
+
 ## [0.9.0]
 
 -   Fixes a race condition on the beforeDevCommand usage (starting Tauri before the devServer is ready).

+ 1 - 1
cli/tauri.js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "tauri",
-  "version": "0.9.0",
+  "version": "0.9.1",
   "description": "Multi-binding collection of libraries and templates for building Tauri apps",
   "bin": {
     "tauri": "./bin/tauri.js"

+ 6 - 0
tauri-api/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## [0.7.2]
+
+-   Fixes Edge blank screen on Windows when running tauri dev (Tauri crashing window due to Edge reloading app because of missing Content-Type header).
+    -   Bumped due to a bump in tauri-api.
+    -   [fedee83](https://www.github.com/tauri-apps/tauri/commit/fedee835e36daa4363b91aabd43143e8033c9a5c) fix(tauri.js) windows Edge blank screen on tauri dev ([#808](https://www.github.com/tauri-apps/tauri/pull/808)) on 2020-07-11
+
 ## [0.7.1]
 
 -   Fixes the config reloading when tauri.conf.json changes.

+ 1 - 1
tauri-api/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-api"
-version = "0.7.1"
+version = "0.7.2"
 authors = [
   "Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
   "Daniel Thompson-Yvetot <denjell@sfosc.org>",

+ 6 - 0
tauri/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## [0.7.5]
+
+-   Fixes Edge blank screen on Windows when running tauri dev (Tauri crashing window due to Edge reloading app because of missing Content-Type header).
+    -   Bumped due to a bump in tauri-api.
+    -   [fedee83](https://www.github.com/tauri-apps/tauri/commit/fedee835e36daa4363b91aabd43143e8033c9a5c) fix(tauri.js) windows Edge blank screen on tauri dev ([#808](https://www.github.com/tauri-apps/tauri/pull/808)) on 2020-07-11
+
 ## [0.7.4]
 
 -   Ignoring non UTF-8 characters on the loopback command output.

+ 1 - 1
tauri/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri"
-version = "0.7.4"
+version = "0.7.5"
 authors = [
   "Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
   "Daniel Thompson-Yvetot <denjell@sfosc.org>",