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

add failable try_build for plugin builder #10405

Merged
merged 7 commits into from
Jul 29, 2024

Conversation

chippers
Copy link
Member

This allows plugins to unit test the creating of their TauriPlugin to ensure it conforms to requirements (currently only reserved names).

@chippers chippers self-assigned this Jul 29, 2024
Copy link
Contributor

github-actions bot commented Jul 29, 2024

Package Changes Through 6b43d98

There are 2 changes which include tauri-utils with prerelease, tauri with prerelease

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-utils 2.0.0-beta.19 2.0.0-beta.20
tauri-bundler 2.0.1-beta.19 2.0.1-beta.20
tauri-runtime 2.0.0-beta.21 2.0.0-beta.22
tauri-runtime-wry 2.0.0-beta.21 2.0.0-beta.22
tauri-codegen 2.0.0-beta.19 2.0.0-beta.20
tauri-macros 2.0.0-beta.19 2.0.0-beta.20
tauri-plugin 2.0.0-beta.19 2.0.0-beta.20
tauri-build 2.0.0-beta.19 2.0.0-beta.20
tauri 2.0.0-beta.25 2.0.0-beta.26
@tauri-apps/cli 2.0.0-beta.23 2.0.0-beta.24
tauri-cli 2.0.0-beta.23 2.0.0-beta.24

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@chippers chippers marked this pull request as ready for review July 29, 2024 13:36
@chippers chippers requested a review from a team as a code owner July 29, 2024 13:36
@lucasfernog lucasfernog merged commit cf994a6 into dev Jul 29, 2024
20 checks passed
@lucasfernog lucasfernog deleted the feat/2.x-plugin-builder-result branch July 29, 2024 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants