chore: update dev versions

This commit is contained in:
iCrawl
2022-06-04 17:01:47 +02:00
parent e92d937bcc
commit e17bb54c85
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@discordjs/builders", "name": "@discordjs/builders",
"version": "0.14.0", "version": "0.15.0-dev",
"description": "A set of builders that you can use when creating your bot", "description": "A set of builders that you can use when creating your bot",
"scripts": { "scripts": {
"build": "tsup", "build": "tsup",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@discordjs/collection", "name": "@discordjs/collection",
"version": "0.7.0", "version": "0.8.0-dev",
"description": "Utility data structure used in discord.js", "description": "Utility data structure used in discord.js",
"scripts": { "scripts": {
"test": "jest --pass-with-no-tests", "test": "jest --pass-with-no-tests",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@discordjs/rest", "name": "@discordjs/rest",
"version": "0.5.0", "version": "0.6.0-dev",
"description": "The REST API for discord.js", "description": "The REST API for discord.js",
"scripts": { "scripts": {
"build": "tsup && tsc --emitDeclarationOnly --incremental", "build": "tsup && tsc --emitDeclarationOnly --incremental",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@discordjs/voice", "name": "@discordjs/voice",
"version": "0.10.0", "version": "0.11.0-dev",
"description": "Implementation of the Discord Voice API for node.js", "description": "Implementation of the Discord Voice API for node.js",
"scripts": { "scripts": {
"build": "tsup && node scripts/postbuild.mjs", "build": "tsup && node scripts/postbuild.mjs",