Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Oct 15, 2020
1 parent c11add2 commit d05d354
Show file tree
Hide file tree
Showing 22 changed files with 55 additions and 55 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.5",
"version": "1.0.6",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"koishi"
],
"peerDependencies": {
"koishi-core": "^2.3.1"
"koishi-core": "^2.3.2"
},
"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.3.1"
"koishi-core": "^2.3.2"
},
"devDependencies": {
"koishi-test-utils": "^5.0.2"
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.3.1",
"version": "2.3.2",
"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.3.1",
"koishi-core": "^2.3.2",
"koishi-utils": "^3.1.5"
},
"devDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions packages/koishi/ecosystem.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,69 @@
{
"koishi-adapter-cqhttp": {
"version": "1.0.5",
"version": "1.0.6",
"description": "CQHTTP adapter for Koishi"
},
"koishi-adapter-tomon": {
"version": "0.1.1",
"description": "Tomon adapter for Koishi"
},
"koishi-plugin-chess": {
"version": "2.0.0-beta.11",
"version": "2.0.0-beta.12",
"description": "Chess Plugin for Koishi"
},
"koishi-plugin-common": {
"version": "3.0.2",
"version": "3.0.3",
"description": "Common plugins for Koishi"
},
"koishi-plugin-dice": {
"version": "0.1.1",
"description": "COC / DND Tools for Koishi"
},
"koishi-plugin-eval": {
"version": "2.0.2",
"version": "2.0.3",
"description": "Execute JavaScript in Koishi"
},
"koishi-plugin-eval-addons": {
"version": "1.0.0-beta.12",
"description": "Execute JavaScript in Koishi"
},
"koishi-plugin-github": {
"version": "2.1.1",
"version": "2.1.2",
"description": "GitHub webhook plugin for Koishi"
},
"koishi-plugin-image-search": {
"version": "2.0.1",
"description": "Image searching plugin for Koishi"
},
"koishi-plugin-mongo": {
"version": "1.0.4",
"version": "1.1.0",
"description": "MongoDB support for Koishi"
},
"koishi-plugin-monitor": {
"version": "1.0.0-beta.15"
"version": "1.0.0-beta.16"
},
"koishi-plugin-mysql": {
"version": "2.0.1",
"version": "2.0.2",
"description": "MySQL support for Koishi"
},
"koishi-plugin-puppeteer": {
"version": "1.0.1",
"description": "Take Screenshots in Koishi"
},
"koishi-plugin-rss": {
"version": "1.0.1",
"version": "1.1.0",
"description": "Subscribe RSS Url for Koishi"
},
"koishi-plugin-schedule": {
"version": "2.0.3",
"version": "2.0.4",
"description": "Schedule plugin for Koishi"
},
"koishi-plugin-status": {
"version": "2.0.0-beta.16",
"version": "2.0.0-beta.17",
"description": "Show Status of Koishi"
},
"koishi-plugin-teach": {
"version": "1.1.1",
"version": "1.2.0",
"description": "Teach plugin for Koishi"
},
"koishi-plugin-tools": {
Expand Down
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.3.1",
"version": "2.3.2",
"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.3",
"koishi-adapter-cqhttp": "^1.0.5",
"koishi-core": "^2.3.1",
"koishi-plugin-common": "^3.0.2",
"koishi-adapter-cqhttp": "^1.0.6",
"koishi-core": "^2.3.2",
"koishi-plugin-common": "^3.0.3",
"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
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chess",
"description": "Chess Plugin for Koishi",
"version": "2.0.0-beta.11",
"version": "2.0.0-beta.12",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"game"
],
"peerDependencies": {
"koishi-core": "^2.3.1",
"koishi-core": "^2.3.2",
"koishi-plugin-puppeteer": "^1.0.1",
"koishi-utils": "^3.1.5"
}
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.2",
"version": "3.0.3",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"plugin"
],
"peerDependencies": {
"koishi-core": "^2.3.1",
"koishi-core": "^2.3.2",
"koishi-utils": "^3.1.5"
},
"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 @@ -35,7 +35,7 @@
"dice"
],
"peerDependencies": {
"koishi-core": "^2.3.1",
"koishi-core": "^2.3.2",
"koishi-utils": "^3.1.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-eval-addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"code"
],
"peerDependencies": {
"koishi-core": "^2.3.1",
"koishi-plugin-eval": "^2.0.2",
"koishi-core": "^2.3.2",
"koishi-plugin-eval": "^2.0.3",
"koishi-utils": "^3.1.5"
},
"dependencies": {
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": "2.0.2",
"version": "2.0.3",
"description": "Execute JavaScript in Koishi",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"code"
],
"peerDependencies": {
"koishi-core": "^2.3.1",
"koishi-core": "^2.3.2",
"koishi-utils": "^3.1.5"
},
"devDependencies": {
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.1.1",
"version": "2.1.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"koishi-test-utils": "^5.0.2"
},
"peerDependencies": {
"koishi-core": "^2.3.1",
"koishi-core": "^2.3.2",
"koishi-plugin-puppeteer": "^1.0.1",
"koishi-utils": "^3.1.5"
},
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.3.1",
"koishi-core": "^2.3.2",
"koishi-utils": "^3.1.5"
},
"dependencies": {
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": "1.0.4",
"version": "1.1.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"@types/mongodb": "^3.5.27"
},
"peerDependencies": {
"koishi-core": "^2.3.1"
"koishi-core": "^2.3.2"
},
"dependencies": {
"mongodb": "^3.6.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koishi-plugin-monitor",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.16",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Shigma <1700011071@pku.edu.cn>",
Expand All @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/koishijs/koishi#readme",
"peerDependencies": {
"koishi-core": "^2.3.1",
"koishi-core": "^2.3.2",
"koishi-utils": "^3.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-mysql",
"description": "MySQL support for Koishi",
"version": "2.0.1",
"version": "2.0.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/mysql": "^2.15.15"
},
"peerDependencies": {
"koishi-core": "^2.3.1",
"koishi-core": "^2.3.2",
"koishi-utils": "^3.1.5"
},
"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 @@ -39,7 +39,7 @@
"koishi-test-utils": "^5.0.2"
},
"peerDependencies": {
"koishi-core": "^2.3.1",
"koishi-core": "^2.3.2",
"koishi-utils": "^3.1.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-rss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-rss",
"description": "Subscribe RSS Url for Koishi",
"version": "1.0.1",
"version": "1.1.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"rss"
],
"peerDependencies": {
"koishi-core": "^2.3.1",
"koishi-core": "^2.3.2",
"koishi-utils": "^3.1.5"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-schedule/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-schedule",
"description": "Schedule plugin for Koishi",
"version": "2.0.3",
"version": "2.0.4",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -34,12 +34,12 @@
"task"
],
"devDependencies": {
"koishi-plugin-mongo": "^1.0.4",
"koishi-plugin-mysql": "^2.0.1",
"koishi-plugin-mongo": "^1.1.0",
"koishi-plugin-mysql": "^2.0.2",
"koishi-test-utils": "^5.0.2"
},
"peerDependencies": {
"koishi-core": "^2.3.1",
"koishi-core": "^2.3.2",
"koishi-utils": "^3.1.5"
}
}
8 changes: 4 additions & 4 deletions packages/plugin-status/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-status",
"description": "Show Status of Koishi",
"version": "2.0.0-beta.16",
"version": "2.0.0-beta.17",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,12 +32,12 @@
"status"
],
"peerDependencies": {
"koishi-core": "^2.3.1",
"koishi-core": "^2.3.2",
"koishi-utils": "^3.1.5"
},
"devDependencies": {
"koishi-plugin-mongo": "^1.0.4",
"koishi-plugin-mysql": "^2.0.1",
"koishi-plugin-mongo": "^1.1.0",
"koishi-plugin-mysql": "^2.0.2",
"koishi-test-utils": "^5.0.2"
}
}
Loading

0 comments on commit d05d354

Please sign in to comment.