Publish New Versions (v2) #2780
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
api-example
[2.0.29]
Dependencies
cli@2.3.0
log@2.5.1
opener@2.3.1
api-example-js
[2.0.25]
Dependencies
cli-js@2.3.0
log-js@2.5.1
opener-js@2.3.1
cli
[2.3.0]
f6e1128 (feat: [cli] Pass optional args to get matches #2787 by @mikew) Added
Cli.matches_from(args)
. This can be combined with theargs
passed to the callback oftauri_plugin_single_instance::init
to parse the command line arguments passed to subsequent instances of the application.37c2fb4 (feat(cli): add support for global CLI arguments #2772 by @floriskn) Added a new
global
boolean flag to theCliArg
struct to support global CLI arguments. This flag allows arguments like--verbose
to be marked as global and automatically propagated to all subcommands, enabling consistent availability throughout the CLI.The new field is optional and defaults to false.
cli-js
[2.3.0]
f6e1128 (feat: [cli] Pass optional args to get matches #2787 by @mikew) Added
Cli.matches_from(args)
. This can be combined with theargs
passed to the callback oftauri_plugin_single_instance::init
to parse the command line arguments passed to subsequent instances of the application.37c2fb4 (feat(cli): add support for global CLI arguments #2772 by @floriskn) Added a new
global
boolean flag to theCliArg
struct to support global CLI arguments. This flag allows arguments like--verbose
to be marked as global and automatically propagated to all subcommands, enabling consistent availability throughout the CLI.The new field is optional and defaults to false.
opener
[2.3.1]
feat
inAppBrowser
option for iOS and Android #2803 by @lucasfernog) AddinAppBrowser
option to open URLs in an in-app browser on Android and iOS.opener-js
[2.3.1]
feat
inAppBrowser
option for iOS and Android #2803 by @lucasfernog) AddinAppBrowser
option to open URLs in an in-app browser on Android and iOS.log
[2.5.1]
bug
log-js
[2.5.1]
bug