chore(release): version packages (#43)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
cae6d11d53
commit
987374dbd5
20 changed files with 82 additions and 38 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': minor
|
||||
---
|
||||
|
||||
Make Emigrate Error instances deserializable using the serialize-error package, and also switch to its serializeError method
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': patch
|
||||
---
|
||||
|
||||
Shutdown the storage correctly in case of directory or file reading errors
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/types': minor
|
||||
---
|
||||
|
||||
Use discriminating union types for migration types for easier error handling and such
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@emigrate/plugin-tools': minor
|
||||
'@emigrate/types': minor
|
||||
---
|
||||
|
||||
Move the Emigrate plugin types to a separate package for fewer version bumps in plugins hopefully
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': minor
|
||||
---
|
||||
|
||||
Adapt to the new discriminating union types in @emigrate/types
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/types': minor
|
||||
---
|
||||
|
||||
Make it easier for storage plugins by serializing errors passed to the onError method and let it respond with serialized errors in the getHistory method
|
||||
Loading…
Add table
Add a link
Reference in a new issue