Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#10953)
Browse files Browse the repository at this point in the history
* apply version updates

* bundler back to 2.0.0-rc

---------

Co-authored-by: lucasfernog <[email protected]>
Co-authored-by: Lucas Nogueira <[email protected]>
  • Loading branch information
3 people authored Sep 15, 2024
1 parent db64d08 commit 4f44ebf
Show file tree
Hide file tree
Showing 25 changed files with 216 additions and 68 deletions.
18 changes: 17 additions & 1 deletion .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
".changes/assets-iter-cow.md",
".changes/avoid-rebuilds.md",
".changes/brotli-6.md",
".changes/bundler-appimage-files.md",
".changes/bundler-github-mirror-from-env.md",
".changes/bundler-object-custom-sign-command.md",
".changes/capability-id-already-exists.md",
".changes/change-default-export-option-debugging.md",
Expand All @@ -21,6 +23,7 @@
".changes/change-pr-10619.md",
".changes/change-pr-10676.md",
".changes/change-pr-10718.md",
".changes/changelog-path-deb.md",
".changes/check-android-lib-symbols.md",
".changes/cli-add-no-fmt.md",
".changes/cli-android-template-androidtv.md",
Expand All @@ -30,6 +33,8 @@
".changes/cli-make-app-dir-consistent.md",
".changes/cli-mobile-checks.md",
".changes/cli-signtool-path.md",
".changes/cli-template-log-plugin.md",
".changes/core-default-schema.md",
".changes/core-plugin-namespace.md",
".changes/dev-url-localhost-mobile.md",
".changes/do-not-exit-on-log-fail.md",
Expand All @@ -40,6 +45,7 @@
".changes/feat-remove-target-sdk.md",
".changes/fix-adb.md",
".changes/fix-add-plugin-npm-version-req.md",
".changes/fix-android-proguard.md",
".changes/fix-android-remove-current-script.md",
".changes/fix-cli-add-plugin-version.md",
".changes/fix-cli-dev-server-android.md",
Expand All @@ -60,6 +66,9 @@
".changes/fix-isolation-parse-raw-body.md",
".changes/fix-manifest-migration.md",
".changes/fix-missing-codesign-error-macos.md",
".changes/fix-permission-state-unknown-display.md",
".changes/fix-request-permissions.md",
".changes/fix-tauri-build-filedescription.md",
".changes/fix-tauri-plugin-ios-init.md",
".changes/fix-tslib-path.md",
".changes/fix-usage-without-compression.md",
Expand All @@ -76,6 +85,7 @@
".changes/ios-invoke-response-null.md",
".changes/isolation-main-frame-origin.md",
".changes/linux-option-gtk-app-id.md",
".changes/main_binary_name.md",
".changes/maintainer-fallback.md",
".changes/migrate-plugins.md",
".changes/migrate-prevent-duplications.md",
Expand All @@ -101,10 +111,13 @@
".changes/resource-dir-android.md",
".changes/resource-dir-ios.md",
".changes/resources-map-becoming-dirs.md",
".changes/resources-path-deb-rpm.md",
".changes/restart-handle-binary-name-change.md",
".changes/rust-permission-state.md",
".changes/safe-file-path-serialize.md",
".changes/safe-path-buf-from-str.md",
".changes/serialize-array-buffer.md",
".changes/store-main-binary-name.md",
".changes/sync-ios-version.md",
".changes/synchronize-config-and-xcode-project.md",
".changes/synchronize-pbxproj-export-options.md",
Expand All @@ -114,13 +127,16 @@
".changes/universal-bin-build-fails.md",
".changes/update-android-plugin-template.md",
".changes/update-docs-icon-path.md",
".changes/update-ios-logging.md",
".changes/update-pbxproj-codesign.md",
".changes/update-tao-wry.md",
".changes/update-trayicon-infer-urlpattern-image.md",
".changes/update-wry.md",
".changes/utils-autogenerated-command-return-list.md",
".changes/utils-fix-plugin-reference.md",
".changes/v1-migrate-updater.md",
".changes/v1-migration-improvement.md"
".changes/v1-migration-improvement.md",
".changes/wix-consistent-product-code.md",
".changes/wix-upgrade-code-regression.md"
]
}
68 changes: 34 additions & 34 deletions Cargo.lock

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

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

## \[2.0.0-rc.11]

### Bug Fixes

- [`9d468774a`](https://www.github.com/tauri-apps/tauri/commit/9d468774a94b5f5210a3012db2e58dbfab4755f4) ([#10975](https://www.github.com/tauri-apps/tauri/pull/10975) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) The executable and NSIS installer on Windows will now use the `productName` config for the `FileDescription` property instead of `shortDescription`.

### Dependencies

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

## \[2.0.0-rc.10]

### 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.0-rc.10"
version = "2.0.0-rc.11"
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.0-rc.10", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.0.0-rc.10", path = "../tauri-utils", features = [
tauri-codegen = { version = "2.0.0-rc.11", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.0.0-rc.11", path = "../tauri-utils", features = [
"build",
"resources",
] }
Expand Down
Loading

0 comments on commit 4f44ebf

Please sign in to comment.