chore(release): version packages (#43)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Joakim Carlstein 2023-12-15 14:43:10 +01:00 committed by GitHub
parent cae6d11d53
commit 987374dbd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 82 additions and 38 deletions

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': minor
---
Make Emigrate Error instances deserializable using the serialize-error package, and also switch to its serializeError method

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': patch
---
Shutdown the storage correctly in case of directory or file reading errors

View file

@ -1,5 +0,0 @@
---
'@emigrate/types': minor
---
Use discriminating union types for migration types for easier error handling and such

View file

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

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': minor
---
Adapt to the new discriminating union types in @emigrate/types

View file

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