diff --git a/.changeset/perfect-peas-vanish.md b/.changeset/perfect-peas-vanish.md deleted file mode 100644 index 25ed0fa..0000000 --- a/.changeset/perfect-peas-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emigrate/reporter-pino': minor ---- - -Implement the first version of the Pino reporter package diff --git a/.changeset/proud-numbers-jam.md b/.changeset/proud-numbers-jam.md deleted file mode 100644 index c1483bc..0000000 --- a/.changeset/proud-numbers-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emigrate/plugin-tools': patch ---- - -Try importing plugins (and reporters) using prefixes before importing without, this is to avoid issue with accidentaly importing other non-emigrate related packages. E.g. setting the reporter to "pino" would import the "pino" package without this fix and will import "@emigrate/reporter-pino" with this fix. diff --git a/.changeset/tricky-spies-attack.md b/.changeset/tricky-spies-attack.md deleted file mode 100644 index 20498b0..0000000 --- a/.changeset/tricky-spies-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emigrate/plugin-tools': patch ---- - -Fix a regression issue where plugins wasn't correctly loaded if specified as strings diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 39eb0dd..ca86f4b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @emigrate/cli +## 0.5.1 + +### Patch Changes + +- Updated dependencies [20ed2e8] +- Updated dependencies [d916043] + - @emigrate/plugin-tools@0.4.1 + ## 0.5.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index c238c9a..e8090f0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/cli", - "version": "0.5.0", + "version": "0.5.1", "publishConfig": { "access": "public" }, diff --git a/packages/plugin-generate-js/CHANGELOG.md b/packages/plugin-generate-js/CHANGELOG.md index 87ecf67..cdc1329 100644 --- a/packages/plugin-generate-js/CHANGELOG.md +++ b/packages/plugin-generate-js/CHANGELOG.md @@ -1,5 +1,13 @@ # @emigrate/plugin-generate-js +## 0.2.3 + +### Patch Changes + +- Updated dependencies [20ed2e8] +- Updated dependencies [d916043] + - @emigrate/plugin-tools@0.4.1 + ## 0.2.2 ### Patch Changes diff --git a/packages/plugin-generate-js/package.json b/packages/plugin-generate-js/package.json index f401996..deb45cb 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.2", + "version": "0.2.3", "publishConfig": { "access": "public" }, diff --git a/packages/plugin-tools/CHANGELOG.md b/packages/plugin-tools/CHANGELOG.md index 0cd5b8b..b1b1222 100644 --- a/packages/plugin-tools/CHANGELOG.md +++ b/packages/plugin-tools/CHANGELOG.md @@ -1,5 +1,12 @@ # @emigrate/plugin-tools +## 0.4.1 + +### Patch Changes + +- 20ed2e8: Try importing plugins (and reporters) using prefixes before importing without, this is to avoid issue with accidentaly importing other non-emigrate related packages. E.g. setting the reporter to "pino" would import the "pino" package without this fix and will import "@emigrate/reporter-pino" with this fix. +- d916043: Fix a regression issue where plugins wasn't correctly loaded if specified as strings + ## 0.4.0 ### Minor Changes diff --git a/packages/plugin-tools/package.json b/packages/plugin-tools/package.json index c48ef20..d31504e 100644 --- a/packages/plugin-tools/package.json +++ b/packages/plugin-tools/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/plugin-tools", - "version": "0.4.0", + "version": "0.4.1", "publishConfig": { "access": "public" }, diff --git a/packages/reporter-pino/CHANGELOG.md b/packages/reporter-pino/CHANGELOG.md new file mode 100644 index 0000000..33087f7 --- /dev/null +++ b/packages/reporter-pino/CHANGELOG.md @@ -0,0 +1,13 @@ +# @emigrate/reporter-pino + +## 0.1.0 + +### Minor Changes + +- 3619d86: Implement the first version of the Pino reporter package + +### Patch Changes + +- Updated dependencies [20ed2e8] +- Updated dependencies [d916043] + - @emigrate/plugin-tools@0.4.1 diff --git a/packages/reporter-pino/package.json b/packages/reporter-pino/package.json index 5817422..59f3d13 100644 --- a/packages/reporter-pino/package.json +++ b/packages/reporter-pino/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/reporter-pino", - "version": "0.0.0", + "version": "0.1.0", "publishConfig": { "access": "public" }, diff --git a/packages/storage-fs/CHANGELOG.md b/packages/storage-fs/CHANGELOG.md index 8ec7566..1b783b9 100644 --- a/packages/storage-fs/CHANGELOG.md +++ b/packages/storage-fs/CHANGELOG.md @@ -1,5 +1,13 @@ # @emigrate/storage-fs +## 0.2.1 + +### Patch Changes + +- Updated dependencies [20ed2e8] +- Updated dependencies [d916043] + - @emigrate/plugin-tools@0.4.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/storage-fs/package.json b/packages/storage-fs/package.json index fbb406d..a62f0c0 100644 --- a/packages/storage-fs/package.json +++ b/packages/storage-fs/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/storage-fs", - "version": "0.2.0", + "version": "0.2.1", "publishConfig": { "access": "public" },