Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 23, 2020
1 parent 1c3cfee commit c7ea1d1
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.0.7",
"version": "1.0.8",
"main": "dist/index.js",
"files": [
"dist"
Expand Down Expand Up @@ -33,12 +33,12 @@
"leveldb"
],
"devDependencies": {
"koishi-test-utils": "^2.0.0"
"koishi-test-utils": "^2.1.0"
},
"dependencies": {
"@types/leveldown": "^4.0.2",
"@types/levelup": "^4.3.0",
"koishi-core": "^1.5.0",
"koishi-core": "^1.6.0",
"koishi-utils": "^1.0.2",
"leveldown": "^5.4.1",
"levelup": "^4.3.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.0.0",
"version": "1.0.1",
"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",
"dependencies": {
"koishi-core": "^1.5.0",
"koishi-core": "^1.6.0",
"koishi-utils": "^1.0.2"
}
}
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.0.7",
"version": "1.0.8",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/mysql": "^2.15.8"
},
"dependencies": {
"koishi-core": "^1.5.0",
"koishi-core": "^1.6.0",
"koishi-utils": "^1.0.2",
"mysql": "^2.17.1"
}
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.3",
"version": "1.0.0-alpha.4",
"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": "^2.0.0"
"koishi-test-utils": "^2.1.0"
},
"dependencies": {
"koishi-core": "^1.5.0",
"koishi-core": "^1.6.0",
"koishi-utils": "^1.0.2",
"sqlite3": "^4.1.1"
}
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.5.0",
"version": "1.6.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -40,9 +40,9 @@
"cac": "^6.5.5",
"js-yaml": "^3.13.1",
"kleur": "^3.0.3",
"koishi-core": "^1.5.0",
"koishi-plugin-common": "^2.0.0",
"koishi-plugin-schedule": "^1.0.3",
"koishi-core": "^1.6.0",
"koishi-plugin-common": "^2.0.1",
"koishi-plugin-schedule": "^1.0.4",
"koishi-utils": "^1.0.2",
"prompts": "^2.3.0"
}
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.5.0",
"version": "1.6.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.0",
"get-port": "^5.1.1",
"koishi-database-memory": "^1.0.0",
"koishi-test-utils": "^2.0.0"
"koishi-database-memory": "^1.0.1",
"koishi-test-utils": "^2.1.0"
},
"dependencies": {
"axios": "^0.19.1",
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.0.0",
"version": "2.0.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Shigma <[email protected]>",
Expand All @@ -28,11 +28,11 @@
"plugin"
],
"devDependencies": {
"koishi-database-memory": "^1.0.0",
"koishi-test-utils": "^2.0.0"
"koishi-database-memory": "^1.0.1",
"koishi-test-utils": "^2.1.0"
},
"dependencies": {
"koishi-core": "^1.5.0",
"koishi-core": "^1.6.0",
"koishi-utils": "^1.0.2"
}
}
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.0-alpha.1",
"version": "1.0.0-alpha.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Shigma <[email protected]>",
Expand Down Expand Up @@ -30,10 +30,10 @@
"jieba"
],
"devDependencies": {
"koishi-test-utils": "^1.2.2"
"koishi-test-utils": "^2.1.0"
},
"dependencies": {
"koishi-core": "^1.5.0",
"koishi-core": "^1.6.0",
"koishi-utils": "^1.0.2",
"nodejieba": "^2.4.0"
}
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.1",
"version": "1.0.0-alpha.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Shigma <[email protected]>",
Expand Down Expand Up @@ -31,10 +31,10 @@
],
"devDependencies": {
"del": "^5.1.0",
"koishi-test-utils": "^1.2.2"
"koishi-test-utils": "^2.1.0"
},
"dependencies": {
"koishi-core": "^1.5.0",
"koishi-core": "^1.6.0",
"koishi-utils": "^1.0.2"
}
}
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.3",
"version": "1.0.4",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Shigma <[email protected]>",
Expand Down Expand Up @@ -31,12 +31,12 @@
],
"devDependencies": {
"@types/ms": "^0.7.31",
"koishi-database-level": "^1.0.7",
"koishi-database-mysql": "^1.0.7",
"koishi-test-utils": "^2.0.0"
"koishi-database-level": "^1.0.8",
"koishi-database-mysql": "^1.0.8",
"koishi-test-utils": "^2.1.0"
},
"dependencies": {
"koishi-core": "^1.5.0",
"koishi-core": "^1.6.0",
"koishi-utils": "^1.0.2",
"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.12",
"version": "0.1.13",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Shigma <[email protected]>",
Expand Down Expand Up @@ -31,12 +31,12 @@
"conversation"
],
"devDependencies": {
"koishi-database-level": "^1.0.7",
"koishi-database-mysql": "^1.0.7",
"koishi-test-utils": "^2.0.0"
"koishi-database-level": "^1.0.8",
"koishi-database-mysql": "^1.0.8",
"koishi-test-utils": "^2.1.0"
},
"dependencies": {
"koishi-core": "^1.5.0",
"koishi-core": "^1.6.0",
"koishi-utils": "^1.0.2"
}
}
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": "2.0.0",
"version": "2.1.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"axios": "^0.19.1",
"debug": "^4.1.1",
"get-port": "^5.1.1",
"koishi-core": "^1.5.0",
"koishi-core": "^1.6.0",
"koishi-utils": "^1.0.2"
}
}

0 comments on commit c7ea1d1

Please sign in to comment.