From 15fa6f5eaff3621daf8ae8095c04669f18dd2858 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 22 Sep 2023 09:08:14 +0000 Subject: [PATCH] Version Packages --- .changeset/tidy-onions-breathe.md | 5 ----- .changeset/wicked-beds-breathe.md | 5 ----- plugins/community-plugin-confetti/CHANGELOG.md | 7 +++++++ plugins/community-plugin-confetti/package.json | 2 +- plugins/community-plugin-mongodb/CHANGELOG.md | 6 ++++++ plugins/community-plugin-mongodb/package.json | 2 +- 6 files changed, 15 insertions(+), 12 deletions(-) delete mode 100644 .changeset/tidy-onions-breathe.md delete mode 100644 .changeset/wicked-beds-breathe.md create mode 100644 plugins/community-plugin-confetti/CHANGELOG.md diff --git a/.changeset/tidy-onions-breathe.md b/.changeset/tidy-onions-breathe.md deleted file mode 100644 index bcca3f2..0000000 --- a/.changeset/tidy-onions-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-confetti': major ---- - -Create new Confetti plugin package (@lowdefy/community-plugin-confetti). diff --git a/.changeset/wicked-beds-breathe.md b/.changeset/wicked-beds-breathe.md deleted file mode 100644 index 04e9e39..0000000 --- a/.changeset/wicked-beds-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-mongodb': patch ---- - -Fixed MongoDBInsertManyConsecutiveIds request response. diff --git a/plugins/community-plugin-confetti/CHANGELOG.md b/plugins/community-plugin-confetti/CHANGELOG.md new file mode 100644 index 0000000..a870530 --- /dev/null +++ b/plugins/community-plugin-confetti/CHANGELOG.md @@ -0,0 +1,7 @@ +# @lowdefy/community-plugin-confetti + +## 1.0.0 + +### Major Changes + +- 052a2f5: Create new Confetti plugin package (@lowdefy/community-plugin-confetti). diff --git a/plugins/community-plugin-confetti/package.json b/plugins/community-plugin-confetti/package.json index 6da4d46..a0e8f84 100644 --- a/plugins/community-plugin-confetti/package.json +++ b/plugins/community-plugin-confetti/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/community-plugin-confetti", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "type": "module", "exports": { diff --git a/plugins/community-plugin-mongodb/CHANGELOG.md b/plugins/community-plugin-mongodb/CHANGELOG.md index dc9af7a..5c05c0e 100644 --- a/plugins/community-plugin-mongodb/CHANGELOG.md +++ b/plugins/community-plugin-mongodb/CHANGELOG.md @@ -1,5 +1,11 @@ # @lowdefy/community-plugin-mongodb +## 1.2.1 + +### Patch Changes + +- 39d35e0: Fixed MongoDBInsertManyConsecutiveIds request response. + ## 1.2.0 ### Minor Changes diff --git a/plugins/community-plugin-mongodb/package.json b/plugins/community-plugin-mongodb/package.json index f6f440d..c3a2da6 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.2.0", + "version": "1.2.1", "license": "MIT", "type": "module", "exports": {