chore: Bump version to v22-beta.1 (#4377)

Co-authored-by: Link <link20050703@gmail.com>
This commit is contained in:
Fleny
2025-08-22 10:55:03 -07:00
committed by GitHub
co-authored by Link
parent bd37023847
commit 269a5bf5f5
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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
View File
@@ -1 +1 @@
export const DISCORDENO_VERSION = '21.0.0' export const DISCORDENO_VERSION = '22.0.0-beta.1'