Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2023
1 parent 31ee8bf commit 7bd1ebe
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-swans-serve.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dirty-fishes-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-trains-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-ladybugs-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-islands-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-snails-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-rules-build.md

This file was deleted.

7 changes: 7 additions & 0 deletions plugins/community-plugin-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/community-plugin-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/community-plugin-auth",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions plugins/community-plugin-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/community-plugin-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/community-plugin-mongodb",
"version": "1.3.1",
"version": "1.4.0",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions plugins/community-plugin-nodemailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/community-plugin-nodemailer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/community-plugin-nodemailer",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"type": "module",
"exports": {
Expand Down

0 comments on commit 7bd1ebe

Please sign in to comment.