Преглед на файлове

fix: bump macros, codegen and build crates with minor (#7203)

Lucas Fernandes Nogueira преди 2 години
родител
ревизия
bd96edd2b9
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      .changes/improve-async-cmd-error-message.md
  2. 2 2
      .changes/unpin-deps.md

+ 1 - 1
.changes/improve-async-cmd-error-message.md

@@ -1,5 +1,5 @@
 ---
-"tauri-macros": 'patch:enhance'
+"tauri-macros": 'minor:enhance'
 ---
 
 Improve compiler error message when generating an async command that has a reference input and don't return a Result.

+ 2 - 2
.changes/unpin-deps.md

@@ -1,7 +1,7 @@
 ---
 'tauri': patch:enhance
-'tauri-build': patch:enhance
-'tauri-codegen': patch:enhance
+'tauri-build': minor:enhance
+'tauri-codegen': minor:enhance
 'tauri-runtime': patch:enhance
 'tauri-runtime-wry': patch:enhance
 ---