chore(release): version packages

This commit is contained in:
github-actions[bot] 2023-12-20 10:09:03 +00:00 committed by Joakim Carlstein
parent 9f91bdcfa0
commit 59eb90b8cb
19 changed files with 73 additions and 24 deletions

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': minor
---
Add support for the `--import` option to import modules/packages before any command is run. This can for instance be used to load environment variables using the [dotenv](https://github.com/motdotla/dotenv) package with `--import dotenv/config`.

View file

@ -1,6 +0,0 @@
---
'@emigrate/types': minor
'@emigrate/cli': minor
---
Add `color` option to the CLI and configuration file, which is used to force enable/disable color output from the reporter (the option is passed to the chosen reporter which should respect it)

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': minor
---
BREAKING CHANGE: Rename the `extension` short CLI option from `-e` to `-x` in preparation for an upcoming option that will take its place