Skip to content

Commit ec6633c

Browse files
committed
versions
1 parent ba1c0a7 commit ec6633c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

components/frontapp/actions/import-message/import-message.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "frontapp-import-message",
66
name: "Import Message",
77
description: "Appends a new message into an inbox. [See the docs here](https://dev.frontapp.com/reference/import-inbox-message).",
8-
version: "0.1.6",
8+
version: "0.1.7",
99
type: "action",
1010
props: {
1111
frontApp,

components/frontapp/actions/receive-custom-messages/receive-custom-messages.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "frontapp-receive-custom-messages",
66
name: "Receive Custom Messages",
77
description: "Receive a custom message in Front. [See the docs here](https://dev.frontapp.com/reference/post_channels-channel-id-incoming-messages).",
8-
version: "0.0.3",
8+
version: "0.0.4",
99
type: "action",
1010
props: {
1111
frontApp,

components/frontapp/actions/reply-to-conversation/reply-to-conversation.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "frontapp-reply-to-conversation",
66
name: "Reply To Conversation",
77
description: "Reply to a conversation by sending a message and appending it to the conversation. [See the docs here](https://dev.frontapp.com/reference/post_conversations-conversation-id-messages).",
8-
version: "0.0.2",
8+
version: "0.0.3",
99
type: "action",
1010
props: {
1111
frontApp,

components/frontapp/actions/send-new-message/send-new-message.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "frontapp-send-new-message",
66
name: "Send New Message",
77
description: "Sends a new message from a channel. It will create a new conversation. [See the docs here](https://dev.frontapp.com/reference/post_channels-channel-id-messages).",
8-
version: "0.2.5",
8+
version: "0.2.6",
99
type: "action",
1010
props: {
1111
frontApp,

components/frontapp/actions/update-conversation/update-conversation.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "frontapp-update-conversation",
66
name: "Update Conversation",
77
description: "Updates a conversation. [See the docs here](https://dev.frontapp.com/reference/patch_conversations-conversation-id).",
8-
version: "0.1.5",
8+
version: "0.1.6",
99
type: "action",
1010
props: {
1111
frontApp,

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 docs](https://dev.frontapp.com/reference/list-conversations)",
10-
version: "0.0.1",
10+
version: "0.0.2",
1111
type: "source",
1212
dedupe: "unique",
1313
props: {

components/frontapp/sources/new-conversation-tag/new-conversation-tag.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-tag",
77
name: "New Conversation Tag",
88
description: "Emit new event when a conversation is tagged with a specific tag or any tag. [See the documentation](https://dev.frontapp.com/reference/events)",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "source",
1111
dedupe: "unique",
1212
props: {

0 commit comments

Comments
 (0)