diff --git a/.changeset/curvy-days-teach.md b/.changeset/curvy-days-teach.md deleted file mode 100644 index cea91df..0000000 --- a/.changeset/curvy-days-teach.md +++ /dev/null @@ -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`. diff --git a/.changeset/funny-ladybugs-cheat.md b/.changeset/funny-ladybugs-cheat.md deleted file mode 100644 index 4d48eb7..0000000 --- a/.changeset/funny-ladybugs-cheat.md +++ /dev/null @@ -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) diff --git a/.changeset/sharp-eggs-poke.md b/.changeset/sharp-eggs-poke.md deleted file mode 100644 index cc6ae22..0000000 --- a/.changeset/sharp-eggs-poke.md +++ /dev/null @@ -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 diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a24ce1c..e82bbf6 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @emigrate/cli +## 0.12.0 + +### Minor Changes + +- 9f91bdc: 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`. +- f9a16d8: 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) +- e6e4433: BREAKING CHANGE: Rename the `extension` short CLI option from `-e` to `-x` in preparation for an upcoming option that will take its place + +### Patch Changes + +- Updated dependencies [f9a16d8] + - @emigrate/types@0.10.0 + - @emigrate/plugin-tools@0.9.3 + ## 0.11.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3a0e7e4..ed00390 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/cli", - "version": "0.11.2", + "version": "0.12.0", "publishConfig": { "access": "public" }, diff --git a/packages/mysql/CHANGELOG.md b/packages/mysql/CHANGELOG.md index bfcfe8a..22016d4 100644 --- a/packages/mysql/CHANGELOG.md +++ b/packages/mysql/CHANGELOG.md @@ -1,5 +1,13 @@ # @emigrate/mysql +## 0.2.3 + +### Patch Changes + +- Updated dependencies [f9a16d8] + - @emigrate/types@0.10.0 + - @emigrate/plugin-tools@0.9.3 + ## 0.2.2 ### Patch Changes diff --git a/packages/mysql/package.json b/packages/mysql/package.json index 5b4a2f4..d62be01 100644 --- a/packages/mysql/package.json +++ b/packages/mysql/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/mysql", - "version": "0.2.2", + "version": "0.2.3", "publishConfig": { "access": "public" }, diff --git a/packages/plugin-generate-js/CHANGELOG.md b/packages/plugin-generate-js/CHANGELOG.md index 728cf02..9464f5f 100644 --- a/packages/plugin-generate-js/CHANGELOG.md +++ b/packages/plugin-generate-js/CHANGELOG.md @@ -1,5 +1,13 @@ # @emigrate/plugin-generate-js +## 0.3.3 + +### Patch Changes + +- Updated dependencies [f9a16d8] + - @emigrate/types@0.10.0 + - @emigrate/plugin-tools@0.9.3 + ## 0.3.2 ### Patch Changes diff --git a/packages/plugin-generate-js/package.json b/packages/plugin-generate-js/package.json index 90a8d11..c9fc1d5 100644 --- a/packages/plugin-generate-js/package.json +++ b/packages/plugin-generate-js/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/plugin-generate-js", - "version": "0.3.2", + "version": "0.3.3", "publishConfig": { "access": "public" }, diff --git a/packages/plugin-tools/CHANGELOG.md b/packages/plugin-tools/CHANGELOG.md index ea70371..67cf09f 100644 --- a/packages/plugin-tools/CHANGELOG.md +++ b/packages/plugin-tools/CHANGELOG.md @@ -1,5 +1,12 @@ # @emigrate/plugin-tools +## 0.9.3 + +### Patch Changes + +- Updated dependencies [f9a16d8] + - @emigrate/types@0.10.0 + ## 0.9.2 ### Patch Changes diff --git a/packages/plugin-tools/package.json b/packages/plugin-tools/package.json index cc698b9..28ea06b 100644 --- a/packages/plugin-tools/package.json +++ b/packages/plugin-tools/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/plugin-tools", - "version": "0.9.2", + "version": "0.9.3", "publishConfig": { "access": "public" }, diff --git a/packages/postgres/CHANGELOG.md b/packages/postgres/CHANGELOG.md index beb36c3..413f87d 100644 --- a/packages/postgres/CHANGELOG.md +++ b/packages/postgres/CHANGELOG.md @@ -1,5 +1,13 @@ # @emigrate/postgres +## 0.2.3 + +### Patch Changes + +- Updated dependencies [f9a16d8] + - @emigrate/types@0.10.0 + - @emigrate/plugin-tools@0.9.3 + ## 0.2.2 ### Patch Changes diff --git a/packages/postgres/package.json b/packages/postgres/package.json index 3f48d05..1a08f90 100644 --- a/packages/postgres/package.json +++ b/packages/postgres/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/postgres", - "version": "0.2.2", + "version": "0.2.3", "publishConfig": { "access": "public" }, diff --git a/packages/reporter-pino/CHANGELOG.md b/packages/reporter-pino/CHANGELOG.md index c8c28ee..a62e206 100644 --- a/packages/reporter-pino/CHANGELOG.md +++ b/packages/reporter-pino/CHANGELOG.md @@ -1,5 +1,12 @@ # @emigrate/reporter-pino +## 0.4.3 + +### Patch Changes + +- Updated dependencies [f9a16d8] + - @emigrate/types@0.10.0 + ## 0.4.2 ### Patch Changes diff --git a/packages/reporter-pino/package.json b/packages/reporter-pino/package.json index 493508d..0dfd986 100644 --- a/packages/reporter-pino/package.json +++ b/packages/reporter-pino/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/reporter-pino", - "version": "0.4.2", + "version": "0.4.3", "publishConfig": { "access": "public" }, diff --git a/packages/storage-fs/CHANGELOG.md b/packages/storage-fs/CHANGELOG.md index 13fedf4..70927ed 100644 --- a/packages/storage-fs/CHANGELOG.md +++ b/packages/storage-fs/CHANGELOG.md @@ -1,5 +1,12 @@ # @emigrate/storage-fs +## 0.4.3 + +### Patch Changes + +- Updated dependencies [f9a16d8] + - @emigrate/types@0.10.0 + ## 0.4.2 ### Patch Changes diff --git a/packages/storage-fs/package.json b/packages/storage-fs/package.json index f180395..1b54191 100644 --- a/packages/storage-fs/package.json +++ b/packages/storage-fs/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/storage-fs", - "version": "0.4.2", + "version": "0.4.3", "publishConfig": { "access": "public" }, diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 5df7e88..4fdf48a 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @emigrate/types +## 0.10.0 + +### Minor Changes + +- f9a16d8: 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) + ## 0.9.1 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 5c9029c..ec20393 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/types", - "version": "0.9.1", + "version": "0.10.0", "publishConfig": { "access": "public" },