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

This commit is contained in:
Lucas Fernandes Nogueira
2023-06-14 08:09:11 -07:00
committed by GitHub
parent aa94f049c1
commit bd96edd2b9
2 changed files with 3 additions and 3 deletions

View File

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

View File

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