Skip to content

Commit dfbe28c

Browse files
committed
Bump version for multiple Twitch actions and sources to 0.1.4 and 0.1.3
- Updated version numbers for various Twitch actions to 0.1.4. - Updated version numbers for several Twitch sources to 0.1.3. - Ensured consistency across component versions.
1 parent 456002c commit dfbe28c

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

components/twitch/actions/block-user/block-user.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Block User",
66
key: "twitch-block-user",
77
description: "Blocks a user; that is, adds a specified target user to your blocks list",
8-
version: "0.1.3",
8+
version: "0.1.4",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/twitch/actions/check-channel-subscription/check-channel-subscription.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Check Channel Subscription",
66
key: "twitch-check-channel-subscription",
77
description: "Checks if you are subscribed to the specified user's channel",
8-
version: "0.1.3",
8+
version: "0.1.4",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/twitch/actions/delete-video/delete-video.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Delete Video",
66
key: "twitch-delete-video",
77
description: "Deletes a specified video",
8-
version: "0.1.3",
8+
version: "0.1.4",
99
annotations: {
1010
destructiveHint: true,
1111
openWorldHint: true,

components/twitch/actions/get-channel-editors/get-channel-editors.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Get Channel Editors",
66
key: "twitch-get-channel-editors",
77
description: "Gets a list of users who are editors for your channel",
8-
version: "0.1.3",
8+
version: "0.1.4",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/twitch/actions/get-channel-followers/get-channel-followers.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Get Channel Followers",
66
key: "twitch-get-channel-followers",
77
description: "Retrieves a list of users who follow the authenticated user. [See the documentation](https://dev.twitch.tv/docs/api/reference/#get-channel-followers)",
8-
version: "0.0.2",
8+
version: "0.0.3",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/twitch/actions/get-channel-information/get-channel-information.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Get Channel Information",
66
key: "twitch-get-channel-information",
77
description: "Retrieves information about a particular broadcaster's channel",
8-
version: "0.1.3",
8+
version: "0.1.4",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/twitch/actions/get-channel-teams/get-channel-teams.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Get Channel Teams",
66
key: "twitch-get-channel-teams",
77
description: "Gets a list of teams to which a specified channel belongs",
8-
version: "0.1.3",
8+
version: "0.1.4",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/twitch/actions/get-clips/get-clips.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Get Clips",
66
key: "twitch-get-clips",
77
description: "Gets clip information by clip ID, user ID, or game ID",
8-
version: "0.1.3",
8+
version: "0.1.4",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/twitch/actions/get-followed-channels/get-followed-channels.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Get Followed Channels",
66
key: "twitch-get-followed-channels",
77
description: "Retrieves a list of channels that the authenticated user follows. [See the documentation](https://dev.twitch.tv/docs/api/reference/#get-followed-channels)",
8-
version: "0.1.3",
8+
version: "0.1.4",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/twitch/actions/get-stream-by-user/get-stream-by-user.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Get Stream By User",
66
key: "twitch-get-stream-by-user",
77
description: "Gets stream information (the stream object) for a specified user",
8-
version: "0.1.3",
8+
version: "0.1.4",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

0 commit comments

Comments
 (0)