Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish New Versions (v2) #1047

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Publish New Versions (v2) #1047

merged 1 commit into from
Mar 21, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 7, 2024

Version Updates

Merging this PR will release new versions of the following packages based on your change files.

api-example

[2.0.0-beta.3]

Dependencies

  • Upgraded to clipboard-manager@2.1.0-beta.0
  • Upgraded to dialog@2.0.0-beta.3
  • Upgraded to fs@2.0.0-beta.3
  • Upgraded to http@2.0.0-beta.3
  • Upgraded to updater@2.0.0-beta.3
  • Upgraded to barcode-scanner@2.0.0-beta.3
  • Upgraded to biometric@2.0.0-beta.3
  • Upgraded to cli@2.0.0-beta.3
  • Upgraded to global-shortcut@2.0.0-beta.3
  • Upgraded to log-plugin@2.0.0-beta.3
  • Upgraded to nfc@2.0.0-beta.3
  • Upgraded to notification@2.0.0-beta.3
  • Upgraded to os@2.0.0-beta.3
  • Upgraded to process@2.0.0-beta.3
  • Upgraded to shell@2.0.0-beta.3

api-example-js

[2.0.0-beta.3]

Dependencies

  • Upgraded to clipboard-manager-js@2.1.0-beta.0

authenticator

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

autostart

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

barcode-scanner

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

biometric

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

cli

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

clipboard-manager

[2.1.0-beta.0]

  • 9dec960(#845) Add support for read_image and write_image to the clipboard plugin (desktop).
  • 9dec960(#845) The write and read commands are now called write_text and read_text so the permission name was changed.
  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

clipboard-manager-js

[2.1.0-beta.0]

  • 9dec960(#845) Add support for read_image and write_image to the clipboard plugin (desktop).

deep-link

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

fs

[2.0.0-beta.3]

  • cb96aa0(#1082) Fixes watch and watchImmediate which previously ignored the baseDir parameter.
  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

dialog

[2.0.0-beta.3]

  • 35ea595(#1073) Fixed an issue where the dialog apis panicked when they were called with no application windows open.
  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

Dependencies

  • Upgraded to fs@2.0.0-beta.3

global-shortcut

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

  • 62dafda(#969) Breaking change Refactored the plugin Rust APIs for better DX and flexibility:

    • Changed Builder::with_handler to be a method instead of a static method, it will also be triggered for any and all shortcuts even if the shortcut is registered through JS.
    • Added Builder::with_shortcut and Builder::with_shortcuts to register shortcuts on the plugin builder.
    • Added on_shortcut and on_all_shortcuts to register shortcuts with a handler.

http

[2.0.0-beta.3]

  • c873e4d(#1059) Fixes scope not allowing subpaths, query parameters and hash when those values are empty.
  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.
  • 753c7be(#1050) Add unsafe-headers cargo feature flag to allow using forbidden headers.

Dependencies

  • Upgraded to fs@2.0.0-beta.3

localhost

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

log-plugin

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

nfc

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

notification

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.
  • 62ce5df(#1096) Fix development mode check to set the app ID on macOS.

os

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

persisted-scope

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

Dependencies

  • Upgraded to fs@2.0.0-beta.3

positioner

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

process

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

shell

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.
  • 040004a(#1069) Change shell's schema property name command to cmd.

single-instance

[2.0.0-beta.4]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

sql

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

store

[2.0.0-beta.4]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

stronghold

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

updater

[2.0.0-beta.3]

  • 4e37316(#1051) Fix deserialization of windows > installerArgs config field.
  • 4e37316(#1051) On Windows, fallback to passive install mode when not defined in config.
  • a3b5396(#1054) Fix Windows powershell window flashing on update
  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

upload

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

websocket

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

window-state

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

@github-actions github-actions bot requested a review from a team as a code owner March 7, 2024 16:36
@github-actions github-actions bot added the version updates PRs that will publish new plugin versions label Mar 7, 2024
@github-actions github-actions bot force-pushed the release-v2 branch 10 times, most recently from c405d50 to c314886 Compare March 13, 2024 14:13
@github-actions github-actions bot force-pushed the release-v2 branch 3 times, most recently from 72e5e6d to 827873a Compare March 19, 2024 18:04
Copy link

socket-security bot commented Mar 19, 2024

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: npm/@tauri-apps/plugin-clipboard-manager@2.0.0-beta.2

View full report↗︎

@lucasfernog lucasfernog merged commit 70136b1 into v2 Mar 21, 2024
2 checks passed
@lucasfernog lucasfernog deleted the release-v2 branch March 21, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version updates PRs that will publish new plugin versions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant