mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
chore: Bump version to v22-beta.1 (#4377)
Co-authored-by: Link <link20050703@gmail.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "discordeno-monorepo",
|
"name": "discordeno-monorepo",
|
||||||
"version": "21.0.0",
|
"version": "22.0.0-beta.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"packageManager": "yarn@4.6.0",
|
"packageManager": "yarn@4.6.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@discordeno/bot",
|
"name": "@discordeno/bot",
|
||||||
"version": "21.0.0",
|
"version": "22.0.0-beta.1",
|
||||||
"exports": "./dist/index.js",
|
"exports": "./dist/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "discordeno",
|
"name": "discordeno",
|
||||||
"version": "21.0.0",
|
"version": "22.0.0-beta.1",
|
||||||
"exports": "./dist/index.js",
|
"exports": "./dist/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@discordeno/gateway",
|
"name": "@discordeno/gateway",
|
||||||
"version": "21.0.0",
|
"version": "22.0.0-beta.1",
|
||||||
"exports": "./dist/index.js",
|
"exports": "./dist/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@discordeno/rest",
|
"name": "@discordeno/rest",
|
||||||
"version": "21.0.0",
|
"version": "22.0.0-beta.1",
|
||||||
"exports": "./dist/index.js",
|
"exports": "./dist/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@discordeno/types",
|
"name": "@discordeno/types",
|
||||||
"version": "21.0.0",
|
"version": "22.0.0-beta.1",
|
||||||
"exports": "./dist/index.js",
|
"exports": "./dist/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@discordeno/utils",
|
"name": "@discordeno/utils",
|
||||||
"version": "21.0.0",
|
"version": "22.0.0-beta.1",
|
||||||
"exports": "./dist/index.js",
|
"exports": "./dist/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export const DISCORDENO_VERSION = '21.0.0'
|
export const DISCORDENO_VERSION = '22.0.0-beta.1'
|
||||||
|
|||||||
Reference in New Issue
Block a user