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

Apply Version Updates From Current Changes #8274

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 20, 2023

Version Updates

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

@tauri-apps/api

[2.0.0-alpha.13]

New Features

  • 428ea652(#8370) Exposed Resource class which should be extended for Rust-backed resources created through tauri::Manager::resources_table.

Bug Fixes

  • ef21b681(#8391) Fix a regression where typescript could not find types when using "moduleResolution": "node"
  • 46451aee(#8268) Add top-level main, module and types fields in package.json to be compliant with typescripts's "moduleResolution": "node"

Breaking Changes

  • c2ad4d28(#8273) Changed former tauri module from primitives to core.

tauri

[2.0.0-alpha.19]

New Features

  • b59f2f54(#8432) Expose scope::fs::Scope::new.
  • bf095df5(#8276) Exposed Manager::resources_table to access the resources table used by tauri, which could be used by plugins or app authors to store their resources and retrieve it later using an id and can be used to create Rust-backed resources in JS.

Enhancements

  • 5848b4e8(#8386) Fixed the deserialisation of a Channel in iOS.
  • 11a1529d(#8419) Include CORS header on custom protocol response errors to ensure frontend can read the error message.
  • db127777(#8380) Added test::get_ipc_response.

Bug Fixes

  • effe5871(#8420) Fixes file scope checks on Android.
  • f98ce5aa(#8328) Fix incorrect menu item for PredefinedMenuItem::close_window

@tauri-apps/cli

[2.0.0-alpha.19]

Dependencies

tauri-cli

[2.0.0-alpha.19]

Enhancements

  • 803c3a79(#8327) Read the following env vars when using the tauri signer sign command to make it easier to use in CI.

    • TAURI_PRIVATE_KEY
    • TAURI_PRIVATE_KEY_PASSWORD
    • TAURI_PRIVATE_KEY_PATH

@github-actions github-actions bot requested a review from a team as a code owner November 20, 2023 21:05
@github-actions github-actions bot force-pushed the release/version-updates branch 8 times, most recently from 0af9990 to cc0b98e Compare November 24, 2023 20:26
@github-actions github-actions bot force-pushed the release/version-updates branch 2 times, most recently from 9034dda to 58b1518 Compare November 30, 2023 10:33
@github-actions github-actions bot force-pushed the release/version-updates branch 8 times, most recently from 94e5dea to d05eaf0 Compare December 18, 2023 21:59
@github-actions github-actions bot force-pushed the release/version-updates branch 2 times, most recently from 823144e to 529c3e1 Compare December 19, 2023 00:43
@lucasfernog lucasfernog force-pushed the release/version-updates branch from 529c3e1 to e73425a Compare December 19, 2023 13:19
@github-actions github-actions bot force-pushed the release/version-updates branch from e73425a to 31acc56 Compare December 19, 2023 13:34
@lucasfernog lucasfernog force-pushed the release/version-updates branch from 31acc56 to 9c8bbb1 Compare December 19, 2023 13:39
@lucasfernog lucasfernog merged commit e44b36f into dev Dec 19, 2023
@lucasfernog lucasfernog deleted the release/version-updates branch December 19, 2023 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant