Skip to content

Commit 1891e36

Browse files
committed
Version bumps
1 parent fefa808 commit 1891e36

File tree

23 files changed

+114
-66
lines changed

23 files changed

+114
-66
lines changed

components/spotify/actions/add-items-to-playlist/add-items-to-playlist.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Add Items to a Playlist",
55
description: "Add one or more items to a user’s playlist. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/add-tracks-to-playlist).",
66
key: "spotify-add-items-to-playlist",
7-
version: "0.1.4",
7+
version: "0.1.5",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/spotify/actions/create-playlist/create-playlist.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Create a Playlist",
55
description: "Create a playlist for a Spotify user. The playlist will be empty until you add tracks. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/create-playlist).",
66
key: "spotify-create-playlist",
7-
version: "0.1.4",
7+
version: "0.1.5",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/spotify/actions/get-album-tracks/get-album-tracks.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
name: "Get Album Tracks",
99
description: "Get all tracks in an album. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/get-an-albums-tracks)",
1010
key: "spotify-get-album-tracks",
11-
version: "0.0.5",
11+
version: "0.0.6",
1212
annotations: {
1313
destructiveHint: false,
1414
openWorldHint: true,

components/spotify/actions/get-all-tracks-by-artist/get-all-tracks-by-artist.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Get All Tracks by Artist",
55
description: "Get Spotify tracks information related with an artist's. [see docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-multiple-albums).",
66
key: "spotify-get-all-tracks-by-artist",
7-
version: "0.1.4",
7+
version: "0.1.5",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/spotify/actions/get-artist-top-tracks/get-artist-top-tracks.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Get an Artist's Top Tracks",
55
description: "Get Spotify catalog information about an artist's top tracks by country. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-an-artists-top-tracks).",
66
key: "spotify-get-artist-top-tracks",
7-
version: "0.1.4",
7+
version: "0.1.5",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/spotify/actions/get-audio-features-for-a-track/get-audio-features-for-a-track.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Get Audio Features for a Track",
55
description: "Get audio feature information for a single track identified by its unique Spotify ID. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-audio-features).",
66
key: "spotify-get-audio-features-for-a-track",
7-
version: "0.1.4",
7+
version: "0.1.5",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/spotify/actions/get-categorys-playlist/get-categorys-playlist.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Get a Category's Playlists",
55
description: "Get a list of Spotify playlists tagged with a particular category. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-a-categories-playlists).",
66
key: "spotify-get-categorys-playlist",
7-
version: "0.1.4",
7+
version: "0.1.5",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/spotify/actions/get-currently-playing-track/get-currently-playing-track.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
description:
77
"Get the object currently being played on the user's Spotify account. [See the documentation](https://developer.spotify.com/documentation/web-api/reference/get-the-users-currently-playing-track)",
88
key: "spotify-get-currently-playing-track",
9-
version: "0.0.5",
9+
version: "0.0.6",
1010
annotations: {
1111
destructiveHint: false,
1212
openWorldHint: true,

components/spotify/actions/get-playlist-items/get-playlist-items.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Get a Playlist's Items",
55
description: "Get full details of the items of a playlist owned by a Spotify user. [See the docs here](https://developer.spotify.com/documentation/web-api/reference/#/operations/get-playlists-tracks).",
66
key: "spotify-get-playlist-items",
7-
version: "0.1.4",
7+
version: "0.1.5",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/spotify/actions/get-playlist/get-playlist.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Get a Playlist",
55
description: "Get a playlist owned by a Spotify user. [See the documentation](https://developer.spotify.com/documentation/web-api/reference/get-playlist).",
66
key: "spotify-get-playlist",
7-
version: "0.0.5",
7+
version: "0.0.6",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

0 commit comments

Comments
 (0)