From af360ca6a4e2f3a8352d0ff1f0280a24dad690a6 Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Tue, 12 Dec 2023 16:06:44 +0100 Subject: [PATCH] chore(release): version packages (#31) Co-authored-by: github-actions[bot] --- .changeset/fast-olives-bathe.md | 5 ----- .changeset/few-hounds-retire.md | 8 -------- .changeset/seven-dolls-hug.md | 6 ------ .changeset/soft-days-marry.md | 5 ----- .changeset/sour-windows-appear.md | 5 ----- packages/cli/CHANGELOG.md | 14 ++++++++++++++ packages/cli/package.json | 2 +- packages/mysql/CHANGELOG.md | 9 +++++++++ packages/mysql/package.json | 2 +- packages/plugin-generate-js/CHANGELOG.md | 8 ++++++++ packages/plugin-generate-js/package.json | 2 +- packages/plugin-tools/CHANGELOG.md | 10 ++++++++++ packages/plugin-tools/package.json | 2 +- packages/reporter-pino/CHANGELOG.md | 13 +++++++++++++ packages/reporter-pino/package.json | 2 +- packages/storage-fs/CHANGELOG.md | 9 +++++++++ packages/storage-fs/package.json | 2 +- 17 files changed, 69 insertions(+), 35 deletions(-) delete mode 100644 .changeset/fast-olives-bathe.md delete mode 100644 .changeset/few-hounds-retire.md delete mode 100644 .changeset/seven-dolls-hug.md delete mode 100644 .changeset/soft-days-marry.md delete mode 100644 .changeset/sour-windows-appear.md diff --git a/.changeset/fast-olives-bathe.md b/.changeset/fast-olives-bathe.md deleted file mode 100644 index d873bfe..0000000 --- a/.changeset/fast-olives-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emigrate/plugin-tools': minor ---- - -When serializing errors take all "own properties" into account to be able to serialize errors thrown by the `mysql2` package for instance without losing any information diff --git a/.changeset/few-hounds-retire.md b/.changeset/few-hounds-retire.md deleted file mode 100644 index a705f75..0000000 --- a/.changeset/few-hounds-retire.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@emigrate/plugin-tools': patch -'@emigrate/storage-fs': patch -'@emigrate/mysql': patch -'@emigrate/cli': patch ---- - -Serialization of errors now happens inside storage plugins because it makes more sense and the types are easier to work with this way diff --git a/.changeset/seven-dolls-hug.md b/.changeset/seven-dolls-hug.md deleted file mode 100644 index 9af2545..0000000 --- a/.changeset/seven-dolls-hug.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@emigrate/cli': patch -'@emigrate/reporter-pino': patch ---- - -Only log info about locked migrations in the "up" command, as "list" doesn't do any locking diff --git a/.changeset/soft-days-marry.md b/.changeset/soft-days-marry.md deleted file mode 100644 index a2844b8..0000000 --- a/.changeset/soft-days-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emigrate/cli': minor ---- - -Improve error logging in the default reporter so that all "own properties" of errors are logged diff --git a/.changeset/sour-windows-appear.md b/.changeset/sour-windows-appear.md deleted file mode 100644 index 2a76b93..0000000 --- a/.changeset/sour-windows-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emigrate/reporter-pino': minor ---- - -Only log the relative file path to the migration instead of the full metadata object diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2f18d1a..f49187a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @emigrate/cli +## 0.7.0 + +### Minor Changes + +- bc33e63: Improve error logging in the default reporter so that all "own properties" of errors are logged + +### Patch Changes + +- a79f8e8: Serialization of errors now happens inside storage plugins because it makes more sense and the types are easier to work with this way +- 5307e87: Only log info about locked migrations in the "up" command, as "list" doesn't do any locking +- Updated dependencies [a79f8e8] +- Updated dependencies [a79f8e8] + - @emigrate/plugin-tools@0.6.0 + ## 0.6.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 0cd8f8d..b47ed9d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/cli", - "version": "0.6.0", + "version": "0.7.0", "publishConfig": { "access": "public" }, diff --git a/packages/mysql/CHANGELOG.md b/packages/mysql/CHANGELOG.md index 4bc4d7a..7c2b32c 100644 --- a/packages/mysql/CHANGELOG.md +++ b/packages/mysql/CHANGELOG.md @@ -1,5 +1,14 @@ # @emigrate/mysql +## 0.1.1 + +### Patch Changes + +- a79f8e8: Serialization of errors now happens inside storage plugins because it makes more sense and the types are easier to work with this way +- Updated dependencies [a79f8e8] +- Updated dependencies [a79f8e8] + - @emigrate/plugin-tools@0.6.0 + ## 0.1.0 ### Minor Changes diff --git a/packages/mysql/package.json b/packages/mysql/package.json index 71fc789..94ebf14 100644 --- a/packages/mysql/package.json +++ b/packages/mysql/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/mysql", - "version": "0.1.0", + "version": "0.1.1", "publishConfig": { "access": "public" }, diff --git a/packages/plugin-generate-js/CHANGELOG.md b/packages/plugin-generate-js/CHANGELOG.md index a4b9c14..d9f42f4 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.5 + +### Patch Changes + +- Updated dependencies [a79f8e8] +- Updated dependencies [a79f8e8] + - @emigrate/plugin-tools@0.6.0 + ## 0.2.4 ### Patch Changes diff --git a/packages/plugin-generate-js/package.json b/packages/plugin-generate-js/package.json index 2ba5f75..1b3d892 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.4", + "version": "0.2.5", "publishConfig": { "access": "public" }, diff --git a/packages/plugin-tools/CHANGELOG.md b/packages/plugin-tools/CHANGELOG.md index 9456cb2..918e0f7 100644 --- a/packages/plugin-tools/CHANGELOG.md +++ b/packages/plugin-tools/CHANGELOG.md @@ -1,5 +1,15 @@ # @emigrate/plugin-tools +## 0.6.0 + +### Minor Changes + +- a79f8e8: When serializing errors take all "own properties" into account to be able to serialize errors thrown by the `mysql2` package for instance without losing any information + +### Patch Changes + +- a79f8e8: Serialization of errors now happens inside storage plugins because it makes more sense and the types are easier to work with this way + ## 0.5.0 ### Minor Changes diff --git a/packages/plugin-tools/package.json b/packages/plugin-tools/package.json index 6f36109..15a020f 100644 --- a/packages/plugin-tools/package.json +++ b/packages/plugin-tools/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/plugin-tools", - "version": "0.5.0", + "version": "0.6.0", "publishConfig": { "access": "public" }, diff --git a/packages/reporter-pino/CHANGELOG.md b/packages/reporter-pino/CHANGELOG.md index 6f15f8a..556f76d 100644 --- a/packages/reporter-pino/CHANGELOG.md +++ b/packages/reporter-pino/CHANGELOG.md @@ -1,5 +1,18 @@ # @emigrate/reporter-pino +## 0.2.0 + +### Minor Changes + +- 09181f2: Only log the relative file path to the migration instead of the full metadata object + +### Patch Changes + +- 5307e87: Only log info about locked migrations in the "up" command, as "list" doesn't do any locking +- Updated dependencies [a79f8e8] +- Updated dependencies [a79f8e8] + - @emigrate/plugin-tools@0.6.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/reporter-pino/package.json b/packages/reporter-pino/package.json index ea6c0cf..cc61603 100644 --- a/packages/reporter-pino/package.json +++ b/packages/reporter-pino/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/reporter-pino", - "version": "0.1.1", + "version": "0.2.0", "publishConfig": { "access": "public" }, diff --git a/packages/storage-fs/CHANGELOG.md b/packages/storage-fs/CHANGELOG.md index 2b5f3ff..39c7a58 100644 --- a/packages/storage-fs/CHANGELOG.md +++ b/packages/storage-fs/CHANGELOG.md @@ -1,5 +1,14 @@ # @emigrate/storage-fs +## 0.3.1 + +### Patch Changes + +- a79f8e8: Serialization of errors now happens inside storage plugins because it makes more sense and the types are easier to work with this way +- Updated dependencies [a79f8e8] +- Updated dependencies [a79f8e8] + - @emigrate/plugin-tools@0.6.0 + ## 0.3.0 ### Minor Changes diff --git a/packages/storage-fs/package.json b/packages/storage-fs/package.json index b9f7d21..cec6983 100644 --- a/packages/storage-fs/package.json +++ b/packages/storage-fs/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/storage-fs", - "version": "0.3.0", + "version": "0.3.1", "publishConfig": { "access": "public" },