Skip to content

Commit

Permalink
apply version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Dec 19, 2023
1 parent effe587 commit 9c8bbb1
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@
".changes/android-onresume.md",
".changes/android-plugin-command-exception.md",
".changes/android-plugin-get-config-typed.md",
".changes/api-Resource.md",
".changes/api-app.md",
".changes/api-ipc-refactor.md",
".changes/api-min-node-18.md",
".changes/api-moduleresolution-node.md",
".changes/api-primitives-core.md",
".changes/api-primitives.md",
".changes/api-tabbed.md",
".changes/api-top-level-main-module.md",
".changes/api-tray-menu.md",
".changes/api-window.md",
".changes/app-builder-send.md",
Expand Down Expand Up @@ -58,6 +62,7 @@
".changes/cli-pnpm.md",
".changes/cli-refactor-ipc-mobile.md",
".changes/cli-removed-new-version-check.md",
".changes/cli-signer-env-vars.md",
".changes/cli-skip-targets-install.md",
".changes/cli-wry-0-28.md",
".changes/codegen-mobile-devurl.md",
Expand Down Expand Up @@ -88,8 +93,10 @@
".changes/enhance-jsobject-return-types.md",
".changes/error-on-identifier-change.md",
".changes/event-api-window-label.md",
".changes/expose-fs-scope-new.md",
".changes/file-associations-config.md",
".changes/file-associations.md",
".changes/fix-android-scope.md",
".changes/fix-api-package.md",
".changes/fix-build-script-mobile-runner-npm.md",
".changes/fix-channel-data-request.md",
Expand All @@ -100,6 +107,7 @@
".changes/fix-global-event.md",
".changes/fix-icons-android.md",
".changes/fix-ide-build-run.md",
".changes/fix-ios-channel.md",
".changes/fix-ios-cli-panic.md",
".changes/fix-ios-logs.md",
".changes/fix-ios-plugin-throws-command.md",
Expand All @@ -116,6 +124,7 @@
".changes/fix-plugin-template.md",
".changes/fix-proguard-injection.md",
".changes/fix-proguard-rules.md",
".changes/fix-protocol-response.md",
".changes/fix-shell-build.md",
".changes/fix-tauri-binary-windows.md",
".changes/fix-tray-icon-validation.md",
Expand All @@ -125,6 +134,7 @@
".changes/fix-xcodescript-lib-path.md",
".changes/force-colored-logs.md",
".changes/generate-tauri-activity.md",
".changes/get-ipc-response-test.md",
".changes/gradle-8.md",
".changes/gtk018.md",
".changes/gtk16.md",
Expand Down Expand Up @@ -274,9 +284,11 @@
".changes/tauri-event-system-apis.md",
".changes/tauri-extranous-result-types-removal.md",
".changes/tauri-libxdo-feat.md",
".changes/tauri-menu-predefined-close-wiwndow.md",
".changes/tauri-menu-tray-refactor.md",
".changes/tauri-mobile-entry-point.md",
".changes/tauri-nsview.md",
".changes/tauri-resources-table.md",
".changes/tauri-run_on_main_thread.md",
".changes/tauri-runtime-uuid.md",
".changes/tauri-runtime-wry-env-vars.md",
Expand Down
18 changes: 18 additions & 0 deletions core/tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## \[2.0.0-alpha.19]

### New Features

