Skip to content

Commit

Permalink
apply version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed May 9, 2024
1 parent 9b90b67 commit 26ec82d
Show file tree
Hide file tree
Showing 19 changed files with 58 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changes/bundler-nsis-resources-dollar.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-draw-tracing.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/shell-execute-extra-newline.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/shell-execute-performance.md

This file was deleted.

4 changes: 2 additions & 2 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions core/tauri-runtime-wry/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## \[0.14.7]

### Bug Fixes

- [`2eb21378a`](https://www.github.com/tauri-apps/tauri/commit/2eb21378a65107da0d4a1ab425767e99580966c2)([#9718](https://www.github.com/tauri-apps/tauri/pull/9718)) Fixes redraw tracing span not closing.

## \[0.14.6]

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion core/tauri-runtime-wry/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tauri-runtime-wry"
version = "0.14.6"
version = "0.14.7"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
Expand Down
10 changes: 10 additions & 0 deletions core/tauri/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## \[1.6.4]

### Enhancements

- [`7f885bd5e`](https://www.github.com/tauri-apps/tauri/commit/7f885bd5edf3e179ddf0b674c3ea7a96e26ce39e)([#9706](https://www.github.com/tauri-apps/tauri/pull/9706)) Enhance the speed of The JS `Command.execute` API from `shell` module.

### Dependencies

- Upgraded to `tauri-runtime-wry@0.14.7`

## \[1.6.3]

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions core/tauri/Cargo.toml
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.6.3"
version = "1.6.4"

[package.metadata.docs.rs]
no-default-features = true
Expand Down Expand Up @@ -61,7 +61,7 @@ once_cell = "1"
tauri-runtime = { version = "0.14.3", path = "../tauri-runtime" }
tauri-macros = { version = "1.4.4", path = "../tauri-macros" }
tauri-utils = { version = "1.5.4", features = [ "resources" ], path = "../tauri-utils" }
tauri-runtime-wry = { version = "0.14.6", path = "../tauri-runtime-wry", optional = true }
tauri-runtime-wry = { version = "0.14.7", path = "../tauri-runtime-wry", optional = true }
rand = "0.8"
semver = { version = "1.0", features = [ "serde" ] }
serde_repr = "0.1"
Expand Down
10 changes: 10 additions & 0 deletions tooling/api/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## \[1.5.5]

### Enhancements

- [`7f885bd5e`](https://www.github.com/tauri-apps/tauri/commit/7f885bd5edf3e179ddf0b674c3ea7a96e26ce39e)([#9706](https://www.github.com/tauri-apps/tauri/pull/9706)) Enhance the speed of The JS `Command.execute` API from `shell` module.

### Bug Fixes

- [`7f885bd5e`](https://www.github.com/tauri-apps/tauri/commit/7f885bd5edf3e179ddf0b674c3ea7a96e26ce39e)([#9706](https://www.github.com/tauri-apps/tauri/pull/9706)) Fix The JS `Command.execute` API from `shell` module including extra new lines.

## \[1.5.4]

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion tooling/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/api",
"version": "1.5.4",
"version": "1.5.5",
"description": "Tauri API definitions",
"funding": {
"type": "opencollective",
Expand Down
6 changes: 6 additions & 0 deletions tooling/bundler/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## \[1.5.4]

### Bug Fixes

- [`ab9ec42c1`](https://www.github.com/tauri-apps/tauri/commit/ab9ec42c102da7594f5d83998aa095d558e86d90)([#9659](https://www.github.com/tauri-apps/tauri/pull/9659)) Fix failing to create NSIS installer when including resources that has `$` in its path.

## \[1.5.3]

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion tooling/bundler/Cargo.toml
Expand Up @@ -2,7 +2,7 @@ workspace = { }

[package]
name = "tauri-bundler"
version = "1.5.3"
version = "1.5.4"
authors = [
"George Burton <burtonageo@gmail.com>",
"Tauri Programme within The Commons Conservancy"
Expand Down
6 changes: 6 additions & 0 deletions tooling/cli/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## \[1.5.14]

### Dependencies

- Upgraded to `tauri-bundler@1.5.4`

## \[1.5.13]

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions tooling/cli/Cargo.lock

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

4 changes: 2 additions & 2 deletions tooling/cli/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ members = [ "node" ]

[package]
name = "tauri-cli"
version = "1.5.13"
version = "1.5.14"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
rust-version = "1.70"
Expand Down Expand Up @@ -42,7 +42,7 @@ path = "src/main.rs"
clap_complete = "4"
clap = { version = "4.4", features = [ "derive" ] }
anyhow = "1.0"
tauri-bundler = { version = "1.5.3", path = "../bundler", default-features = false }
tauri-bundler = { version = "1.5.4", path = "../bundler", default-features = false }
colored = "2.0"
once_cell = "1"
serde = { version = "1.0", features = [ "derive" ] }
Expand Down
4 changes: 2 additions & 2 deletions tooling/cli/metadata.json
@@ -1,8 +1,8 @@
{
"cli.js": {
"version": "1.5.13",
"version": "1.5.14",
"node": ">= 10.0.0"
},
"tauri": "1.6.3",
"tauri": "1.6.4",
"tauri-build": "1.5.2"
}
6 changes: 6 additions & 0 deletions tooling/cli/node/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## \[1.5.14]

### Dependencies

- Upgraded to `tauri-cli@1.5.14`

## \[1.5.13]

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli",
"version": "1.5.13",
"version": "1.5.14",
"description": "Command line interface for building Tauri apps",
"funding": {
"type": "opencollective",
Expand Down

0 comments on commit 26ec82d

Please sign in to comment.