From 8b375b09783359f70502456abaeee28317626307 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 8 Aug 2024 08:46:29 +0000 Subject: [PATCH] Version Packages --- .changeset/fair-turkeys-care.md | 5 ----- .changeset/rude-seas-smash.md | 8 -------- plugins/community-plugin-mongodb/CHANGELOG.md | 6 ++++++ plugins/community-plugin-mongodb/package.json | 2 +- plugins/community-plugin-xlsx/CHANGELOG.md | 9 +++++++++ plugins/community-plugin-xlsx/package.json | 2 +- 6 files changed, 17 insertions(+), 15 deletions(-) delete mode 100644 .changeset/fair-turkeys-care.md delete mode 100644 .changeset/rude-seas-smash.md diff --git a/.changeset/fair-turkeys-care.md b/.changeset/fair-turkeys-care.md deleted file mode 100644 index 4def737..0000000 --- a/.changeset/fair-turkeys-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-mongodb': minor ---- - -Add support for a removed field on the user object. diff --git a/.changeset/rude-seas-smash.md b/.changeset/rude-seas-smash.md deleted file mode 100644 index ef555bb..0000000 --- a/.changeset/rude-seas-smash.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@lowdefy/community-plugin-xlsx': minor ---- - -- Added functionality for dot-notation in the value field. -- Added functionality for Array types. -- Added error if schema param is not defined. -- Updated dependency write-excel-file to v2.0.5. diff --git a/plugins/community-plugin-mongodb/CHANGELOG.md b/plugins/community-plugin-mongodb/CHANGELOG.md index e6965a9..e3b48e3 100644 --- a/plugins/community-plugin-mongodb/CHANGELOG.md +++ b/plugins/community-plugin-mongodb/CHANGELOG.md @@ -1,5 +1,11 @@ # @lowdefy/community-plugin-mongodb +## 2.3.0 + +### Minor Changes + +- dd8f667: Add support for a removed field on the user object. + ## 2.2.1 ### Patch Changes diff --git a/plugins/community-plugin-mongodb/package.json b/plugins/community-plugin-mongodb/package.json index 3a46fa4..70e4883 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.2.1", + "version": "2.3.0", "license": "MIT", "type": "module", "exports": { diff --git a/plugins/community-plugin-xlsx/CHANGELOG.md b/plugins/community-plugin-xlsx/CHANGELOG.md index 192e5bf..afecb0b 100644 --- a/plugins/community-plugin-xlsx/CHANGELOG.md +++ b/plugins/community-plugin-xlsx/CHANGELOG.md @@ -1,5 +1,14 @@ # @lowdefy/community-plugin-xlsx +## 1.1.0 + +### Minor Changes + +- f4e0096: - Added functionality for dot-notation in the value field. + - Added functionality for Array types. + - Added error if schema param is not defined. + - Updated dependency write-excel-file to v2.0.5. + ## 1.0.0 ### Major Changes diff --git a/plugins/community-plugin-xlsx/package.json b/plugins/community-plugin-xlsx/package.json index e07af70..6e036f6 100644 --- a/plugins/community-plugin-xlsx/package.json +++ b/plugins/community-plugin-xlsx/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/community-plugin-xlsx", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "type": "module", "exports": {