Skip to content

Commit 5b2c240

Browse files
committed
Update Microsoft Outlook components with version bumps for find-email, new-attachment-received, and new-email sources
1 parent 4d8a86b commit 5b2c240

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "microsoft_outlook-find-email",
55
name: "Find Email",
66
description: "Search for an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-messages)",
7-
version: "0.0.9",
7+
version: "0.0.10",
88
type: "action",
99
props: {
1010
microsoftOutlook,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "microsoft_outlook-new-attachment-received",
66
name: "New Attachment Received (Instant)",
77
description: "Emit new event when a new email containing one or more attachments arrives in a specified Microsoft Outlook folder.",
8-
version: "0.0.4",
8+
version: "0.0.5",
99
type: "source",
1010
dedupe: "unique",
1111
methods: {

components/microsoft_outlook/sources/new-email/new-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "microsoft_outlook-new-email",
88
name: "New Email Event (Instant)",
99
description: "Emit new event when an email is received in specified folders.",
10-
version: "0.0.20",
10+
version: "0.0.21",
1111
type: "source",
1212
dedupe: "unique",
1313
methods: {

0 commit comments

Comments
 (0)