From 3417bf5fbe2dd7fa8c88c8e478f821838beaa010 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2020 10:15:48 -0300 Subject: [PATCH] Apply Version Updates From Current Changes (#811) Co-authored-by: lucasfernog --- .changes/fix-edge-blank.md | 7 ------- .changes/tauri-info-windows.md | 5 ----- cli/tauri.js/CHANGELOG.md | 8 ++++++++ cli/tauri.js/package.json | 2 +- tauri-api/CHANGELOG.md | 6 ++++++ tauri-api/Cargo.toml | 2 +- tauri/CHANGELOG.md | 6 ++++++ tauri/Cargo.toml | 2 +- 8 files changed, 23 insertions(+), 15 deletions(-) delete mode 100644 .changes/fix-edge-blank.md delete mode 100644 .changes/tauri-info-windows.md diff --git a/.changes/fix-edge-blank.md b/.changes/fix-edge-blank.md deleted file mode 100644 index 9b4f64323..000000000 --- a/.changes/fix-edge-blank.md +++ /dev/null @@ -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). - diff --git a/.changes/tauri-info-windows.md b/.changes/tauri-info-windows.md deleted file mode 100644 index 3d5f7405e..000000000 --- a/.changes/tauri-info-windows.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri.js": patch ---- - -Improve the `tauri info` output on Windows, including the Microsoft Edge version. diff --git a/cli/tauri.js/CHANGELOG.md b/cli/tauri.js/CHANGELOG.md index c6c1f59a8..cf46ef8bf 100644 --- a/cli/tauri.js/CHANGELOG.md +++ b/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). diff --git a/cli/tauri.js/package.json b/cli/tauri.js/package.json index 499943829..096e18891 100644 --- a/cli/tauri.js/package.json +++ b/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" diff --git a/tauri-api/CHANGELOG.md b/tauri-api/CHANGELOG.md index 83ce43506..c46ffff0b 100644 --- a/tauri-api/CHANGELOG.md +++ b/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. diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index cc32bf3d2..694f729df 100644 --- a/tauri-api/Cargo.toml +++ b/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 ", "Daniel Thompson-Yvetot ", diff --git a/tauri/CHANGELOG.md b/tauri/CHANGELOG.md index 748cc92c9..e561d47cb 100644 --- a/tauri/CHANGELOG.md +++ b/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. diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index ed00c3c58..06a50ba74 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri" -version = "0.7.4" +version = "0.7.5" authors = [ "Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ",