Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Mar 11, 2020
1 parent 052cddb commit 1eaf9b0
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 39 deletions.
6 changes: 3 additions & 3 deletions packages/database-level/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-database-level",
"description": "Leveldb support for Koishi",
"version": "1.1.4",
"version": "1.1.5",
"main": "dist/index.js",
"files": [
"dist"
Expand Down Expand Up @@ -33,10 +33,10 @@
"leveldb"
],
"devDependencies": {
"koishi-test-utils": "^3.1.3"
"koishi-test-utils": "^3.1.4"
},
"peerDependencies": {
"koishi-core": "^1.10.1"
"koishi-core": "^1.11.0"
},
"dependencies": {
"@types/leveldown": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/database-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-database-memory",
"description": "An in-memory database implementation for Koishi",
"version": "1.1.4",
"version": "1.1.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/koishijs/koishi/tree/master/packages/database-memory#readme",
"peerDependencies": {
"koishi-core": "^1.10.1"
"koishi-core": "^1.11.0"
},
"dependencies": {
"koishi-utils": "^1.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/database-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-database-mysql",
"description": "MySQL support for Koishi",
"version": "1.1.4",
"version": "1.1.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/mysql": "^2.15.9"
},
"peerDependencies": {
"koishi-core": "^1.10.1"
"koishi-core": "^1.11.0"
},
"dependencies": {
"koishi-utils": "^1.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/database-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koishi-database-sqlite",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand All @@ -22,10 +22,10 @@
"homepage": "https://github.com/koishijs/koishi/tree/master/packages/database-sqlite#readme",
"devDependencies": {
"@types/sqlite3": "^3.1.6",
"koishi-test-utils": "^3.1.3"
"koishi-test-utils": "^3.1.4"
},
"peerDependencies": {
"koishi-core": "^1.10.1"
"koishi-core": "^1.11.0"
},
"dependencies": {
"koishi-utils": "^1.0.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/koishi-cli/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": "1.10.1",
"version": "1.11.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -38,9 +38,9 @@
"cac": "^6.5.7",
"js-yaml": "^3.13.1",
"kleur": "^3.0.3",
"koishi-core": "^1.10.1",
"koishi-plugin-common": "^2.1.5",
"koishi-plugin-schedule": "^1.0.10",
"koishi-core": "^1.11.0",
"koishi-plugin-common": "^2.1.6",
"koishi-plugin-schedule": "^1.0.11",
"koishi-utils": "^1.0.4",
"prompts": "^2.3.1"
}
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": "1.10.1",
"version": "1.11.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -35,8 +35,8 @@
"@types/debug": "^4.1.5",
"@types/ws": "^7.2.2",
"get-port": "^5.1.1",
"koishi-database-memory": "^1.1.4",
"koishi-test-utils": "^3.1.3"
"koishi-database-memory": "^1.1.5",
"koishi-test-utils": "^3.1.4"
},
"dependencies": {
"axios": "^0.19.2",
Expand Down
8 changes: 4 additions & 4 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": "2.1.5",
"version": "2.1.6",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Shigma <1700011071@pku.edu.cn>",
Expand All @@ -28,11 +28,11 @@
"plugin"
],
"devDependencies": {
"koishi-database-memory": "^1.1.4",
"koishi-test-utils": "^3.1.3"
"koishi-database-memory": "^1.1.5",
"koishi-test-utils": "^3.1.4"
},
"dependencies": {
"koishi-core": "^1.10.1",
"koishi-core": "^1.11.0",
"koishi-utils": "^1.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-nlp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-nlp",
"description": "Natural Language Processor for Koishi",
"version": "1.0.5",
"version": "1.0.6",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Shigma <1700011071@pku.edu.cn>",
Expand Down Expand Up @@ -30,10 +30,10 @@
"jieba"
],
"devDependencies": {
"koishi-test-utils": "^3.1.3"
"koishi-test-utils": "^3.1.4"
},
"dependencies": {
"koishi-core": "^1.10.1",
"koishi-core": "^1.11.0",
"koishi-utils": "^1.0.4",
"nodejieba": "^2.4.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-recorder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-recorder",
"description": "Save Chat Records for Koishi",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Shigma <1700011071@pku.edu.cn>",
Expand Down Expand Up @@ -31,10 +31,10 @@
],
"devDependencies": {
"del": "^5.1.0",
"koishi-test-utils": "^3.1.3"
"koishi-test-utils": "^3.1.4"
},
"dependencies": {
"koishi-core": "^1.10.1",
"koishi-core": "^1.11.0",
"koishi-utils": "^1.0.4"
}
}
10 changes: 5 additions & 5 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": "1.0.10",
"version": "1.0.11",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Shigma <1700011071@pku.edu.cn>",
Expand Down Expand Up @@ -31,12 +31,12 @@
],
"devDependencies": {
"@types/ms": "^0.7.31",
"koishi-database-level": "^1.1.4",
"koishi-database-mysql": "^1.1.4",
"koishi-test-utils": "^3.1.3"
"koishi-database-level": "^1.1.5",
"koishi-database-mysql": "^1.1.5",
"koishi-test-utils": "^3.1.4"
},
"dependencies": {
"koishi-core": "^1.10.1",
"koishi-core": "^1.11.0",
"koishi-utils": "^1.0.4",
"ms": "^2.1.2"
}
Expand Down
10 changes: 5 additions & 5 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": "0.1.19",
"version": "0.1.20",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Shigma <1700011071@pku.edu.cn>",
Expand Down Expand Up @@ -31,12 +31,12 @@
"conversation"
],
"devDependencies": {
"koishi-database-level": "^1.1.4",
"koishi-database-mysql": "^1.1.4",
"koishi-test-utils": "^3.1.3"
"koishi-database-level": "^1.1.5",
"koishi-database-mysql": "^1.1.5",
"koishi-test-utils": "^3.1.4"
},
"dependencies": {
"koishi-core": "^1.10.1",
"koishi-core": "^1.11.0",
"koishi-utils": "^1.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/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": "3.1.3",
"version": "3.1.4",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"axios": "^0.19.2",
"debug": "^4.1.1",
"get-port": "^5.1.1",
"koishi-core": "^1.10.1",
"koishi-core": "^1.11.0",
"koishi-utils": "^1.0.4"
}
}

0 comments on commit 1eaf9b0

Please sign in to comment.