Skip to content

Commit

Permalink
apply version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Nov 26, 2024
1 parent ba6f370 commit 2e3b11a
Show file tree
Hide file tree
Showing 44 changed files with 218 additions and 162 deletions.
6 changes: 0 additions & 6 deletions .changes/api-transfrom-icon-about-menu-item.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/api-transfrom-icon-icon-menu-item.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/bundler-nsis-portuguese.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/core-builder-on-tray-icon-event.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/deb-updater-support.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/extension-path.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-add-capability-panic.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-apijs-mockipc-cb-type.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/info-linux-de-and-session.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/json5-capability-files.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changes/overlay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/set-show-menu-on-left-click-windows-api.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/show-menu-on-left-click-windows-api.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/show-menu-on-left-click-windows.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/tray-icon-menu-on-left-click-windows-api.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/tray-icon-menu-on-left-click-windows.md

This file was deleted.

44 changes: 22 additions & 22 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions crates/tauri-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[2.0.4]

### Dependencies

- Upgraded to `[email protected]`
- Upgraded to `[email protected]`

## \[2.0.3]

### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions crates/tauri-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-build"
version = "2.0.3"
version = "2.0.4"
description = "build time code to pair with https://crates.io/crates/tauri"
exclude = ["CHANGELOG.md", "/target"]
readme = "README.md"
Expand Down Expand Up @@ -28,8 +28,8 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
anyhow = "1"
quote = { version = "1", optional = true }
tauri-codegen = { version = "2.0.3", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.1.0", path = "../tauri-utils", features = [
tauri-codegen = { version = "2.0.4", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.1.1", path = "../tauri-utils", features = [
"build",
"resources",
] }
Expand Down
14 changes: 14 additions & 0 deletions crates/tauri-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## \[2.2.0]

### New Features

- [`cccb308c7`](https://www.github.com/tauri-apps/tauri/commit/cccb308c7b559b0838138d6cea280665f060c925) ([#11562](https://www.github.com/tauri-apps/tauri/pull/11562) by [@jLynx](https://www.github.com/tauri-apps/tauri/../../jLynx)) Generate signature for `.deb` packages when `createUpdaterArtifacts` option is enabled.

### Enhancements

- [`93a3a043d`](https://www.github.com/tauri-apps/tauri/commit/93a3a043d39cc96515d51d98beeb14261d3a246b) ([#11727](https://www.github.com/tauri-apps/tauri/pull/11727) by [@Kiyozz](https://www.github.com/tauri-apps/tauri/../../Kiyozz)) Add support for `Portuguese` language for NSIS windows installer.

### Dependencies

- Upgraded to `[email protected]`

## \[2.1.0]

### New Features
Expand Down
4 changes: 2 additions & 2 deletions crates/tauri-bundler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-bundler"
version = "2.1.0"
version = "2.2.0"
authors = [
"George Burton <[email protected]>",
"Tauri Programme within The Commons Conservancy",
Expand All @@ -15,7 +15,7 @@ rust-version = "1.77.2"
exclude = ["CHANGELOG.md", "/target", "rustfmt.toml"]

[dependencies]
tauri-utils = { version = "2.1.0", path = "../tauri-utils", features = [
tauri-utils = { version = "2.1.1", path = "../tauri-utils", features = [
"resources",
] }
image = "0.25.0"
Expand Down
Loading

0 comments on commit 2e3b11a

Please sign in to comment.