Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Nov 11, 2021
1 parent f20617c commit d1508f2
Show file tree
Hide file tree
Showing 45 changed files with 130 additions and 133 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/cli",
"description": "CLI for Koishi",
"version": "4.0.0-alpha.6",
"version": "4.0.0-beta.0",
"main": "index.js",
"typings": "index.d.ts",
"engines": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"chokidar": "^3.5.2",
"js-yaml": "^4.1.0",
"kleur": "^4.1.4",
"koishi": "^4.0.0-alpha.12",
"koishi": "^4.0.0-beta.0",
"prompts": "^2.4.1"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/core",
"description": "Core features for Koishi",
"version": "4.0.0-alpha.11",
"version": "4.0.0-beta.0",
"main": "lib/node.js",
"module": "lib/browser.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -30,10 +30,10 @@
"koishi"
],
"devDependencies": {
"@koishijs/test-utils": "^8.0.0-alpha.9"
"@koishijs/test-utils": "^8.0.0-beta.0"
},
"dependencies": {
"@koishijs/utils": "^5.0.0-alpha.7",
"@koishijs/utils": "^5.0.0-beta.0",
"fastest-levenshtein": "^1.0.12"
}
}
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-koishi",
"description": "Node runtime for Koishi",
"version": "4.0.3",
"version": "4.0.4",
"main": "lib/index.js",
"engines": {
"node": ">=12.0.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/create/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"typescript": "^4.4.4"
},
"dependencies": {
"@koishijs/cli": "^4.0.0-alpha.6",
"@koishijs/plugin-adapter-discord": "^2.0.0-alpha.7",
"@koishijs/plugin-adapter-onebot": "^4.0.0-alpha.10",
"@koishijs/plugin-adapter-telegram": "^2.0.0-alpha.7",
"@koishijs/plugin-common": "^5.0.0-alpha.10",
"@koishijs/plugin-console": "^1.0.0-alpha.0",
"@koishijs/plugin-manager": "^1.0.0-alpha.0",
"@koishijs/plugin-status": "^5.0.0-alpha.10",
"koishi": "^4.0.0-alpha.12"
"@koishijs/cli": "^4.0.0-beta.0",
"@koishijs/plugin-adapter-discord": "^2.0.0-beta.0",
"@koishijs/plugin-adapter-onebot": "^4.0.0-beta.0",
"@koishijs/plugin-adapter-telegram": "^2.0.0-beta.0",
"@koishijs/plugin-common": "^5.0.0-beta.0",
"@koishijs/plugin-console": "^1.0.0-beta.0",
"@koishijs/plugin-manager": "^1.0.0-beta.0",
"@koishijs/plugin-status": "^5.0.0-beta.0",
"koishi": "^4.0.0-beta.0"
}
}
8 changes: 4 additions & 4 deletions packages/koishi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi",
"description": "A QQ bot framework based on CQHTTP",
"version": "4.0.0-alpha.12",
"version": "4.0.0-beta.0",
"main": "lib/index.js",
"typings": "lib/node.d.ts",
"engines": {
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@koa/router": "^10.1.1",
"@koishijs/core": "^4.0.0-alpha.11",
"@koishijs/plugin-cache-lru": "^1.0.0-alpha.2",
"@koishijs/utils": "^5.0.0-alpha.7",
"@koishijs/core": "^4.0.0-beta.0",
"@koishijs/plugin-cache-lru": "^1.0.0-beta.0",
"@koishijs/utils": "^5.0.0-beta.0",
"@types/koa": "*",
"@types/koa__router": "*",
"@types/ws": "^7.4.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/orm-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/orm-utils",
"description": "ORM utilities for Koishi",
"version": "1.0.0-alpha.2",
"version": "1.0.0-beta.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
Expand Down Expand Up @@ -31,6 +31,6 @@
"utilities"
],
"peerDependencies": {
"koishi": "^4.0.0-alpha.12"
"koishi": "^4.0.0-beta.0"
}
}
4 changes: 2 additions & 2 deletions packages/sql-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/sql-utils",
"description": "SQL utilities for Koishi ORM",
"version": "1.0.0-alpha.2",
"version": "1.0.0-beta.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"utilities"
],
"peerDependencies": {
"koishi": "^4.0.0-alpha.12"
"koishi": "^4.0.0-beta.0"
},
"devDependencies": {},
"dependencies": {}
Expand Down
6 changes: 3 additions & 3 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/test-utils",
"description": "Test utilities for Koishi",
"version": "8.0.0-alpha.9",
"version": "8.0.0-beta.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
Expand Down Expand Up @@ -38,9 +38,9 @@
"@types/node": "^16.7.13"
},
"dependencies": {
"@koishijs/plugin-database-memory": "^1.0.0-alpha.7",
"@koishijs/plugin-database-memory": "^1.0.0-beta.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"koishi": "^4.0.0-alpha.12"
"koishi": "^4.0.0-beta.0"
}
}
2 changes: 1 addition & 1 deletion packages/ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"vue": "^3.2.21"
},
"dependencies": {
"@koishijs/core": "^4.0.0-alpha.11"
"@koishijs/core": "^4.0.0-beta.0"
}
}
2 changes: 1 addition & 1 deletion packages/ui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vue": "^3.2.21"
},
"dependencies": {
"@koishijs/core": "^4.0.0-alpha.11",
"@koishijs/core": "^4.0.0-beta.0",
"@vueuse/core": "^6.2.1",
"monaco-editor": "^0.27.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/utils",
"description": "Utilities for Koishi",
"version": "5.0.0-alpha.7",
"version": "5.0.0-beta.0",
"main": "lib/node.js",
"module": "lib/browser.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"devDependencies": {
"@types/supports-color": "^8.1.1",
"@koishijs/test-utils": "^8.0.0-alpha.9"
"@koishijs/test-utils": "^8.0.0-beta.0"
},
"dependencies": {
"supports-color": "^8.1.0"
Expand Down
6 changes: 3 additions & 3 deletions plugins/adapter/discord/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-discord",
"description": "Discord adapter for Koishi",
"version": "2.0.0-alpha.7",
"version": "2.0.0-beta.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -28,12 +28,12 @@
"koishi"
],
"peerDependencies": {
"koishi": "^4.0.0-alpha.12"
"koishi": "^4.0.0-beta.0"
},
"devDependencies": {
"@types/es-aggregate-error": "^1.0.2",
"@types/ws": "^7.4.7",
"@koishijs/test-utils": "^8.0.0-alpha.9"
"@koishijs/test-utils": "^8.0.0-beta.0"
},
"dependencies": {
"es-aggregate-error": "^1.0.5",
Expand Down
6 changes: 3 additions & 3 deletions plugins/adapter/kaiheila/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-kaiheila",
"description": "Kaiheila adapter for Koishi",
"version": "2.0.0-alpha.7",
"version": "2.0.0-beta.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -24,10 +24,10 @@
"koishi"
],
"peerDependencies": {
"koishi": "^4.0.0-alpha.12"
"koishi": "^4.0.0-beta.0"
},
"devDependencies": {
"@koishijs/test-utils": "^8.0.0-alpha.9"
"@koishijs/test-utils": "^8.0.0-beta.0"
},
"dependencies": {
"axios": "^0.21.4",
Expand Down
6 changes: 3 additions & 3 deletions plugins/adapter/onebot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-onebot",
"description": "CQHTTP adapter for Koishi",
"version": "4.0.0-alpha.10",
"version": "4.0.0-beta.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -27,11 +27,11 @@
"koishi"
],
"peerDependencies": {
"koishi": "^4.0.0-alpha.12"
"koishi": "^4.0.0-beta.0"
},
"devDependencies": {
"@types/ws": "^7.4.7",
"@koishijs/test-utils": "^8.0.0-alpha.9"
"@koishijs/test-utils": "^8.0.0-beta.0"
},
"dependencies": {
"qface": "^1.2.0",
Expand Down
6 changes: 3 additions & 3 deletions plugins/adapter/telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-telegram",
"description": "Telegram adapter for Koishi",
"version": "2.0.0-alpha.7",
"version": "2.0.0-beta.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -28,10 +28,10 @@
"koishi"
],
"peerDependencies": {
"koishi": "^4.0.0-alpha.12"
"koishi": "^4.0.0-beta.0"
},
"devDependencies": {
"@koishijs/test-utils": "^8.0.0-alpha.9"
"@koishijs/test-utils": "^8.0.0-beta.0"
},
"dependencies": {
"axios": "^0.21.4",
Expand Down
6 changes: 3 additions & 3 deletions plugins/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-admin",
"description": "Admin plugins for Koishi",
"version": "1.0.0-alpha.3",
"version": "1.0.0-beta.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,9 +32,9 @@
"required:database"
],
"peerDependencies": {
"koishi": "^4.0.0-alpha.12"
"koishi": "^4.0.0-beta.0"
},
"devDependencies": {
"@koishijs/test-utils": "^8.0.0-alpha.9"
"@koishijs/test-utils": "^8.0.0-beta.0"
}
}
4 changes: 2 additions & 2 deletions plugins/assets/jsdelivr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-assets-jsdelivr",
"description": "A github-jsdelivr assets provider for Koishi",
"version": "1.0.0-alpha.4",
"version": "1.0.0-beta.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"service:assets"
],
"peerDependencies": {
"koishi": "^4.0.0-alpha.12"
"koishi": "^4.0.0-beta.0"
},
"dependencies": {
"file-type": "^16.5.3",
Expand Down
4 changes: 2 additions & 2 deletions plugins/assets/local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-assets-local",
"description": "A classic assets provider for Koishi",
"version": "2.0.0-alpha.6",
"version": "2.0.0-beta.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,6 +30,6 @@
"service:assets"
],
"peerDependencies": {
"koishi": "^4.0.0-alpha.12"
"koishi": "^4.0.0-beta.0"
}
}
4 changes: 2 additions & 2 deletions plugins/assets/remote/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-assets-remote",
"description": "A classic assets provider for Koishi",
"version": "2.0.0-alpha.6",
"version": "2.0.0-beta.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,6 +30,6 @@
"service:assets"
],
"peerDependencies": {
"koishi": "^4.0.0-alpha.12"
"koishi": "^4.0.0-beta.0"
}
}
4 changes: 2 additions & 2 deletions plugins/assets/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-assets-s3",
"description": "Assets provider based on s3 for Koishi",
"version": "1.0.0-alpha.5",
"version": "1.0.0-beta.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"service:assets"
],
"peerDependencies": {
"koishi": "^4.0.0-alpha.12"
"koishi": "^4.0.0-beta.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.20.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/cache/lru/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-cache-lru",
"description": "LRU cache support for Koishi",
"version": "1.0.0-alpha.2",
"version": "1.0.0-beta.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"lru"
],
"peerDependencies": {
"koishi": "^4.0.0-alpha.12"
"koishi": "^4.0.0-beta.0"
},
"dependencies": {
"lru-cache": "^6.0.0"
Expand Down
Loading

0 comments on commit d1508f2

Please sign in to comment.