- [`b59f2f54`](https://www.github.com/tauri-apps/tauri/commit/b59f2f54e7c1e01e33baf710d50c046401edb9d8)([#8432](https://www.github.com/tauri-apps/tauri/pull/8432)) Expose `scope::fs::Scope::new`.
- [`bf095df5`](https://www.github.com/tauri-apps/tauri/commit/bf095df55aa27fb22c9240ddf8d673cfe0a4a2db)([#8276](https://www.github.com/tauri-apps/tauri/pull/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`](https://www.github.com/tauri-apps/tauri/commit/5848b4e8e9fde1e0d895238cafdb57ed20be4c07)([#8386](https://www.github.com/tauri-apps/tauri/pull/8386)) Fixed the deserialisation of a `Channel` in iOS.
- [`11a1529d`](https://www.github.com/tauri-apps/tauri/commit/11a1529d6ace47e731f5d69bf421e7f59f0d7567)([#8419](https://www.github.com/tauri-apps/tauri/pull/8419)) Include CORS header on custom protocol response errors to ensure frontend can read the error message.
- [`db127777`](https://www.github.com/tauri-apps/tauri/commit/db127777423e467758781d58c1121cbe94844161)([#8380](https://www.github.com/tauri-apps/tauri/pull/8380)) Added `test::get_ipc_response`.

### Bug Fixes

- [`effe5871`](https://www.github.com/tauri-apps/tauri/commit/effe5871aff1267a73ecbba1693304941a691932)([#8420](https://www.github.com/tauri-apps/tauri/pull/8420)) Fixes file scope checks on Android.
- [`f98ce5aa`](https://www.github.com/tauri-apps/tauri/commit/f98ce5aa475d1b3f8606e773579e77f41309feb0)([#8328](https://www.github.com/tauri-apps/tauri/pull/8328)) Fix incorrect menu item for `PredefinedMenuItem::close_window`

## \[2.0.0-alpha.18]

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri"
version = "2.0.0-alpha.18"
version = "2.0.0-alpha.19"
description = "Make tiny, secure apps for all desktop platforms with Tauri"
exclude = [ "/test", "/.scripts", "CHANGELOG.md", "/target" ]
readme = "README.md"
Expand Down
15 changes: 15 additions & 0 deletions tooling/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## \[2.0.0-alpha.13]

### New Features

- [`428ea652`](https://www.github.com/tauri-apps/tauri/commit/428ea6524c70545be33aac96d7c22b21f25caa4c)([#8370](https://www.github.com/tauri-apps/tauri/pull/8370)) Exposed `Resource` class which should be extended for Rust-backed resources created through `tauri::Manager::resources_table`.

### Bug Fixes

- [`ef21b681`](https://www.github.com/tauri-apps/tauri/commit/ef21b681e237a80592c9118b9c023c1d57231bac)([#8391](https://www.github.com/tauri-apps/tauri/pull/8391)) Fix a regression where typescript could not find types when using `"moduleResolution": "node"`
- [`46451aee`](https://www.github.com/tauri-apps/tauri/commit/46451aee1318f63a6cd861a12b63929b38c64eb6)([#8268](https://www.github.com/tauri-apps/tauri/pull/8268)) Add top-level `main`, `module` and `types` fields in `package.json` to be compliant with typescripts's `"moduleResolution": "node"`

### Breaking Changes

- [`c2ad4d28`](https://www.github.com/tauri-apps/tauri/commit/c2ad4d28c481b2d7ed643458db56210cd44a2e0c)([#8273](https://www.github.com/tauri-apps/tauri/pull/8273)) Changed former `tauri` module from `primitives` to `core`.

## \[2.0.0-alpha.12]

### New Features
Expand Down
2 changes: 1 addition & 1 deletion tooling/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/api",
"version": "2.0.0-alpha.12",
"version": "2.0.0-alpha.13",
"description": "Tauri API definitions",
"funding": {
"type": "opencollective",
Expand Down
10 changes: 10 additions & 0 deletions tooling/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## \[2.0.0-alpha.19]

### Enhancements

- [`803c3a79`](https://www.github.com/tauri-apps/tauri/commit/803c3a794d96c1f0b3361ca98f56e8bcf5038ede)([#8327](https://www.github.com/tauri-apps/tauri/pull/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`

## \[2.0.0-alpha.18]

### New Features
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli/Cargo.lock

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

2 changes: 1 addition & 1 deletion tooling/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [ "node" ]

[package]
name = "tauri-cli"
version = "2.0.0-alpha.18"
version = "2.0.0-alpha.19"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
rust-version = "1.70"
Expand Down
4 changes: 2 additions & 2 deletions tooling/cli/metadata-v2.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"cli.js": {
"version": "2.0.0-alpha.18",
"version": "2.0.0-alpha.19",
"node": ">= 10.0.0"
},
"tauri": "2.0.0-alpha.18",
"tauri": "2.0.0-alpha.19",
"tauri-build": "2.0.0-alpha.12"
}
6 changes: 6 additions & 0 deletions tooling/cli/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[2.0.0-alpha.19]

### Dependencies

- Upgraded to `[email protected]`

## \[2.0.0-alpha.18]

### New Features
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli",
"version": "2.0.0-alpha.18",
"version": "2.0.0-alpha.19",
"description": "Command line interface for building Tauri apps",
"funding": {
"type": "opencollective",
Expand Down

0 comments on commit 9c8bbb1

Please sign in to comment.