Apply Version Updates From Current Changes (#811)

Co-authored-by: lucasfernog <lucas@tauri.studio>
This commit is contained in:
github-actions[bot]
2020-07-12 10:15:48 -03:00
committed by GitHub
parent 0d6235e427
commit 3417bf5fbe
8 changed files with 23 additions and 15 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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