Skip to content

Commit 1e555f3

Browse files
committed
versions
1 parent 0bb6552 commit 1e555f3

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

components/slack_bot/actions/add-emoji-reaction/add-emoji-reaction.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export default {
1111
}),
1212
key: "slack_bot-add-emoji-reaction",
1313
description: "Add an emoji reaction to a message. [See the documentation](https://api.slack.com/methods/reactions.add)",
14-
version: "0.0.1",
14+
version: "0.0.2",
1515
};

components/slack_bot/actions/archive-channel/archive-channel.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ export default {
2727
}),
2828
key: "slack_bot-archive-channel",
2929
description: "Archive a channel (Bot). [See the documentation](https://api.slack.com/methods/conversations.archive)",
30-
version: "0.0.3",
30+
version: "0.0.4",
3131
};

components/slack_bot/actions/create-channel/create-channel.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export default {
1111
}),
1212
key: "slack_bot-create-channel",
1313
description: "Create a new channel (Bot). [See the documentation](https://api.slack.com/methods/conversations.create)",
14-
version: "0.0.3",
14+
version: "0.0.4",
1515
};

components/slack_bot/actions/delete-file/delete-file.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export default {
1111
}),
1212
key: "slack_bot-delete-file",
1313
description: "Delete a file (Bot). [See the documentation](https://api.slack.com/methods/files.delete)",
14-
version: "0.0.3",
14+
version: "0.0.4",
1515
};

components/slack_bot/actions/delete-message/delete-message.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ export default {
1414
}),
1515
key: "slack_bot-delete-message",
1616
description: "Delete a message (Bot). [See the documentation](https://api.slack.com/methods/chat.delete)",
17-
version: "0.0.3",
17+
version: "0.0.4",
1818
};

components/slack_bot/actions/find-user-by-email/find-user-by-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export default {
1111
}),
1212
key: "slack_bot-find-user-by-email",
1313
description: "Find a user by matching against their email (Bot). [See the documentation](https://api.slack.com/methods/users.lookupByEmail)",
14-
version: "0.0.3",
14+
version: "0.0.4",
1515
};

components/slack_bot/actions/get-file/get-file.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export default {
1111
}),
1212
key: "slack_bot-get-file",
1313
description: "Return information about a file (Bot). [See the documentation](https://api.slack.com/methods/files.info)",
14-
version: "0.0.3",
14+
version: "0.0.4",
1515
};

components/slack_bot/actions/invite-user-to-channel/invite-user-to-channel.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export default {
1111
}),
1212
key: "slack_bot-invite-user-to-channel",
1313
description: "Invite a user to an existing channel (Bot). [See the documentation](https://api.slack.com/methods/conversations.invite)",
14-
version: "0.0.3",
14+
version: "0.0.4",
1515
};

components/slack_bot/actions/list-channels/list-channels.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export default {
1111
}),
1212
key: "slack_bot-list-channels",
1313
description: "Return a list of all channels in a workspace (Bot). [See the documentation](https://api.slack.com/methods/conversations.list)",
14-
version: "0.0.3",
14+
version: "0.0.4",
1515
};

components/slack_bot/actions/list-files/list-files.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ export default {
3030
}),
3131
key: "slack_bot-list-files",
3232
description: "Return a list of files within a team (Bot). [See the documentation](https://api.slack.com/methods/files.list)",
33-
version: "0.0.3",
33+
version: "0.0.4",
3434
};

0 commit comments

Comments
 (0)