apply version updates (#2458)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-08-16 20:19:59 -03:00
committed by GitHub
parent 01ad29257c
commit 81d245f687
4 changed files with 8 additions and 2 deletions

View File

@@ -229,6 +229,7 @@
".changes/remove-with-window.md",
".changes/resources-dir-refactor.md",
".changes/restart-application.md",
".changes/revert-cli.js-es-module.md",
".changes/rpc-security.md",
".changes/run-iteration.md",
".changes/run-on-main-thread-refactor.md",

View File

@@ -1,5 +1,10 @@
# Changelog
## \[1.0.0-beta.8]
- Reverts ESM distribution.
- [01ad2925](https://www.github.com/tauri-apps/tauri/commit/01ad29257ca0a0d5b56d93dab4f68f4521aa30a6) fix(cli.js): revert ESM distribution ([#2457](https://www.github.com/tauri-apps/tauri/pull/2457)) on 2021-08-16
## \[1.0.0-beta.7]
- Force Cargo manifest update when running the `deps update` command and fix the version that is written to the file.

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "Command line interface for building Tauri apps",
"bin": {
"tauri": "./bin/tauri.js"

View File

@@ -1,6 +1,6 @@
{
"cli.js": {
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"node": ">= 12.13.0"
},
"tauri": "1.0.0-beta.6",