From 475b1ac2a8f6cc59a64ff3a57d5df0b963f63eb2 Mon Sep 17 00:00:00 2001 From: michelle0927 Date: Fri, 27 Sep 2024 12:16:58 -0400 Subject: [PATCH] bump new-email-received version --- components/gmail/package.json | 2 +- .../gmail/sources/new-email-received/new-email-received.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/gmail/package.json b/components/gmail/package.json index 66f9f117db948..0cf5df98b7165 100644 --- a/components/gmail/package.json +++ b/components/gmail/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gmail", - "version": "0.1.7", + "version": "0.1.8", "description": "Pipedream Gmail Components", "main": "gmail.app.mjs", "keywords": [ diff --git a/components/gmail/sources/new-email-received/new-email-received.mjs b/components/gmail/sources/new-email-received/new-email-received.mjs index bf7aa815181cf..cac434de54f46 100644 --- a/components/gmail/sources/new-email-received/new-email-received.mjs +++ b/components/gmail/sources/new-email-received/new-email-received.mjs @@ -15,7 +15,7 @@ export default { name: "New Email Received", description: "Emit new event when a new email is received.", type: "source", - version: "0.1.4", + version: "0.1.5", dedupe: "unique", props: { gmail,