Skip to content

Commit

Permalink
refactor: version patch
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayymmeena committed Oct 1, 2024
1 parent 8e4588e commit 606f073
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/lava-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @discordx/lava-queue

## 4.0.6

### Patch Changes

- fix: track repeat mode

## 4.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lava-queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discordx/lava-queue",
"version": "4.0.5",
"version": "4.0.6",
"private": false,
"description": "Queue system for @discordx/lava-player",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/music/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @discordx/music

## 6.3.1

### Patch Changes

- fix: track repeat mode

## 6.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/music/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discordx/music",
"version": "6.3.0",
"version": "6.3.1",
"private": false,
"description": "Powerful Discord music player library using YTDL",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-lava-player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @discordx/plugin-lava-player

## 2.5.5

### Patch Changes

- Updated dependencies []:
- @discordx/lava-queue@4.0.6

## 2.5.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lava-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discordx/plugin-lava-player",
"version": "2.5.4",
"version": "2.5.5",
"private": false,
"description": "Fully-featured Discord music player leveraging the power of Lavalink",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-ytdl-player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @discordx/plugin-ytdl-player

## 2.3.4

### Patch Changes

- Updated dependencies []:
- @discordx/music@6.3.1

## 2.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ytdl-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discordx/plugin-ytdl-player",
"version": "2.3.3",
"version": "2.3.4",
"private": false,
"description": "Fully-featured Discord music player utilizing YTDL",
"keywords": [
Expand Down

0 comments on commit 606f073

Please sign in to comment.