From e67ce0de1eb138295d0a1976ac053782eaabebb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Dec 2023 13:35:30 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/ninety-files-doubt.md | 10 ---------- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- packages/mysql/CHANGELOG.md | 8 ++++++++ packages/mysql/package.json | 2 +- packages/plugin-generate-js/CHANGELOG.md | 8 ++++++++ packages/plugin-generate-js/package.json | 2 +- packages/plugin-tools/CHANGELOG.md | 6 ++++++ packages/plugin-tools/package.json | 2 +- packages/postgres/CHANGELOG.md | 8 ++++++++ packages/postgres/package.json | 2 +- packages/reporter-pino/CHANGELOG.md | 6 ++++++ packages/reporter-pino/package.json | 2 +- packages/storage-fs/CHANGELOG.md | 6 ++++++ packages/storage-fs/package.json | 2 +- 15 files changed, 56 insertions(+), 17 deletions(-) delete mode 100644 .changeset/ninety-files-doubt.md diff --git a/.changeset/ninety-files-doubt.md b/.changeset/ninety-files-doubt.md deleted file mode 100644 index fe1fbb8..0000000 --- a/.changeset/ninety-files-doubt.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@emigrate/plugin-generate-js': patch -'@emigrate/reporter-pino': patch -'@emigrate/plugin-tools': patch -'@emigrate/storage-fs': patch -'@emigrate/postgres': patch -'@emigrate/mysql': patch ---- - -Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 185face..2ee4630 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @emigrate/cli +## 0.11.1 + +### Patch Changes + +- Updated dependencies [3a8b06b] + - @emigrate/plugin-tools@0.9.1 + ## 0.11.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index a2b32ab..3637072 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/cli", - "version": "0.11.0", + "version": "0.11.1", "publishConfig": { "access": "public" }, diff --git a/packages/mysql/CHANGELOG.md b/packages/mysql/CHANGELOG.md index 591beea..cf93e46 100644 --- a/packages/mysql/CHANGELOG.md +++ b/packages/mysql/CHANGELOG.md @@ -1,5 +1,13 @@ # @emigrate/mysql +## 0.2.1 + +### Patch Changes + +- 3a8b06b: Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files. +- Updated dependencies [3a8b06b] + - @emigrate/plugin-tools@0.9.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/mysql/package.json b/packages/mysql/package.json index fe75410..831a63c 100644 --- a/packages/mysql/package.json +++ b/packages/mysql/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/mysql", - "version": "0.2.0", + "version": "0.2.1", "publishConfig": { "access": "public" }, diff --git a/packages/plugin-generate-js/CHANGELOG.md b/packages/plugin-generate-js/CHANGELOG.md index 588e944..2a51e10 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.1 + +### Patch Changes + +- 3a8b06b: Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files. +- Updated dependencies [3a8b06b] + - @emigrate/plugin-tools@0.9.1 + ## 0.3.0 ### Minor Changes diff --git a/packages/plugin-generate-js/package.json b/packages/plugin-generate-js/package.json index e8bd2af..39c27bc 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.0", + "version": "0.3.1", "publishConfig": { "access": "public" }, diff --git a/packages/plugin-tools/CHANGELOG.md b/packages/plugin-tools/CHANGELOG.md index 178b98c..ae17c9e 100644 --- a/packages/plugin-tools/CHANGELOG.md +++ b/packages/plugin-tools/CHANGELOG.md @@ -1,5 +1,11 @@ # @emigrate/plugin-tools +## 0.9.1 + +### Patch Changes + +- 3a8b06b: Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files. + ## 0.9.0 ### Minor Changes diff --git a/packages/plugin-tools/package.json b/packages/plugin-tools/package.json index d5a7877..dc2815c 100644 --- a/packages/plugin-tools/package.json +++ b/packages/plugin-tools/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/plugin-tools", - "version": "0.9.0", + "version": "0.9.1", "publishConfig": { "access": "public" }, diff --git a/packages/postgres/CHANGELOG.md b/packages/postgres/CHANGELOG.md index 8c5ff2e..e06d0f4 100644 --- a/packages/postgres/CHANGELOG.md +++ b/packages/postgres/CHANGELOG.md @@ -1,5 +1,13 @@ # @emigrate/postgres +## 0.2.1 + +### Patch Changes + +- 3a8b06b: Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files. +- Updated dependencies [3a8b06b] + - @emigrate/plugin-tools@0.9.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/postgres/package.json b/packages/postgres/package.json index ec30a92..c46222f 100644 --- a/packages/postgres/package.json +++ b/packages/postgres/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/postgres", - "version": "0.2.0", + "version": "0.2.1", "publishConfig": { "access": "public" }, diff --git a/packages/reporter-pino/CHANGELOG.md b/packages/reporter-pino/CHANGELOG.md index 3e2f92d..31c709f 100644 --- a/packages/reporter-pino/CHANGELOG.md +++ b/packages/reporter-pino/CHANGELOG.md @@ -1,5 +1,11 @@ # @emigrate/reporter-pino +## 0.4.1 + +### Patch Changes + +- 3a8b06b: Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files. + ## 0.4.0 ### Minor Changes diff --git a/packages/reporter-pino/package.json b/packages/reporter-pino/package.json index 8b1fc95..e8555a4 100644 --- a/packages/reporter-pino/package.json +++ b/packages/reporter-pino/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/reporter-pino", - "version": "0.4.0", + "version": "0.4.1", "publishConfig": { "access": "public" }, diff --git a/packages/storage-fs/CHANGELOG.md b/packages/storage-fs/CHANGELOG.md index eb1f53f..ff303a1 100644 --- a/packages/storage-fs/CHANGELOG.md +++ b/packages/storage-fs/CHANGELOG.md @@ -1,5 +1,11 @@ # @emigrate/storage-fs +## 0.4.1 + +### Patch Changes + +- 3a8b06b: Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files. + ## 0.4.0 ### Minor Changes diff --git a/packages/storage-fs/package.json b/packages/storage-fs/package.json index b735b9b..3d961d5 100644 --- a/packages/storage-fs/package.json +++ b/packages/storage-fs/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/storage-fs", - "version": "0.4.0", + "version": "0.4.1", "publishConfig": { "access": "public" },