chore(release): version packages

This commit is contained in:
github-actions[bot] 2024-01-19 12:44:24 +00:00 committed by Joakim Carlstein
parent 49d8925778
commit 576dfbb124
11 changed files with 23 additions and 37 deletions

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': minor
---
Add support for the --no-execution option to the "up" command to be able to log migrations as successful without actually running them. Can for instance be used for baselining a database or logging manually run migrations as successful.

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': patch
---
Clarify which cli options that needs parameters

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': minor
---
Add --from and --to CLI options to control which migrations to include or skip when executing migrations.

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': minor
---
Add --limit option to the "up" command, for limiting the number of migrations to run

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': patch
---
Use better wording in the header in the console output from the default reporter

View file

@ -1,5 +0,0 @@
---
'@emigrate/docs': minor
---
Add first version of the [Baseline guide](https://emigrate.dev/guides/baseline)

View file

@ -1,5 +0,0 @@
---
'@emigrate/docs': minor
---
Document the new --limit, --from and --to options for the ["up" command](https://emigrate.dev/commands/up/)