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 24, 2021
1 parent 7804663 commit 25f43ce
Show file tree
Hide file tree
Showing 26 changed files with 82 additions and 90 deletions.
4 changes: 2 additions & 2 deletions packages/adapter-discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^3.3.1"
"koishi-core": "^3.4.0"
},
"devDependencies": {
"@types/ws": "^7.4.0",
"koishi-test-utils": "^6.0.0-beta.10"
"koishi-test-utils": "^6.0.0-beta.11"
},
"dependencies": {
"axios": "^0.21.1",
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "1.0.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand All @@ -24,14 +24,14 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^3.3.1"
"koishi-core": "^3.4.0"
},
"devDependencies": {
"koishi-test-utils": "^6.0.0-beta.10"
"koishi-test-utils": "^6.0.0-beta.11"
},
"dependencies": {
"axios": "^0.21.1",
"koishi-utils": "^4.0.3",
"koishi-utils": "^4.1.0",
"ws": "^7.4.4"
}
}
6 changes: 3 additions & 3 deletions packages/adapter-onebot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^3.3.1"
"koishi-core": "^3.4.0"
},
"devDependencies": {
"@types/ws": "^7.4.0",
"get-port": "^5.1.1",
"koishi-test-utils": "^6.0.0-beta.10"
"koishi-test-utils": "^6.0.0-beta.11"
},
"dependencies": {
"axios": "^0.21.1",
"koishi-utils": "^4.0.3",
"koishi-utils": "^4.1.0",
"ws": "^7.4.4"
}
}
8 changes: 4 additions & 4 deletions packages/adapter-telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-adapter-telegram",
"description": "Telegram adapter for Koishi",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand All @@ -28,14 +28,14 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^3.3.1"
"koishi-core": "^3.4.0"
},
"devDependencies": {
"koishi-test-utils": "^6.0.0-beta.10"
"koishi-test-utils": "^6.0.0-beta.11"
},
"dependencies": {
"axios": "^0.21.1",
"form-data": "^4.0.0",
"koishi-utils": "^4.0.3"
"koishi-utils": "^4.1.0"
}
}
6 changes: 3 additions & 3 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.3.1"
"koishi-core": "^3.4.0"
},
"devDependencies": {
"@types/pako": "^1.0.1",
"koishi-test-utils": "^6.0.0-beta.10"
"koishi-test-utils": "^6.0.0-beta.11"
},
"dependencies": {
"axios": "^0.21.1",
"koishi-utils": "^4.0.3",
"koishi-utils": "^4.1.0",
"pako": "^2.0.3",
"ws": "^7.4.4"
}
Expand Down
6 changes: 3 additions & 3 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.3.1",
"version": "3.4.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"engines": {
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"devDependencies": {
"@types/koa": "^2.13.1",
"koishi-test-utils": "^6.0.0-beta.10"
"koishi-test-utils": "^6.0.0-beta.11"
},
"dependencies": {
"@koa/router": "^10.0.0",
Expand All @@ -42,7 +42,7 @@
"fastest-levenshtein": "^1.0.12",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koishi-utils": "^4.0.3",
"koishi-utils": "^4.1.0",
"lru-cache": "^6.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/koishi-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-test-utils",
"description": "Test utilities for Koishi",
"version": "6.0.0-beta.10",
"version": "6.0.0-beta.11",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"engines": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"koishi-core": "^3.3.1",
"koishi-utils": "^4.0.3"
"koishi-core": "^3.4.0",
"koishi-utils": "^4.1.0"
},
"devDependencies": {
"@types/chai": "^4.2.15",
Expand Down
4 changes: 2 additions & 2 deletions 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.0.3",
"version": "4.1.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"devDependencies": {
"@types/supports-color": "^7.2.1",
"koishi-test-utils": "^6.0.0-beta.10"
"koishi-test-utils": "^6.0.0-beta.11"
},
"dependencies": {
"supports-color": "^8.1.1"
Expand Down
16 changes: 8 additions & 8 deletions packages/koishi/ecosystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"description": "Discord adapter for Koishi"
},
"koishi-adapter-kaiheila": {
"version": "1.0.1",
"version": "1.0.2",
"description": "Kaiheila adapter for Koishi"
},
"koishi-adapter-onebot": {
"version": "3.0.1",
"description": "CQHTTP adapter for Koishi"
},
"koishi-adapter-telegram": {
"version": "1.0.2",
"version": "1.0.3",
"description": "Telegram adapter for Koishi"
},
"koishi-adapter-tomon": {
Expand Down Expand Up @@ -40,22 +40,22 @@
"description": "Execute JavaScript in Koishi"
},
"koishi-plugin-github": {
"version": "3.0.0-beta.12",
"version": "3.0.0",
"description": "GitHub webhook plugin for Koishi"
},
"koishi-plugin-image-search": {
"version": "3.0.2",
"description": "Image searching plugin for Koishi"
},
"koishi-plugin-mongo": {
"version": "2.1.1",
"version": "2.2.0",
"description": "MongoDB support for Koishi"
},
"koishi-plugin-monitor": {
"version": "1.0.0-beta.27"
"version": "1.0.0-beta.28"
},
"koishi-plugin-mysql": {
"version": "3.1.0",
"version": "3.2.0",
"description": "MySQL support for Koishi"
},
"koishi-plugin-puppeteer": {
Expand All @@ -67,15 +67,15 @@
"description": "Subscribe RSS Url for Koishi"
},
"koishi-plugin-schedule": {
"version": "3.0.2",
"version": "3.0.3",
"description": "Schedule plugin for Koishi"
},
"koishi-plugin-status": {
"version": "4.0.0-rc.2",
"description": "Show Status of Koishi"
},
"koishi-plugin-teach": {
"version": "2.0.0",
"version": "2.0.1",
"description": "Teach plugin for Koishi"
},
"koishi-plugin-tools": {
Expand Down
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.3.1",
"version": "3.4.0",
"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.3.1",
"koishi-utils": "^4.0.3",
"koishi-core": "^3.4.0",
"koishi-utils": "^4.1.0",
"prompts": "^2.4.0"
}
}
10 changes: 5 additions & 5 deletions packages/plugin-adventure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"adventure"
],
"peerDependencies": {
"koishi-core": "^3.3.1",
"koishi-core": "^3.4.0",
"koishi-plugin-common": "^4.1.2",
"koishi-plugin-mysql": "^3.1.0",
"koishi-plugin-teach": "^2.0.0",
"koishi-utils": "^4.0.3"
"koishi-plugin-mysql": "^3.2.0",
"koishi-plugin-teach": "^2.0.1",
"koishi-utils": "^4.1.0"
},
"devDependencies": {
"koishi-test-utils": "^6.0.0-beta.10"
"koishi-test-utils": "^6.0.0-beta.11"
}
}
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.3.1",
"koishi-core": "^3.4.0",
"koishi-plugin-puppeteer": "^2.0.0",
"koishi-utils": "^4.0.3"
"koishi-utils": "^4.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"plugin"
],
"peerDependencies": {
"koishi-core": "^3.3.1",
"koishi-utils": "^4.0.3"
"koishi-core": "^3.4.0",
"koishi-utils": "^4.1.0"
},
"devDependencies": {
"koishi-test-utils": "^6.0.0-beta.10"
"koishi-test-utils": "^6.0.0-beta.11"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-dice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"dice"
],
"peerDependencies": {
"koishi-core": "^3.3.1",
"koishi-utils": "^4.0.3"
"koishi-core": "^3.4.0",
"koishi-utils": "^4.1.0"
},
"devDependencies": {
"koishi-test-utils": "^6.0.0-beta.10"
"koishi-test-utils": "^6.0.0-beta.11"
}
}
4 changes: 2 additions & 2 deletions 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.3.1"
"koishi-core": "^3.4.0"
},
"dependencies": {
"js-yaml": "^4.0.0",
Expand All @@ -43,6 +43,6 @@
},
"devDependencies": {
"@types/js-yaml": "^4.0.0",
"koishi-test-utils": "^6.0.0-beta.10"
"koishi-test-utils": "^6.0.0-beta.11"
}
}
10 changes: 5 additions & 5 deletions packages/plugin-github/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-github",
"description": "GitHub webhook plugin for Koishi",
"version": "3.0.0-beta.12",
"version": "3.0.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,13 +30,13 @@
],
"devDependencies": {
"@types/marked": "^2.0.0",
"koishi-plugin-mongo": "^2.1.1",
"koishi-plugin-mysql": "^3.1.0",
"koishi-plugin-mongo": "^2.2.0",
"koishi-plugin-mysql": "^3.2.0",
"koishi-plugin-puppeteer": "^2.0.0",
"koishi-test-utils": "^6.0.0-beta.10"
"koishi-test-utils": "^6.0.0-beta.11"
},
"peerDependencies": {
"koishi-core": "^3.3.1"
"koishi-core": "^3.4.0"
},
"dependencies": {
"@octokit/webhooks-definitions": "^3.63.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/plugin-image-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"pixiv"
],
"peerDependencies": {
"koishi-core": "^3.3.1",
"koishi-utils": "^4.0.3"
"koishi-core": "^3.4.0"
},
"dependencies": {
"axios": "^0.21.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-mongo",
"description": "MongoDB support for Koishi",
"version": "2.1.1",
"version": "2.2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/mongodb": "^3.6.10"
},
"peerDependencies": {
"koishi-core": "^3.3.1"
"koishi-core": "^3.4.0"
},
"dependencies": {
"mongodb": "^3.6.5"
Expand Down
Loading

0 comments on commit 25f43ce

Please sign in to comment.