Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Aug 27, 2020
1 parent 170fea6 commit fa727eb
Show file tree
Hide file tree
Showing 21 changed files with 51 additions and 51 deletions.
6 changes: 3 additions & 3 deletions packages/adapter-cqhttp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-adapter-cqhttp",
"description": "CQHTTP adapter for Koishi",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^2.0.0"
"koishi-core": "^2.0.1"
},
"devDependencies": {
"@types/ms": "^0.7.31",
Expand All @@ -43,6 +43,6 @@
"axios": "^0.20.0",
"ms": "^2.1.2",
"ws": "^7.3.1",
"koishi-utils": "^3.1.0"
"koishi-utils": "^3.1.1"
}
}
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": "2.0.0",
"version": "2.0.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"engines": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-router": "^9.4.0",
"koishi-utils": "^3.1.0",
"koishi-utils": "^3.1.1",
"leven": "^3.1.0",
"lru-cache": "^6.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/koishi-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@shigma/chai-extended": "^0.1.4",
"chai": "^4.2.0",
"koishi-core": "^2.0.0-rc.2",
"koishi-utils": "^3.1.0"
"koishi-core": "^2.0.1",
"koishi-utils": "^3.1.1"
}
}
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": "3.1.0",
"version": "3.1.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down
10 changes: 5 additions & 5 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": "2.0.0",
"version": "2.0.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"engines": {
Expand Down Expand Up @@ -40,15 +40,15 @@
"dependencies": {
"cac": "^6.6.1",
"kleur": "^4.1.1",
"koishi-core": "^2.0.0",
"koishi-adapter-cqhttp": "^1.0.0",
"koishi-core": "^2.0.1",
"koishi-adapter-cqhttp": "^1.0.1",
"koishi-plugin-common": "^3.0.0-beta.15",
"koishi-plugin-mysql": "^2.0.0",
"koishi-plugin-mongo": "^1.0.0",
"koishi-plugin-mongo": "^1.0.1",
"koishi-plugin-schedule": "^2.0.0",
"koishi-plugin-status": "^2.0.0-beta.13",
"koishi-plugin-teach": "^1.0.1",
"koishi-utils": "^3.1.0",
"koishi-utils": "^3.1.1",
"prompts": "^2.3.2"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-chess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"game"
],
"peerDependencies": {
"koishi-core": "^2.0.0",
"koishi-core": "^2.0.1",
"koishi-plugin-puppeteer": "^1.0.0"
},
"dependencies": {
"koishi-utils": "^3.1.0"
"koishi-utils": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"plugin"
],
"peerDependencies": {
"koishi-core": "^2.0.0"
"koishi-core": "^2.0.1"
},
"devDependencies": {
"koishi-test-utils": "^4.0.0-beta.9"
},
"dependencies": {
"koishi-utils": "^3.1.0"
"koishi-utils": "^3.1.1"
}
}
8 changes: 4 additions & 4 deletions packages/plugin-eval-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koishi-plugin-eval-addons",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "Execute JavaScript in Koishi",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -36,13 +36,13 @@
"code"
],
"peerDependencies": {
"koishi-core": "^2.0.0",
"koishi-plugin-eval": "^2.0.0-beta.16"
"koishi-core": "^2.0.1",
"koishi-plugin-eval": "^2.0.0-beta.17"
},
"dependencies": {
"js-yaml": "^3.14.0",
"json5": "^2.1.3",
"koishi-utils": "^3.1.0",
"koishi-utils": "^3.1.1",
"simple-git": "^2.20.1",
"typescript": "^4.0.2"
},
Expand Down
6 changes: 3 additions & 3 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": "2.0.0-beta.16",
"version": "2.0.0-beta.17",
"description": "Execute JavaScript in Koishi",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -37,12 +37,12 @@
"code"
],
"peerDependencies": {
"koishi-core": "^2.0.0"
"koishi-core": "^2.0.1"
},
"devDependencies": {
"koishi-test-utils": "^4.0.0-beta.9"
},
"dependencies": {
"koishi-utils": "^3.1.0"
"koishi-utils": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"koishi-test-utils": "^4.0.0-beta.9"
},
"peerDependencies": {
"koishi-core": "^2.0.0"
"koishi-core": "^2.0.1"
},
"dependencies": {
"@octokit/rest": "^18.0.3",
"@octokit/webhooks": "^7.11.0",
"axios": "^0.20.0",
"koishi-utils": "^3.1.0"
"koishi-utils": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-image-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"pixiv"
],
"peerDependencies": {
"koishi-core": "^2.0.0"
"koishi-core": "^2.0.1"
},
"dependencies": {
"axios": "^0.20.0",
"cheerio": "^1.0.0-rc.3",
"koishi-utils": "^3.1.0",
"koishi-utils": "^3.1.1",
"nhentai-api": "^3.0.2"
}
}
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": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"@types/mongodb": "^3.5.26"
},
"peerDependencies": {
"koishi-core": "^2.0.0"
"koishi-core": "^2.0.1"
},
"dependencies": {
"mongodb": "^3.6.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"homepage": "https://github.com/koishijs/koishi#readme",
"peerDependencies": {
"koishi-core": "^2.0.0"
"koishi-core": "^2.0.1"
},
"dependencies": {
"koishi-utils": "^3.1.0"
"koishi-utils": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@types/mysql": "^2.15.15"
},
"peerDependencies": {
"koishi-core": "^2.0.0"
"koishi-core": "^2.0.1"
},
"dependencies": {
"koishi-utils": "^3.1.0",
"koishi-utils": "^3.1.1",
"mysql": "^2.18.1"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"koishi-test-utils": "^4.0.0-beta.9"
},
"peerDependencies": {
"koishi-core": "^2.0.0"
"koishi-core": "^2.0.1"
},
"dependencies": {
"chrome-finder": "^1.0.7",
"pngjs": "^5.0.0",
"puppeteer-core": "^5.2.1",
"koishi-utils": "^3.1.0"
"koishi-utils": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-recorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"recorder"
],
"peerDependencies": {
"koishi-core": "^2.0.0"
"koishi-core": "^2.0.1"
},
"devDependencies": {
"del": "^5.1.0",
"koishi-test-utils": "^4.0.0-beta.9"
},
"dependencies": {
"koishi-utils": "^3.1.0"
"koishi-utils": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"rss"
],
"peerDependencies": {
"koishi-core": "^2.0.0"
"koishi-core": "^2.0.1"
},
"devDependencies": {
"koishi-test-utils": "^4.0.0-beta.9"
},
"dependencies": {
"rss-feed-emitter": "^3.2.2",
"koishi-utils": "^3.1.0"
"koishi-utils": "^3.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"task"
],
"devDependencies": {
"koishi-plugin-mongo": "^1.0.0",
"koishi-plugin-mongo": "^1.0.1",
"koishi-plugin-mysql": "^2.0.0",
"koishi-test-utils": "^4.0.0-beta.9"
},
"peerDependencies": {
"koishi-core": "^2.0.0"
"koishi-core": "^2.0.1"
},
"dependencies": {
"koishi-utils": "^3.1.0"
"koishi-utils": "^3.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"status"
],
"peerDependencies": {
"koishi-core": "^2.0.0"
"koishi-core": "^2.0.1"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"koishi-plugin-mongo": "^1.0.0",
"koishi-plugin-mongo": "^1.0.1",
"koishi-plugin-mysql": "^2.0.0",
"koishi-test-utils": "^4.0.0-beta.9"
},
"dependencies": {
"cross-spawn": "^7.0.3",
"koishi-utils": "^3.1.0"
"koishi-utils": "^3.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-teach/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"conversation"
],
"peerDependencies": {
"koishi-core": "^2.0.0"
"koishi-core": "^2.0.1"
},
"devDependencies": {
"koishi-plugin-mongo": "^1.0.0",
"koishi-plugin-mongo": "^1.0.1",
"koishi-plugin-mysql": "^2.0.0",
"koishi-test-utils": "^4.0.0-beta.9"
},
"dependencies": {
"koishi-utils": "^3.1.0",
"koishi-utils": "^3.1.1",
"leven": "^3.1.0",
"regexpp": "^3.1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"@types/qrcode": "^1.3.5"
},
"peerDependencies": {
"koishi-core": "^2.0.0"
"koishi-core": "^2.0.1"
},
"dependencies": {
"axios": "^0.20.0",
"cheerio": "^1.0.0-rc.3",
"qrcode": "^1.4.4",
"xml-js": "^1.6.11",
"koishi-utils": "^3.1.0"
"koishi-utils": "^3.1.1"
}
}

0 comments on commit fa727eb

Please sign in to comment.