Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Sep 13, 2020
1 parent d4faf2b commit 04b2a60
Show file tree
Hide file tree
Showing 21 changed files with 37 additions and 33 deletions.
4 changes: 2 additions & 2 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.3",
"version": "1.0.4",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^2.2.2"
"koishi-core": "^2.3.0"
},
"devDependencies": {
"@types/ms": "^0.7.31",
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 @@ -29,7 +29,7 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^2.2.2"
"koishi-core": "^2.3.0"
},
"devDependencies": {
"koishi-test-utils": "^5.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": "2.2.2",
"version": "2.3.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 @@ -40,7 +40,7 @@
"dependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"koishi-core": "^2.2.2",
"koishi-core": "^2.3.0",
"koishi-utils": "^3.1.5"
},
"devDependencies": {
Expand Down
14 changes: 9 additions & 5 deletions packages/koishi/ecosystem.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"koishi-adapter-cqhttp": {
"version": "1.0.3",
"version": "1.0.4",
"description": "CQHTTP adapter for Koishi"
},
"koishi-adapter-tomon": {
"version": "0.1.0",
"description": "Tomon adapter for Koishi"
},
"koishi-plugin-chess": {
"version": "2.0.0-beta.10",
"description": "Chess Plugin for Koishi"
},
"koishi-plugin-common": {
"version": "3.0.0",
"version": "3.0.1",
"description": "Common plugins for Koishi"
},
"koishi-plugin-eval": {
Expand All @@ -20,7 +24,7 @@
"description": "Execute JavaScript in Koishi"
},
"koishi-plugin-github": {
"version": "2.0.3",
"version": "2.1.0",
"description": "GitHub webhook plugin for Koishi"
},
"koishi-plugin-image-search": {
Expand Down Expand Up @@ -55,10 +59,10 @@
"description": "Show Status of Koishi"
},
"koishi-plugin-teach": {
"version": "1.0.4",
"version": "1.1.0",
"description": "Teach plugin for Koishi"
},
"koishi-plugin-tools": {
"version": "1.0.0"
"version": "1.0.1"
}
}
8 changes: 4 additions & 4 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.2.2",
"version": "2.3.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"engines": {
Expand Down Expand Up @@ -40,9 +40,9 @@
"dependencies": {
"cac": "^6.6.1",
"kleur": "^4.1.1",
"koishi-adapter-cqhttp": "^1.0.3",
"koishi-core": "^2.2.2",
"koishi-plugin-common": "^3.0.0",
"koishi-adapter-cqhttp": "^1.0.4",
"koishi-core": "^2.3.0",
"koishi-plugin-common": "^3.0.1",
"prompts": "^2.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-chess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"game"
],
"peerDependencies": {
"koishi-core": "^2.2.2",
"koishi-core": "^2.3.0",
"koishi-plugin-puppeteer": "^1.0.0"
},
"dependencies": {
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": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"plugin"
],
"peerDependencies": {
"koishi-core": "^2.2.2"
"koishi-core": "^2.3.0"
},
"devDependencies": {
"koishi-test-utils": "^5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-eval-addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"code"
],
"peerDependencies": {
"koishi-core": "^2.2.2",
"koishi-core": "^2.3.0",
"koishi-plugin-eval": "^2.0.1"
},
"dependencies": {
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 @@ -37,7 +37,7 @@
"code"
],
"peerDependencies": {
"koishi-core": "^2.2.2"
"koishi-core": "^2.3.0"
},
"devDependencies": {
"koishi-test-utils": "^5.0.1"
Expand Down
4 changes: 2 additions & 2 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": "2.0.3",
"version": "2.1.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"koishi-test-utils": "^5.0.1"
},
"peerDependencies": {
"koishi-core": "^2.2.2",
"koishi-core": "^2.3.0",
"koishi-plugin-puppeteer": "^1.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-image-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"pixiv"
],
"peerDependencies": {
"koishi-core": "^2.2.2"
"koishi-core": "^2.3.0"
},
"dependencies": {
"axios": "^0.20.0",
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 @@ -39,7 +39,7 @@
"@types/mongodb": "^3.5.27"
},
"peerDependencies": {
"koishi-core": "^2.2.2"
"koishi-core": "^2.3.0"
},
"dependencies": {
"mongodb": "^3.6.1"
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 @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/koishijs/koishi#readme",
"peerDependencies": {
"koishi-core": "^2.2.2"
"koishi-core": "^2.3.0"
},
"dependencies": {
"koishi-utils": "^3.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/mysql": "^2.15.15"
},
"peerDependencies": {
"koishi-core": "^2.2.2"
"koishi-core": "^2.3.0"
},
"dependencies": {
"koishi-utils": "^3.1.5",
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 @@ -39,7 +39,7 @@
"koishi-test-utils": "^5.0.1"
},
"peerDependencies": {
"koishi-core": "^2.2.2"
"koishi-core": "^2.3.0"
},
"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 @@ -36,7 +36,7 @@
"rss"
],
"peerDependencies": {
"koishi-core": "^2.2.2"
"koishi-core": "^2.3.0"
},
"devDependencies": {
"koishi-test-utils": "^5.0.1"
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 @@ -39,7 +39,7 @@
"koishi-test-utils": "^5.0.1"
},
"peerDependencies": {
"koishi-core": "^2.2.2"
"koishi-core": "^2.3.0"
},
"dependencies": {
"koishi-utils": "^3.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"status"
],
"peerDependencies": {
"koishi-core": "^2.2.2"
"koishi-core": "^2.3.0"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
Expand Down
4 changes: 2 additions & 2 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": "1.0.4",
"version": "1.1.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"engines": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"conversation"
],
"peerDependencies": {
"koishi-core": "^2.2.2"
"koishi-core": "^2.3.0"
},
"devDependencies": {
"koishi-plugin-mongo": "^1.0.3",
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": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Shigma <1700011071@pku.edu.cn>",
Expand All @@ -25,7 +25,7 @@
"@types/qrcode": "^1.3.5"
},
"peerDependencies": {
"koishi-core": "^2.2.2"
"koishi-core": "^2.3.0"
},
"dependencies": {
"axios": "^0.20.0",
Expand Down

0 comments on commit 04b2a60

Please sign in to comment.