diff --git a/.changeset/cyan-swans-serve.md b/.changeset/cyan-swans-serve.md deleted file mode 100644 index d8046fb..0000000 --- a/.changeset/cyan-swans-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-nodemailer': patch ---- - -Fix default email template to display the app host name. diff --git a/.changeset/dirty-fishes-rhyme.md b/.changeset/dirty-fishes-rhyme.md deleted file mode 100644 index 5aa8c1e..0000000 --- a/.changeset/dirty-fishes-rhyme.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@lowdefy/community-plugin-nodemailer': patch -'@lowdefy/community-plugin-mongodb': patch -'@lowdefy/community-plugin-auth': patch ---- - -Unpin next-auth dependency. diff --git a/.changeset/polite-trains-invent.md b/.changeset/polite-trains-invent.md deleted file mode 100644 index e47cda8..0000000 --- a/.changeset/polite-trains-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-mongodb': patch ---- - -Unpin uuid dependency. diff --git a/.changeset/poor-ladybugs-drive.md b/.changeset/poor-ladybugs-drive.md deleted file mode 100644 index be8c241..0000000 --- a/.changeset/poor-ladybugs-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-mongodb': minor ---- - -Add option to configure MultiAppMongoDBAdapter collection names. diff --git a/.changeset/strong-islands-check.md b/.changeset/strong-islands-check.md deleted file mode 100644 index 0d4023d..0000000 --- a/.changeset/strong-islands-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-auth': patch ---- - -Update dependency jsonwebtoken to v9.0.2. diff --git a/.changeset/wet-snails-grab.md b/.changeset/wet-snails-grab.md deleted file mode 100644 index b260c0c..0000000 --- a/.changeset/wet-snails-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-nodemailer': patch ---- - -Update dependency nodemailer to v6.9.7. diff --git a/.changeset/wise-rules-build.md b/.changeset/wise-rules-build.md deleted file mode 100644 index 661c24f..0000000 --- a/.changeset/wise-rules-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-mongodb': patch ---- - -Fix connection timeouts in MultiAppMongoDBAdapter. diff --git a/plugins/community-plugin-auth/CHANGELOG.md b/plugins/community-plugin-auth/CHANGELOG.md index ca32b4f..99ed899 100644 --- a/plugins/community-plugin-auth/CHANGELOG.md +++ b/plugins/community-plugin-auth/CHANGELOG.md @@ -1,5 +1,12 @@ # @lowdefy/community-plugin-auth +## 1.0.5 + +### Patch Changes + +- 40ad8b2: Unpin next-auth dependency. +- bd03a4a: Update dependency jsonwebtoken to v9.0.2. + ## 1.0.4 ### Patch Changes diff --git a/plugins/community-plugin-auth/package.json b/plugins/community-plugin-auth/package.json index 5f2f39f..0b6fe67 100644 --- a/plugins/community-plugin-auth/package.json +++ b/plugins/community-plugin-auth/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/community-plugin-auth", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "type": "module", "exports": { diff --git a/plugins/community-plugin-mongodb/CHANGELOG.md b/plugins/community-plugin-mongodb/CHANGELOG.md index 727b32c..0bd5cfe 100644 --- a/plugins/community-plugin-mongodb/CHANGELOG.md +++ b/plugins/community-plugin-mongodb/CHANGELOG.md @@ -1,5 +1,17 @@ # @lowdefy/community-plugin-mongodb +## 1.4.0 + +### Minor Changes + +- 11ccb31: Add option to configure MultiAppMongoDBAdapter collection names. + +### Patch Changes + +- 40ad8b2: Unpin next-auth dependency. +- 55e37da: Unpin uuid dependency. +- 11ccb31: Fix connection timeouts in MultiAppMongoDBAdapter. + ## 1.3.1 ### Patch Changes diff --git a/plugins/community-plugin-mongodb/package.json b/plugins/community-plugin-mongodb/package.json index 84d2f99..de336da 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": "1.3.1", + "version": "1.4.0", "license": "MIT", "type": "module", "exports": { diff --git a/plugins/community-plugin-nodemailer/CHANGELOG.md b/plugins/community-plugin-nodemailer/CHANGELOG.md index 82af7b4..47db7af 100644 --- a/plugins/community-plugin-nodemailer/CHANGELOG.md +++ b/plugins/community-plugin-nodemailer/CHANGELOG.md @@ -1,5 +1,13 @@ # @lowdefy/community-plugin-nodemailer +## 1.1.2 + +### Patch Changes + +- 832d0b6: Fix default email template to display the app host name. +- 40ad8b2: Unpin next-auth dependency. +- a2ead6a: Update dependency nodemailer to v6.9.7. + ## 1.1.1 ### Patch Changes diff --git a/plugins/community-plugin-nodemailer/package.json b/plugins/community-plugin-nodemailer/package.json index 78aec36..de5977e 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.1", + "version": "1.1.2", "license": "MIT", "type": "module", "exports": {