Skip to content

Commit 03f6a27

Browse files
committed
versions
1 parent 9be96a7 commit 03f6a27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/frontapp/sources/new-conversation-created/new-conversation-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "frontapp-new-conversation-created",
77
name: "New Conversation Created",
88
description: "Emit new event when a conversation is created. [See the documentation](https://dev.frontapp.com/reference/list-conversations)",
9-
version: "0.0.3",
9+
version: "0.0.4",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/frontapp/sources/new-conversation-state-change/new-conversation-state-change.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "frontapp-new-conversation-state-change",
88
name: "New Conversation State Change",
99
description: "Emit new event when a conversation reaches a specific state. [See the documentation](https://dev.frontapp.com/reference/list-events)",
10-
version: "0.0.5",
10+
version: "0.0.6",
1111
type: "source",
1212
dedupe: "unique",
1313
props: {

components/frontapp/sources/new-message-template-created/new-message-template-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "frontapp-new-message-template-created",
77
name: "New Message Template Created",
88
description: "Emit new event when a message template is created. [See the documentation](https://dev.frontapp.com/reference/list-message-templates)",
9-
version: "0.0.3",
9+
version: "0.0.4",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

0 commit comments

Comments
 (0)