Skip to content

Commit 9d23d21

Browse files
committed
Version bumps
1 parent ede3f24 commit 9d23d21

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

components/help_scout/actions/add-note/add-note.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "help_scout-add-note",
55
name: "Add Note to Conversation",
66
description: "Adds a note to an existing conversation in Help Scout. [See the documentation](https://developer.helpscout.com/mailbox-api/endpoints/conversations/threads/note/)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
helpScout,

components/help_scout/actions/create-customer/create-customer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313
key: "help_scout-create-customer",
1414
name: "Create Customer",
1515
description: "Creates a new customer record in Help Scout. [See the documentation](https://developer.helpscout.com/mailbox-api/endpoints/customers/create/)",
16-
version: "0.0.1",
16+
version: "0.0.2",
1717
type: "action",
1818
props: {
1919
helpScout,

components/help_scout/actions/send-reply/send-reply.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "help_scout-send-reply",
55
name: "Send Reply",
66
description: "Sends a reply to a conversation. Be careful as this sends an actual email to the customer. [See the documentation](https://developer.helpscout.com/mailbox-api/endpoints/conversations/threads/reply/)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
helpScout,

components/help_scout/sources/new-agent-reply-instant/new-agent-reply-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "help_scout-new-agent-reply-instant",
66
name: "New Agent Reply (Instant)",
77
description: "Emit new event when an agent replies to a conversation.",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "source",
1010
dedupe: "unique",
1111
methods: {

components/help_scout/sources/new-conversation-created-instant/new-conversation-created-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "help_scout-new-conversation-created-instant",
77
name: "New Conversation Created (Instant)",
88
description: "Emit new event when a new conversation is created.",
9-
version: "0.0.2",
9+
version: "0.0.3",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/help_scout/sources/new-customer-instant/new-customer-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "help_scout-new-customer-instant",
77
name: "New Customer Added (Instant)",
88
description: "Emit new event when a new customer is added.",
9-
version: "0.0.2",
9+
version: "0.0.3",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/help_scout/sources/new-customer-reply-instant/new-customer-reply-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "help_scout-new-customer-reply-instant",
66
name: "New Customer Reply (Instant)",
77
description: "Emit new event when a customer replies to a conversation.",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "source",
1010
dedupe: "unique",
1111
methods: {

components/help_scout/sources/new-note-created-instant/new-note-created-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "help_scout-new-note-created-instant",
66
name: "New Note Created (Instant)",
77
description: "Emit new event when a note is added to a conversation.",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "source",
1010
dedupe: "unique",
1111
methods: {

0 commit comments

Comments
 (0)