From d1271696b9c92fb6959d176acf85f4046454ff2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Dec 2023 14:16:41 +0000 Subject: [PATCH] Version Packages --- .changeset/four-brooms-hear.md | 5 ----- .changeset/old-chicken-ring.md | 5 ----- plugins/community-plugin-mongodb/CHANGELOG.md | 6 ++++++ plugins/community-plugin-mongodb/package.json | 2 +- plugins/community-plugin-nodemailer/CHANGELOG.md | 6 ++++++ plugins/community-plugin-nodemailer/package.json | 2 +- 6 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 .changeset/four-brooms-hear.md delete mode 100644 .changeset/old-chicken-ring.md diff --git a/.changeset/four-brooms-hear.md b/.changeset/four-brooms-hear.md deleted file mode 100644 index d506bb5..0000000 --- a/.changeset/four-brooms-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-nodemailer': patch ---- - -Fix custom templates in EmailProvider. diff --git a/.changeset/old-chicken-ring.md b/.changeset/old-chicken-ring.md deleted file mode 100644 index ed9bb8b..0000000 --- a/.changeset/old-chicken-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-mongodb': patch ---- - -Fix MultiAppMongoDBAdapter for mongodb v6 driver. diff --git a/plugins/community-plugin-mongodb/CHANGELOG.md b/plugins/community-plugin-mongodb/CHANGELOG.md index cd28c8b..79369bb 100644 --- a/plugins/community-plugin-mongodb/CHANGELOG.md +++ b/plugins/community-plugin-mongodb/CHANGELOG.md @@ -1,5 +1,11 @@ # @lowdefy/community-plugin-mongodb +## 2.0.1 + +### Patch Changes + +- b864c10: Fix MultiAppMongoDBAdapter for mongodb v6 driver. + ## 2.0.0 ### Major Changes diff --git a/plugins/community-plugin-mongodb/package.json b/plugins/community-plugin-mongodb/package.json index edf285a..34938ea 100644 --- a/plugins/community-plugin-mongodb/package.json +++ b/plugins/community-plugin-mongodb/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/community-plugin-mongodb", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "type": "module", "exports": { diff --git a/plugins/community-plugin-nodemailer/CHANGELOG.md b/plugins/community-plugin-nodemailer/CHANGELOG.md index 47db7af..c5e1b1d 100644 --- a/plugins/community-plugin-nodemailer/CHANGELOG.md +++ b/plugins/community-plugin-nodemailer/CHANGELOG.md @@ -1,5 +1,11 @@ # @lowdefy/community-plugin-nodemailer +## 1.1.3 + +### Patch Changes + +- 220f9cf: Fix custom templates in EmailProvider. + ## 1.1.2 ### Patch Changes diff --git a/plugins/community-plugin-nodemailer/package.json b/plugins/community-plugin-nodemailer/package.json index de5977e..cff504d 100644 --- a/plugins/community-plugin-nodemailer/package.json +++ b/plugins/community-plugin-nodemailer/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/community-plugin-nodemailer", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "type": "module", "exports": {