Skip to content

Commit fe71e64

Browse files
committed
versions
1 parent 15329cc commit fe71e64

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

components/gmail_custom_oauth/actions/add-label-to-email/add-label-to-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ overrideApp(base);
99
export default {
1010
...base,
1111
key: "gmail_custom_oauth-add-label-to-email",
12-
version: "0.0.13",
12+
version: "0.0.14",
1313
type: "action",
1414
};

components/gmail_custom_oauth/actions/create-draft/create-draft.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ overrideApp(base);
99
export default {
1010
...base,
1111
key: "gmail_custom_oauth-create-draft",
12-
version: "0.0.9",
12+
version: "0.0.10",
1313
type: "action",
1414
};

components/gmail_custom_oauth/actions/download-attachment/download-attachment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ overrideApp(base);
99
export default {
1010
...base,
1111
key: "gmail_custom_oauth-download-attachment",
12-
version: "0.0.8",
12+
version: "0.0.9",
1313
type: "action",
1414
};

components/gmail_custom_oauth/actions/find-email/find-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ overrideApp(base);
99
export default {
1010
...base,
1111
key: "gmail_custom_oauth-find-email",
12-
version: "0.0.14",
12+
version: "0.0.15",
1313
type: "action",
1414
};

components/gmail_custom_oauth/actions/remove-label-from-email/remove-label-from-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ overrideApp(base);
99
export default {
1010
...base,
1111
key: "gmail_custom_oauth-remove-label-from-email",
12-
version: "0.0.1",
12+
version: "0.0.2",
1313
type: "action",
1414
};

components/gmail_custom_oauth/actions/send-email/send-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ overrideApp(base);
1010
export default {
1111
...base,
1212
key: "gmail_custom_oauth-send-email",
13-
version: "0.1.6",
13+
version: "0.1.7",
1414
props: {
1515
...base.props,
1616
inReplyTo: {

components/gmail_custom_oauth/actions/update-org-signature/update-org-signature.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ overrideApp(base);
99
export default {
1010
...base,
1111
key: "gmail_custom_oauth-update-org-signature",
12-
version: "0.0.10",
12+
version: "0.0.11",
1313
type: "action",
1414
};

components/gmail_custom_oauth/actions/update-primary-signature/update-primary-signature.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ overrideApp(base);
99
export default {
1010
...base,
1111
key: "gmail_custom_oauth-update-primary-signature",
12-
version: "0.0.10",
12+
version: "0.0.11",
1313
type: "action",
1414
};

components/gmail_custom_oauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/gmail_custom_oauth",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "Pipedream Gmail (Consumer) Components",
55
"main": "gmail_custom_oauth.app.mjs",
66
"keywords": [

components/gmail_custom_oauth/sources/new-attachment-received/new-attachment-received.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "gmail_custom_oauth-new-attachment-received",
99
name: "New Attachment Received",
1010
description: "Emit new event for each attachment in a message received. This source is capped at 100 max new messages per run.",
11-
version: "0.0.12",
11+
version: "0.0.13",
1212
type: "source",
1313
dedupe: "unique",
1414
};

0 commit comments

Comments
 (0)