mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
apply version updates (#2458)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
01ad29257c
commit
81d245f687
@@ -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",
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user