Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 18, 2022
1 parent 9d44100 commit 837fa63
Show file tree
Hide file tree
Showing 52 changed files with 68 additions and 68 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",
"version": "4.0.1",
"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",
"koishi": "^4.0.1",
"prompts": "^2.4.2"
}
}
2 changes: 1 addition & 1 deletion 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",
"version": "4.0.1",
"main": "lib/node.js",
"module": "lib/browser.js",
"typings": "lib/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/create/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"typescript": "^4.4.4"
},
"dependencies": {
"@koishijs/cli": "^4.0.0",
"@koishijs/cli": "^4.0.1",
"@koishijs/plugin-adapter-discord": "^2.0.0",
"@koishijs/plugin-adapter-onebot": "^4.0.0",
"@koishijs/plugin-adapter-telegram": "^2.0.0",
"@koishijs/plugin-console": "^1.0.0",
"@koishijs/plugin-manager": "^1.0.0",
"@koishijs/plugin-status": "^5.0.0",
"koishi": "^4.0.0"
"@koishijs/plugin-manager": "^1.0.1",
"@koishijs/plugin-status": "^5.0.1",
"koishi": "^4.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"command"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 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",
"version": "4.0.1",
"main": "lib/index.js",
"typings": "lib/node.d.ts",
"engines": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@koa/router": "^10.1.1",
"@koishijs/core": "^4.0.0",
"@koishijs/core": "^4.0.1",
"@koishijs/utils": "^5.0.0",
"@types/koa": "*",
"@types/koa__router": "*",
Expand Down
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"
"@koishijs/core": "^4.0.1"
}
}
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",
"@koishijs/core": "^4.0.1",
"@vueuse/core": "^7.5.3",
"monaco-editor": "^0.31.1"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"required:database"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"bind"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"callme"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/a11y/rate-limit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-rate-limit",
"description": "Set rate limits for commands in Koishi",
"version": "1.0.0",
"version": "1.0.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"rate-limit"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/a11y/schedule/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-schedule",
"description": "Create scheduled tasks for Koishi",
"version": "4.0.0",
"version": "4.0.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -34,6 +34,6 @@
"@koishijs/plugin-mock": "^1.0.0"
},
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
}
}
2 changes: 1 addition & 1 deletion plugins/a11y/sudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"sudo"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"required:database"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/verifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"verifier"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/adapter/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"koishi"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/adapter/kaiheila/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"koishi"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/adapter/onebot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"koishi"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/adapter/qqguild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"koishi"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"dependencies": {
"@qq-guild-sdk/core": "^1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion plugins/adapter/telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"koishi"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@types/es-aggregate-error": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion plugins/assets/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"service:assets"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"dependencies": {
"simple-git": "^2.48.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/assets/local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"service:assets"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
}
}
2 changes: 1 addition & 1 deletion plugins/assets/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"service:assets"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
}
}
2 changes: 1 addition & 1 deletion plugins/assets/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"service:assets"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.47.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/cache/lru/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lru"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"dependencies": {
"lru-cache": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/cache/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lru"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"dependencies": {
"generic-pool": "^3.8.2",
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"broadcast"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"echo"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"feedback"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/forward/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"optional:database"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/recall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"recall"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/repeater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"repeater"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/respondent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"optional:database"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/database/level/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"leveldb"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/database-tests": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/database/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"server"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {
"@koishijs/database-tests": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/database/mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-database-mongo",
"description": "MongoDB support for Koishi",
"version": "3.0.0",
"version": "3.0.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"@koishijs/plugin-mock": "^1.0.0"
},
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"dependencies": {
"@koishijs/orm-utils": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/database/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@koishijs/plugin-mock": "^1.0.0"
},
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"dependencies": {
"@koishijs/orm-utils": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/database/orm-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"utilities"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
}
}
2 changes: 1 addition & 1 deletion plugins/database/sql-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"utilities"
],
"peerDependencies": {
"koishi": "^4.0.0"
"koishi": "^4.0.1"
},
"devDependencies": {},
"dependencies": {}
Expand Down
Loading

0 comments on commit 837fa63

Please sign in to comment.