Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Apr 10, 2021
1 parent c5f3079 commit f06d423
Show file tree
Hide file tree
Showing 28 changed files with 55 additions and 55 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.7",
"version": "1.0.8",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -28,7 +28,7 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^3.7.1"
"koishi-core": "^3.7.2"
},
"devDependencies": {
"@types/ws": "^7.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-kaiheila/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^3.7.1"
"koishi-core": "^3.7.2"
},
"devDependencies": {
"koishi-test-utils": "^6.0.0-beta.11"
},
"dependencies": {
"axios": "^0.21.1",
"koishi-utils": "^4.1.3",
"koishi-utils": "^4.2.0",
"ws": "^7.4.4"
}
}
4 changes: 2 additions & 2 deletions 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.7.1"
"koishi-core": "^3.7.2"
},
"devDependencies": {
"@types/ws": "^7.4.1",
Expand All @@ -36,7 +36,7 @@
},
"dependencies": {
"axios": "^0.21.1",
"koishi-utils": "^4.1.3",
"koishi-utils": "^4.2.0",
"ws": "^7.4.4"
}
}
4 changes: 2 additions & 2 deletions packages/adapter-telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^3.7.1"
"koishi-core": "^3.7.2"
},
"devDependencies": {
"koishi-test-utils": "^6.0.0-beta.11"
},
"dependencies": {
"axios": "^0.21.1",
"form-data": "^4.0.0",
"koishi-utils": "^4.1.3"
"koishi-utils": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/adapter-tomon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^3.7.1"
"koishi-core": "^3.7.2"
},
"devDependencies": {
"@types/pako": "^1.0.1",
"koishi-test-utils": "^6.0.0-beta.11"
},
"dependencies": {
"axios": "^0.21.1",
"koishi-utils": "^4.1.3",
"koishi-utils": "^4.2.0",
"pako": "^2.0.3",
"ws": "^7.4.4"
}
Expand Down
4 changes: 2 additions & 2 deletions 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.7.1",
"version": "3.7.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"fastest-levenshtein": "^1.0.12",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koishi-utils": "^4.1.3",
"koishi-utils": "^4.2.0",
"lru-cache": "^6.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/koishi-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"koishi-core": "^3.7.1",
"koishi-utils": "^4.1.3"
"koishi-core": "^3.7.2",
"koishi-utils": "^4.2.0"
},
"devDependencies": {
"@types/chai": "^4.2.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/koishi-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-utils",
"description": "Utilities for Koishi",
"version": "4.1.3",
"version": "4.2.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
12 changes: 6 additions & 6 deletions packages/koishi/ecosystem.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"koishi-adapter-discord": {
"version": "1.0.7",
"version": "1.0.8",
"description": "Discord adapter for Koishi"
},
"koishi-adapter-kaiheila": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"description": "Asset provider plugin for Koishi"
},
"koishi-plugin-chat": {
"version": "0.2.0",
"version": "0.2.1",
"description": "Chat plugin for Koishi"
},
"koishi-plugin-chess": {
Expand All @@ -44,15 +44,15 @@
"description": "COC / DND Tools for Koishi"
},
"koishi-plugin-eval": {
"version": "3.0.0-beta.15",
"version": "3.0.0-beta.16",
"description": "Execute JavaScript in Koishi"
},
"koishi-plugin-github": {
"version": "3.0.3",
"description": "GitHub webhook plugin for Koishi"
},
"koishi-plugin-image-search": {
"version": "3.0.2",
"version": "3.0.3",
"description": "Image searching plugin for Koishi"
},
"koishi-plugin-mongo": {
Expand All @@ -79,15 +79,15 @@
"description": "Schedule plugin for Koishi"
},
"koishi-plugin-teach": {
"version": "2.1.2",
"version": "2.1.3",
"description": "Teach plugin for Koishi"
},
"koishi-plugin-tools": {
"version": "2.1.1",
"description": "Some simple tools for Koishi"
},
"koishi-plugin-webui": {
"version": "4.1.0",
"version": "4.1.1",
"description": "Show Web UI of Koishi"
}
}
6 changes: 3 additions & 3 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.7.1",
"version": "3.7.2",
"main": "index.js",
"typings": "index.d.ts",
"engines": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"cac": "^6.7.2",
"chokidar": "^3.5.1",
"kleur": "^4.1.4",
"koishi-core": "^3.7.1",
"koishi-utils": "^4.1.3",
"koishi-core": "^3.7.2",
"koishi-utils": "^4.2.0",
"prompts": "^2.4.1"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-adventure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"adventure"
],
"peerDependencies": {
"koishi-core": "^3.7.1",
"koishi-core": "^3.7.2",
"koishi-plugin-common": "^4.2.2",
"koishi-plugin-mysql": "^3.3.0",
"koishi-plugin-teach": "^2.1.2",
"koishi-utils": "^4.1.3"
"koishi-plugin-teach": "^2.1.3",
"koishi-utils": "^4.2.0"
},
"devDependencies": {
"koishi-test-utils": "^6.0.0-beta.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"server"
],
"peerDependencies": {
"koishi-core": "^3.7.1"
"koishi-core": "^3.7.2"
},
"dependencies": {
"axios": "^0.21.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chat",
"description": "Chat plugin for Koishi",
"version": "0.2.0",
"version": "0.2.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,9 +30,9 @@
"server"
],
"peerDependencies": {
"koishi-core": "^3.7.1"
"koishi-core": "^3.7.2"
},
"devDependencies": {
"koishi-plugin-webui": "^4.1.0"
"koishi-plugin-webui": "^4.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-chess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"game"
],
"peerDependencies": {
"koishi-core": "^3.7.1",
"koishi-core": "^3.7.2",
"koishi-plugin-puppeteer": "^2.0.1",
"koishi-utils": "^4.1.3"
"koishi-utils": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"plugin"
],
"peerDependencies": {
"koishi-core": "^3.7.1",
"koishi-utils": "^4.1.3"
"koishi-core": "^3.7.2",
"koishi-utils": "^4.2.0"
},
"devDependencies": {
"koishi-test-utils": "^6.0.0-beta.11"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-dice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"dice"
],
"peerDependencies": {
"koishi-core": "^3.7.1",
"koishi-utils": "^4.1.3"
"koishi-core": "^3.7.2",
"koishi-utils": "^4.2.0"
},
"devDependencies": {
"koishi-test-utils": "^6.0.0-beta.11"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-eval/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koishi-plugin-eval",
"version": "3.0.0-beta.15",
"version": "3.0.0-beta.16",
"description": "Execute JavaScript in Koishi",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"code"
],
"peerDependencies": {
"koishi-core": "^3.7.1"
"koishi-core": "^3.7.2"
},
"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 @@ -36,7 +36,7 @@
"koishi-test-utils": "^6.0.0-beta.11"
},
"peerDependencies": {
"koishi-core": "^3.7.1"
"koishi-core": "^3.7.2"
},
"dependencies": {
"@octokit/webhooks-definitions": "^3.67.0",
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.2",
"version": "3.0.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"pixiv"
],
"peerDependencies": {
"koishi-core": "^3.7.1"
"koishi-core": "^3.7.2"
},
"dependencies": {
"axios": "^0.21.1",
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.12"
},
"peerDependencies": {
"koishi-core": "^3.7.1"
"koishi-core": "^3.7.2"
},
"dependencies": {
"mongodb": "^3.6.6"
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,6 +17,6 @@
},
"homepage": "https://github.com/koishijs/koishi#readme",
"peerDependencies": {
"koishi-core": "^3.7.1"
"koishi-core": "^3.7.2"
}
}
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.7.1"
"koishi-core": "^3.7.2"
},
"dependencies": {
"mysql": "^2.18.1"
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.11"
},
"peerDependencies": {
"koishi-core": "^3.7.1"
"koishi-core": "^3.7.2"
},
"dependencies": {
"chrome-finder": "^1.0.7",
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.7.1"
"koishi-core": "^3.7.2"
},
"devDependencies": {
"koishi-test-utils": "^6.0.0-beta.11"
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,6 +34,6 @@
"koishi-test-utils": "^6.0.0-beta.11"
},
"peerDependencies": {
"koishi-core": "^3.7.1"
"koishi-core": "^3.7.2"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-teach/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-teach",
"description": "Teach plugin for Koishi",
"version": "2.1.2",
"version": "2.1.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
Expand Down Expand Up @@ -34,12 +34,12 @@
"conversation"
],
"peerDependencies": {
"koishi-core": "^3.7.1"
"koishi-core": "^3.7.2"
},
"devDependencies": {
"koishi-plugin-mongo": "^2.2.1",
"koishi-plugin-mysql": "^3.3.0",
"koishi-plugin-webui": "^4.1.0",
"koishi-plugin-webui": "^4.1.1",
"koishi-test-utils": "^6.0.0-beta.11"
},
"dependencies": {
Expand Down
Loading

0 comments on commit f06d423

Please sign in to comment.