diff --git a/.changeset/calm-windows-drum.md b/.changeset/calm-windows-drum.md deleted file mode 100644 index 852993a..0000000 --- a/.changeset/calm-windows-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emigrate/plugin-storage-fs': patch ---- - -Throw a more descriptive error when a file lock couldn't be acquired diff --git a/.changeset/great-spies-obey.md b/.changeset/great-spies-obey.md deleted file mode 100644 index 1e44516..0000000 --- a/.changeset/great-spies-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emigrate/cli': minor ---- - -Make the dry run mode work for the "up" command using the "--dry" CLI option diff --git a/.changeset/loud-comics-obey.md b/.changeset/loud-comics-obey.md deleted file mode 100644 index 3aa7c50..0000000 --- a/.changeset/loud-comics-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emigrate/cli': minor ---- - -Improve the default reporter with good looking output that has colors and animations. In non-interactive environments the animations are not used (this includes CI environments). diff --git a/.changeset/many-items-kneel.md b/.changeset/many-items-kneel.md deleted file mode 100644 index 909fae5..0000000 --- a/.changeset/many-items-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emigrate/cli': minor ---- - -Improve the "up" command flow and the usage of reporters, handle migration errors and automatic skipping of migrations. diff --git a/.changeset/purple-rice-crash.md b/.changeset/purple-rice-crash.md deleted file mode 100644 index a3dd1b9..0000000 --- a/.changeset/purple-rice-crash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@emigrate/plugin-tools': minor -'@emigrate/cli': minor ---- - -Add support for "reporter" plugins and implement a simple default reporter diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 8b86eda..d5c5b9d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # emigrate +## 0.4.0 + +### Minor Changes + +- 59ec16b: Make the dry run mode work for the "up" command using the "--dry" CLI option +- 59ec16b: Improve the default reporter with good looking output that has colors and animations. In non-interactive environments the animations are not used (this includes CI environments). +- 59ec16b: Improve the "up" command flow and the usage of reporters, handle migration errors and automatic skipping of migrations. +- 8f35812: Add support for "reporter" plugins and implement a simple default reporter + +### Patch Changes + +- Updated dependencies [8f35812] + - @emigrate/plugin-tools@0.3.0 + ## 0.3.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 6c25a69..1a5cd75 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/cli", - "version": "0.3.0", + "version": "0.4.0", "publishConfig": { "access": "public" }, diff --git a/packages/plugin-generate-js/CHANGELOG.md b/packages/plugin-generate-js/CHANGELOG.md index 73a0af2..4b92e96 100644 --- a/packages/plugin-generate-js/CHANGELOG.md +++ b/packages/plugin-generate-js/CHANGELOG.md @@ -1,5 +1,12 @@ # @emigrate/plugin-generate-js +## 0.2.1 + +### Patch Changes + +- Updated dependencies [8f35812] + - @emigrate/plugin-tools@0.3.0 + ## 0.2.0 ### Minor Changes diff --git a/packages/plugin-generate-js/package.json b/packages/plugin-generate-js/package.json index a2a3953..7f47019 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.2.0", + "version": "0.2.1", "publishConfig": { "access": "public" }, diff --git a/packages/plugin-storage-fs/CHANGELOG.md b/packages/plugin-storage-fs/CHANGELOG.md index 3a79eff..06c6d89 100644 --- a/packages/plugin-storage-fs/CHANGELOG.md +++ b/packages/plugin-storage-fs/CHANGELOG.md @@ -1,5 +1,13 @@ # @emigrate/plugin-storage-fs +## 0.1.1 + +### Patch Changes + +- e5eec7c: Throw a more descriptive error when a file lock couldn't be acquired +- Updated dependencies [8f35812] + - @emigrate/plugin-tools@0.3.0 + ## 0.1.0 ### Minor Changes diff --git a/packages/plugin-storage-fs/package.json b/packages/plugin-storage-fs/package.json index 1e8a276..59acfa7 100644 --- a/packages/plugin-storage-fs/package.json +++ b/packages/plugin-storage-fs/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/plugin-storage-fs", - "version": "0.1.0", + "version": "0.1.1", "publishConfig": { "access": "public" }, diff --git a/packages/plugin-tools/CHANGELOG.md b/packages/plugin-tools/CHANGELOG.md index 653865a..8007182 100644 --- a/packages/plugin-tools/CHANGELOG.md +++ b/packages/plugin-tools/CHANGELOG.md @@ -1,5 +1,11 @@ # @emigrate/plugin-tools +## 0.3.0 + +### Minor Changes + +- 8f35812: Add support for "reporter" plugins and implement a simple default reporter + ## 0.2.0 ### Minor Changes diff --git a/packages/plugin-tools/package.json b/packages/plugin-tools/package.json index b1326c9..850091d 100644 --- a/packages/plugin-tools/package.json +++ b/packages/plugin-tools/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/plugin-tools", - "version": "0.2.0", + "version": "0.3.0", "publishConfig": { "access": "public" },