Преглед изворни кода

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
 ---