Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Mar 8, 2021
1 parent a6ec223 commit 425846f
Show file tree
Hide file tree
Showing 26 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions packages/adapter-discord/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-adapter-discord",
"description": "Discord adapter for Koishi",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand All @@ -28,7 +28,7 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^3.0.1"
"koishi-core": "^3.1.0"
},
"devDependencies": {
"@types/ws": "^7.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-kaiheila/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-adapter-kaiheila",
"description": "Kaiheila adapter for Koishi",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand All @@ -24,7 +24,7 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^3.0.1"
"koishi-core": "^3.1.0"
},
"devDependencies": {
"koishi-test-utils": "^6.0.0-beta.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-onebot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^3.0.1"
"koishi-core": "^3.1.0"
},
"devDependencies": {
"@types/ws": "^7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^3.0.1"
"koishi-core": "^3.1.0"
},
"devDependencies": {
"koishi-test-utils": "^6.0.0-beta.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-tomon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^3.0.1"
"koishi-core": "^3.1.0"
},
"devDependencies": {
"@types/pako": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/koishi-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-core",
"description": "Core features for Koishi",
"version": "3.0.1",
"version": "3.1.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/koishi-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"chai": "^4.3.3",
"chai-as-promised": "^7.1.1",
"koishi-core": "^3.0.1",
"koishi-core": "^3.1.0",
"koishi-utils": "^4.0.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/koishi/ecosystem.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"koishi-adapter-discord": {
"version": "1.0.1",
"version": "1.0.2",
"description": "Discord adapter for Koishi"
},
"koishi-adapter-kaiheila": {
"version": "1.0.0",
"version": "1.0.1",
"description": "Kaiheila adapter for Koishi"
},
"koishi-adapter-onebot": {
Expand All @@ -28,7 +28,7 @@
"description": "Chess Plugin for Koishi"
},
"koishi-plugin-common": {
"version": "4.0.0",
"version": "4.1.0",
"description": "Common plugins for Koishi"
},
"koishi-plugin-dice": {
Expand All @@ -44,7 +44,7 @@
"description": "GitHub webhook plugin for Koishi"
},
"koishi-plugin-image-search": {
"version": "3.0.0-beta.10",
"version": "3.0.0",
"description": "Image searching plugin for Koishi"
},
"koishi-plugin-mongo": {
Expand Down Expand Up @@ -79,7 +79,7 @@
"description": "Teach plugin for Koishi"
},
"koishi-plugin-tools": {
"version": "2.0.0-beta.10",
"version": "2.0.0",
"description": "Some simple tools for Koishi"
},
"koishi-plugin-webui": {
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": "3.0.1",
"version": "3.1.0",
"main": "index.js",
"typings": "index.d.ts",
"engines": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"cac": "^6.7.2",
"chokidar": "^3.5.1",
"kleur": "^4.1.4",
"koishi-core": "^3.0.1",
"koishi-core": "^3.1.0",
"koishi-utils": "^4.0.1",
"prompts": "^2.4.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-adventure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"adventure"
],
"peerDependencies": {
"koishi-core": "^3.0.1",
"koishi-plugin-common": "^4.0.0",
"koishi-core": "^3.1.0",
"koishi-plugin-common": "^4.1.0",
"koishi-plugin-mysql": "^3.0.0-beta.16",
"koishi-plugin-teach": "^2.0.0-beta.15",
"koishi-utils": "^4.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-chess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"game"
],
"peerDependencies": {
"koishi-core": "^3.0.1",
"koishi-core": "^3.1.0",
"koishi-plugin-puppeteer": "^2.0.0",
"koishi-utils": "^4.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-common",
"description": "Common plugins for Koishi",
"version": "4.0.0",
"version": "4.1.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"plugin"
],
"peerDependencies": {
"koishi-core": "^3.0.1",
"koishi-core": "^3.1.0",
"koishi-utils": "^4.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dice"
],
"peerDependencies": {
"koishi-core": "^3.0.1",
"koishi-core": "^3.1.0",
"koishi-utils": "^4.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-eval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"code"
],
"peerDependencies": {
"koishi-core": "^3.0.1"
"koishi-core": "^3.1.0"
},
"dependencies": {
"js-yaml": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"koishi-test-utils": "^6.0.0-beta.10"
},
"peerDependencies": {
"koishi-core": "^3.0.1",
"koishi-core": "^3.1.0",
"koishi-plugin-puppeteer": "^2.0.0",
"koishi-utils": "^4.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-image-search/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-image-search",
"description": "Image searching plugin for Koishi",
"version": "3.0.0-beta.10",
"version": "3.0.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"pixiv"
],
"peerDependencies": {
"koishi-core": "^3.0.1",
"koishi-core": "^3.1.0",
"koishi-utils": "^4.0.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/mongodb": "^3.6.8"
},
"peerDependencies": {
"koishi-core": "^3.0.1"
"koishi-core": "^3.1.0"
},
"dependencies": {
"mongodb": "^3.6.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/koishijs/koishi#readme",
"peerDependencies": {
"koishi-core": "^3.0.1",
"koishi-core": "^3.1.0",
"koishi-utils": "^4.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/mysql": "^2.15.18"
},
"peerDependencies": {
"koishi-core": "^3.0.1",
"koishi-core": "^3.1.0",
"koishi-utils": "^4.0.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"koishi-test-utils": "^6.0.0-beta.10"
},
"peerDependencies": {
"koishi-core": "^3.0.1",
"koishi-core": "^3.1.0",
"koishi-utils": "^4.0.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"rss"
],
"peerDependencies": {
"koishi-core": "^3.0.1",
"koishi-core": "^3.1.0",
"koishi-utils": "^4.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"koishi-test-utils": "^6.0.0-beta.10"
},
"peerDependencies": {
"koishi-core": "^3.0.1",
"koishi-core": "^3.1.0",
"koishi-utils": "^4.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"status"
],
"peerDependencies": {
"koishi-core": "^3.0.1",
"koishi-core": "^3.1.0",
"koishi-utils": "^4.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-teach/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"conversation"
],
"peerDependencies": {
"koishi-core": "^3.0.1",
"koishi-core": "^3.1.0",
"koishi-utils": "^4.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koishi-plugin-tools",
"version": "2.0.0-beta.10",
"version": "2.0.0",
"description": "Some simple tools for Koishi",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"@types/qrcode": "^1.4.0"
},
"peerDependencies": {
"koishi-core": "^3.0.1",
"koishi-core": "^3.1.0",
"koishi-utils": "^4.0.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/koishijs/koishi#readme",
"peerDependencies": {
"koishi-core": "^3.0.1"
"koishi-core": "^3.1.0"
},
"dependencies": {
"element-plus": "^1.0.2-beta.33",
Expand Down

0 comments on commit 425846f

Please sign in to comment.