Apply Version Updates From Current Changes (#792)

Co-authored-by: lucasfernog <lucas@tauri.studio>
This commit is contained in:
github-actions[bot]
2020-07-09 22:12:46 -03:00
committed by GitHub
parent 83976d72b6
commit 70fdc6f699
9 changed files with 16 additions and 20 deletions

View File

@@ -1,5 +0,0 @@
---
"tauri.js": patch
---
Bump `lodash` to 4.17.19

View File

@@ -1,6 +0,0 @@
---
"tauri": patch
"tauri-bundler": patch
---
Properly run the loopback command on Windows.

View File

@@ -1,5 +0,0 @@
---
"tauri": patch
---
Properly ignore the `${distDir}/index.html` asset from the asset embbeding. Previously every asset with name matching `/(.+)index.html$/g` were ignored.

View File

@@ -1,5 +1,9 @@
# Changelog
## [0.8.4]
- Properly run the loopback command on Windows.
## [0.8.3]
- Fixes the unbound variable issue on the DMG bundler script.

View File

@@ -2,7 +2,7 @@ workspace = { }
[package]
name = "tauri-bundler"
version = "0.8.3"
version = "0.8.4"
authors = [
"George Burton <burtonageo@gmail.com>",
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",

View File

@@ -1,5 +1,9 @@
# Changelog
## [0.8.4]
- Bump lodash to 4.17.19
## [0.8.3]
- Fixes the wrong cli value on the template that's used by tauri init.

View File

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

View File

@@ -1,5 +1,10 @@
# Changelog
## [0.7.3]
- Properly run the loopback command on Windows.
- Properly ignore the ${distDir}/index.html asset from the asset embbeding. Previously every asset with name matching /(.+)index.html$/g were ignored.
## [0.7.2]
Bumped due to dependency.

View File

@@ -1,6 +1,6 @@
[package]
name = "tauri"
version = "0.7.2"
version = "0.7.3"
authors = [
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
"Daniel Thompson-Yvetot <denjell@sfosc.org>",
@@ -36,7 +36,6 @@ envmnt = "0.8.3"
once_cell = "1.4.0"
tauri-api = { version = "0.7", path = "../tauri-api" }
# this is actually only needed on dev, but we can't specify it yet
[target."cfg(target_os = \"windows\")".dependencies]
runas = "0.2"