Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Jan 10, 2024
1 parent c73423c commit f324e01
Show file tree
Hide file tree
Showing 7 changed files with 901 additions and 900 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.0.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.0.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
3 changes: 2 additions & 1 deletion apps/website/src/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ export default function Footer() {
<Link className="text-blue-500" href="https://discord.com">
Discord
</Link>{' '}
or <Link className="text-blue-500" href="https://discord.js.org">
or{' '}
<Link className="text-blue-500" href="https://discord.js.org">
discord.js
</Link>
</span>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"url": "https://github.com/Androz2091/discord-player/issues"
},
"homepage": "https://github.com/Androz2091/discord-player#readme",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/discord-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-player",
"version": "6.6.6",
"version": "6.6.7",
"description": "Complete framework to facilitate music commands using discord.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -77,4 +77,4 @@
"readmeFile": "./README.md",
"tsconfig": "./tsconfig.json"
}
}
}
4 changes: 2 additions & 2 deletions packages/extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord-player/extractor",
"version": "4.4.5",
"version": "4.4.6",
"description": "Extractors for discord-player",
"keywords": [
"discord-player",
Expand Down Expand Up @@ -62,4 +62,4 @@
"readmeFile": "./README.md",
"tsconfig": "./tsconfig.json"
}
}
}

0 comments on commit f324e01

Please sign in to comment.