Skip to content

Commit 2c5e1c3

Browse files
committed
Bump
1 parent 5a3adea commit 2c5e1c3

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Create Channel",
66
description: "Create a new channel in Microsoft Teams. [See the docs here](https://docs.microsoft.com/en-us/graph/api/channel-post?view=graph-rest-1.0&tabs=http)",
77
type: "action",
8-
version: "0.0.6",
8+
version: "0.0.7",
99
props: {
1010
microsoftTeams,
1111
teamId: {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "List Channels",
66
description: "Lists all channels in a Microsoft Team. [See the docs here](https://docs.microsoft.com/en-us/graph/api/channel-list?view=graph-rest-1.0&tabs=http)",
77
type: "action",
8-
version: "0.0.6",
8+
version: "0.0.7",
99
props: {
1010
microsoftTeams,
1111
teamId: {

components/microsoft_teams/actions/list-shifts/list-shifts.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "List Shifts",
66
description: "Get the list of shift instances for a team. [See the documentation](https://learn.microsoft.com/en-us/graph/api/schedule-list-shifts?view=graph-rest-1.0&tabs=http)",
77
type: "action",
8-
version: "0.0.3",
8+
version: "0.0.4",
99
props: {
1010
microsoftTeams,
1111
teamId: {

components/microsoft_teams/actions/send-channel-message/send-channel-message.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Send Channel Message",
66
description: "Send a message to a team's channel. [See the docs here](https://docs.microsoft.com/en-us/graph/api/channel-post-messages?view=graph-rest-1.0&tabs=http)",
77
type: "action",
8-
version: "0.0.6",
8+
version: "0.0.7",
99
props: {
1010
microsoftTeams,
1111
teamId: {

components/microsoft_teams/actions/send-chat-message/send-chat-message.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Send Chat Message",
66
description: "Send a message to a team's chat. [See the docs here](https://docs.microsoft.com/en-us/graph/api/chat-post-messages?view=graph-rest-1.0&tabs=http)",
77
type: "action",
8-
version: "0.0.6",
8+
version: "0.0.7",
99
props: {
1010
microsoftTeams,
1111
chatId: {

components/microsoft_teams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/microsoft_teams",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Pipedream Microsoft Teams Components",
55
"main": "microsoft_teams.app.mjs",
66
"keywords": [

components/microsoft_teams/sources/new-channel-message/new-channel-message.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "microsoft_teams-new-channel-message",
66
name: "New Channel Message",
77
description: "Emit new event when a new message is posted in a channel",
8-
version: "0.0.7",
8+
version: "0.0.8",
99
type: "source",
1010
dedupe: "unique",
1111
props: {

components/microsoft_teams/sources/new-channel/new-channel.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "microsoft_teams-new-channel",
66
name: "New Channel",
77
description: "Emit new event when a new channel is created within a team",
8-
version: "0.0.7",
8+
version: "0.0.8",
99
type: "source",
1010
dedupe: "unique",
1111
props: {

components/microsoft_teams/sources/new-chat-message/new-chat-message.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "microsoft_teams-new-chat-message",
66
name: "New Chat Message",
77
description: "Emit new event when a new message is received in a chat",
8-
version: "0.0.7",
8+
version: "0.0.8",
99
type: "source",
1010
dedupe: "unique",
1111
props: {

components/microsoft_teams/sources/new-chat/new-chat.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "microsoft_teams-new-chat",
66
name: "New Chat",
77
description: "Emit new event when a new chat is created",
8-
version: "0.0.7",
8+
version: "0.0.8",
99
type: "source",
1010
dedupe: "unique",
1111
methods: {

0 commit comments

Comments
 (0)