mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
Apply Version Updates From Current Changes (#792)
Co-authored-by: lucasfernog <lucas@tauri.studio>
This commit is contained in:
committed by
GitHub
parent
83976d72b6
commit
70fdc6f699
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri.js": patch
|
||||
---
|
||||
|
||||
Bump `lodash` to 4.17.19
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"tauri": patch
|
||||
"tauri-bundler": patch
|
||||
---
|
||||
|
||||
Properly run the loopback command on Windows.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
|
||||
@@ -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>",
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user