Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#4382)
Browse files Browse the repository at this point in the history
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and lucasfernog authored Jun 29, 2022
1 parent 5105b42 commit df5fd52
Show file tree
Hide file tree
Showing 67 changed files with 234 additions and 294 deletions.
6 changes: 0 additions & 6 deletions .changes/add-missing-dpi-methods.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bundler-appimage-fix-space.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bundler-appimage-fix.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/bundler-deb-rm-pkg-config.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/bundler-libnames.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/cargo-not-found.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/change-template-menu.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/check-updater-target-cli.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/cli-check-target.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/cli-plugin-template-covector.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/config-targets.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/dev-app-metadata.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/dev-bin-name.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/dev-custom-ignore-file.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/dev-dock-icon.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-allowlist-error-check.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/fix-cli-kill-children.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/fix-cli-plugin-template.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-dev-path-origin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/fix-language-code.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-plugin-deadlock.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/fix-schema-path-fmt.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-window-emit-target.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/info-command-workspace.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/is-windows-7.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/keep-manifest-fmt.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/linux-raw-window-handle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/plugin-on-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/refactor-bundler-plist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/refactor-listeners-wry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/refactor-wry-plugin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/remove-plugin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/runtime-remove-hwnd-ns_window.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/theme-api-macos.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unused-vars.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/update-tao-wry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/updater-sig-metadata.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/validate-identifier.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/validate-wix-version.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/validate-wixtools.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/webview-install-mode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/win7-notifications.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/windows-deadlock.md

This file was deleted.

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

## \[1.0.1]

- Changed the `BundleConfig::targets` to a `BundleTarget` enum to enhance generated documentation.
- Bumped due to a bump in tauri-utils.
- [31c15cd2](https://www.github.com/tauri-apps/tauri/commit/31c15cd2bd94dbe39fb94982a15cbe02ac5d8925) docs(config): enhance documentation for bundle targets, closes [#3251](https://www.github.com/tauri-apps/tauri/pull/3251) ([#4418](https://www.github.com/tauri-apps/tauri/pull/4418)) on 2022-06-21
- Added `platform::is_windows_7`.
- Bumped due to a bump in tauri-utils.
- [57039fb2](https://www.github.com/tauri-apps/tauri/commit/57039fb2166571de85271b014a8711a29f06be1a) fix(core): add windows 7 notification support ([#4491](https://www.github.com/tauri-apps/tauri/pull/4491)) on 2022-06-28
- Suppress unused variable warning in release builds.
- Bumped due to a bump in tauri-utils.
- [45981851](https://www.github.com/tauri-apps/tauri/commit/45981851e35119266c1a079e1ff27a39f1fdfaed) chore(lint): unused variable warnings for release builds ([#4411](https://www.github.com/tauri-apps/tauri/pull/4411)) on 2022-06-22
- Added webview install mode options.
- Bumped due to a bump in tauri-utils.
- [2ca762d2](https://www.github.com/tauri-apps/tauri/commit/2ca762d207030a892a6d128b519e150e2d733468) feat(bundler): extend webview2 installation options, closes [#2882](https://www.github.com/tauri-apps/tauri/pull/2882) [#2452](https://www.github.com/tauri-apps/tauri/pull/2452) ([#4466](https://www.github.com/tauri-apps/tauri/pull/4466)) on 2022-06-26

## \[1.0.0]

- Upgrade to `stable`!
Expand Down
6 changes: 3 additions & 3 deletions core/tauri-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-build"
version = "1.0.0"
version = "1.0.1"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
Expand All @@ -19,8 +19,8 @@ rustdoc-args = [ "--cfg", "doc_cfg" ]
[dependencies]
anyhow = "1"
quote = { version = "1", optional = true }
tauri-codegen = { version = "1.0.0", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "1.0.0", path = "../tauri-utils", features = [ "build", "resources" ] }
tauri-codegen = { version = "1.0.1", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "1.0.1", path = "../tauri-utils", features = [ "build", "resources" ] }
cargo_toml = "0.11"
serde_json = "1"
heck = "0.4"
Expand Down
7 changes: 7 additions & 0 deletions core/tauri-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[1.0.1]

- Set the bundle name and app metadata in the Info.plist file in development mode.
- [38f5db6e](https://www.github.com/tauri-apps/tauri/commit/38f5db6e6a8b496b50d486db6fd8204266de3a69) feat(codegen): fill app metadata in development Info.plist on 2022-06-21
- Set the application icon in development mode on macOS.
- [307c2ebf](https://www.github.com/tauri-apps/tauri/commit/307c2ebfb68238dacab6088f9c6ba310c727c68c) feat(core): set macOS app icon in development ([#4385](https://www.github.com/tauri-apps/tauri/pull/4385)) on 2022-06-19

## \[1.0.0]

- Upgrade to `stable`!
Expand Down
4 changes: 2 additions & 2 deletions core/tauri-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-codegen"
version = "1.0.0"
version = "1.0.1"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
Expand All @@ -19,7 +19,7 @@ proc-macro2 = "1"
quote = "1"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
tauri-utils = { version = "1.0.0", path = "../tauri-utils", features = [ "build" ] }
tauri-utils = { version = "1.0.1", path = "../tauri-utils", features = [ "build" ] }
thiserror = "1"
walkdir = "2"
brotli = { version = "3", optional = true, default-features = false, features = [ "std" ] }
Expand Down
7 changes: 7 additions & 0 deletions core/tauri-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[1.0.1]

- Set the bundle name and app metadata in the Info.plist file in development mode.
- [38f5db6e](https://www.github.com/tauri-apps/tauri/commit/38f5db6e6a8b496b50d486db6fd8204266de3a69) feat(codegen): fill app metadata in development Info.plist on 2022-06-21
- Set the application icon in development mode on macOS.
- [307c2ebf](https://www.github.com/tauri-apps/tauri/commit/307c2ebfb68238dacab6088f9c6ba310c727c68c) feat(core): set macOS app icon in development ([#4385](https://www.github.com/tauri-apps/tauri/pull/4385)) on 2022-06-19

## \[1.0.0]

- Upgrade to `stable`!
Expand Down
Loading

0 comments on commit df5fd52

Please sign in to comment.