Apply Version Updates From Current Changes (#4175)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
github-actions[bot]
2022-05-24 15:35:35 -03:00
committed by GitHub
parent d0233db317
commit 8b6bb6720c
19 changed files with 98 additions and 23 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## \[1.0.0-rc.12]
- Properly fetch the NPM dependency information when using Yarn 2+.
- [cdfa6255](https://www.github.com/tauri-apps/tauri/commit/cdfa62551115586725bd3e4c04f12c5256f20790) fix(cli): properly read info when using yarn 2+, closes [#4106](https://www.github.com/tauri-apps/tauri/pull/4106) ([#4193](https://www.github.com/tauri-apps/tauri/pull/4193)) on 2022-05-23
## \[1.0.0-rc.11]
- Allow configuring the display options for the MSI execution allowing quieter updates.

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli",
"version": "1.0.0-rc.11",
"version": "1.0.0-rc.12",
"description": "Command line interface for building Tauri apps",
"funding": {
"type": "opencollective",