fix: change files not referencing core packages (#1619)

This commit is contained in:
Lucas Fernandes Nogueira 2021-04-25 17:42:38 -03:00 committed by GitHub
parent cbb6960104
commit f575aaad71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
---
"tauri": patch
"tauri-macros": patch
---
Fixes the Message `command` name value on plugin invoke handler.

View File

@ -1,4 +1,6 @@
---
"tauri-utils": patch
"tauri-codegen": patch
"tauri": patch
---

View File

@ -22,7 +22,6 @@
".changes/fix-cta-set-script.md",
".changes/fix-info-npm-version.md",
".changes/fix-js-api-import.md",
".changes/fix-plugin-invoke.md",
".changes/invoke-context.md",
".changes/macos-custom-protocol-https.md",
".changes/macos-modifiers.md",
@ -30,7 +29,6 @@
".changes/nested-events.md",
".changes/node-v12.md",
".changes/not-a-terminal-windows-fix.md",
".changes/package-info-config.md",
".changes/plugin-initialization-result.md",
".changes/sidecar-fix.md",
".changes/supports-custom-template.md",