chore: bump dev versions

This commit is contained in:
iCrawl
2022-07-17 21:05:21 +02:00
parent 25bd771559
commit edf83f02ea
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@discordjs/collection", "name": "@discordjs/collection",
"version": "0.8.0", "version": "0.9.0-dev",
"description": "Utility data structure used in discord.js", "description": "Utility data structure used in discord.js",
"scripts": { "scripts": {
"test": "vitest run", "test": "vitest run",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@discordjs/rest", "name": "@discordjs/rest",
"version": "0.6.0", "version": "0.7.0-dev",
"description": "The REST API for discord.js", "description": "The REST API for discord.js",
"scripts": { "scripts": {
"test": "vitest run", "test": "vitest run",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@discordjs/voice", "name": "@discordjs/voice",
"version": "0.11.0", "version": "0.12.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",