From dade232592b94b8e4dbab229ff9be041bb7fd7ee Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 1 Apr 2025 13:14:28 -0300 Subject: [PATCH] chore: change bumps to patches --- .changes/include-permissions-in-schema.md | 4 ++-- .changes/toml-json5-configs-in-cli.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.changes/include-permissions-in-schema.md b/.changes/include-permissions-in-schema.md index e6eb00f74..4b3607fb9 100644 --- a/.changes/include-permissions-in-schema.md +++ b/.changes/include-permissions-in-schema.md @@ -1,6 +1,6 @@ --- -tauri: minor:enhance -tauri-utils: minor:enhance +tauri: patch:enhance +tauri-utils: patch:enhance --- Enhanced the description of generated docs and schema for permission sets to include list of permissions within. diff --git a/.changes/toml-json5-configs-in-cli.md b/.changes/toml-json5-configs-in-cli.md index 92eb9a335..204185d23 100644 --- a/.changes/toml-json5-configs-in-cli.md +++ b/.changes/toml-json5-configs-in-cli.md @@ -1,6 +1,6 @@ --- -tauri-cli: minor:enhance -"@tauri-apps/cli": minor:enhance +tauri-cli: patch:enhance +"@tauri-apps/cli": patch:enhance --- Add support for passing TOML and JSON5 config files to `--config` arg