Skip to content

Commit

Permalink
apply version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wusyong authored Jun 21, 2023
1 parent dad4f54 commit 8266c94
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changes/cli-disable-version-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/updater-admin-launch-fix.md

This file was deleted.

6 changes: 6 additions & 0 deletions core/tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[1.4.2]

### Bug Fixes

- [`1a3dcdb8`](https://www.github.com/tauri-apps/tauri/commit/1a3dcdb8302fad511f2c1cd418fbc4cff0bd62ac)([#7184](https://www.github.com/tauri-apps/tauri/pull/7184)) On Windows, fix NSIS installers requiring administrator rights failing to be launched by updater.

## \[1.4.1]

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
name = "tauri"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri"
version = "1.4.1"
version = "1.4.2"

[package.metadata.docs.rs]
no-default-features = true
Expand Down
6 changes: 6 additions & 0 deletions tooling/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[1.4.1]

### Bug Fixes

- [`dad4f54e`](https://www.github.com/tauri-apps/tauri/commit/dad4f54eec9773d2ea6233a7d9fd218741173823)([#7273](https://www.github.com/tauri-apps/tauri/pull/7273)) Removed the automatic version check of the CLI that ran after `tauri` commands which caused various issues.

## \[1.4.0]

### New Features
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tooling/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [ "node" ]

[package]
name = "tauri-cli"
version = "1.4.0"
version = "1.4.1"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
rust-version = "1.60"
Expand Down
4 changes: 2 additions & 2 deletions tooling/cli/metadata.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"cli.js": {
"version": "1.4.0",
"version": "1.4.1",
"node": ">= 10.0.0"
},
"tauri": "1.4.1",
"tauri": "1.4.2",
"tauri-build": "1.4.0"
}
6 changes: 6 additions & 0 deletions tooling/cli/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[1.4.1]

### Bug Fixes

- [`dad4f54e`](https://www.github.com/tauri-apps/tauri/commit/dad4f54eec9773d2ea6233a7d9fd218741173823)([#7273](https://www.github.com/tauri-apps/tauri/pull/7273)) Removed the automatic version check of the CLI that ran after `tauri` commands which caused various issues.

## \[1.4.0]

### New Features
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli",
"version": "1.4.0",
"version": "1.4.1",
"description": "Command line interface for building Tauri apps",
"funding": {
"type": "opencollective",
Expand Down

0 comments on commit 8266c94

Please sign in to comment.