chore(release): version packages

This commit is contained in:
github-actions[bot] 2025-04-24 14:04:30 +00:00 committed by Joakim Carlstein
parent 26240f49ff
commit fa3fb20dc5
17 changed files with 64 additions and 27 deletions

View file

@ -1,5 +0,0 @@
---
'@emigrate/mysql': patch
---
Make sure we can initialize multiple running instances of Emigrate using @emigrate/mysql concurrently without issues with creating the history table (for instance in a Kubernetes environment and/or with a Percona cluster).

View file

@ -1,10 +0,0 @@
---
'@emigrate/reporter-pino': patch
'@emigrate/plugin-tools': patch
'@emigrate/postgres': patch
'@emigrate/tsconfig': patch
'@emigrate/mysql': patch
'@emigrate/cli': patch
---
Upgrade TypeScript to v5.5 and enable [isolatedDeclarations](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#isolated-declarations)

View file

@ -1,5 +0,0 @@
---
'@emigrate/mysql': patch
---
Either lock all or none of the migrations to run to make sure they run in order when multiple instances of Emigrate runs concurrently (for instance in a Kubernetes environment)