Skip to content

Commit

Permalink
chore: bump plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 16, 2022
1 parent 47ebfcd commit de9cd1f
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"koishi"
],
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.2.0",
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-mock": "^1.0.4",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"koishi": "^4.7.0"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.2.0",
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-mock": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion plugins/a11y/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"koishi": "^4.7.0"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.2.0",
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-mock": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion plugins/a11y/schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"required:database"
],
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.2.0",
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-mock": "^1.0.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/sudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"koishi": "^4.7.0"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.2.0",
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-mock": "^1.0.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"koishi": "^4.7.0"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.2.0",
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-mock": "^1.0.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"koishi": "^4.7.0"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.2.0",
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-mock": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion plugins/common/forward/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"koishi": "^4.7.0"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.2.0",
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-mock": "^1.0.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/database/level/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-database-level",
"description": "LevelDB implementation for Koishi",
"version": "1.2.0",
"version": "1.3.0",
"main": "lib/node.js",
"module": "lib/browser.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion plugins/database/memory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-database-memory",
"description": "A in-memory database implementation for Koishi",
"version": "1.2.0",
"version": "1.3.0",
"main": "lib/node.js",
"module": "lib/browser.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion plugins/database/mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-database-mongo",
"description": "MongoDB support for Koishi",
"version": "3.2.2",
"version": "3.3.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/database/mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-database-mysql",
"description": "MySQL support for Koishi",
"version": "4.3.3",
"version": "4.4.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/database/sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-database-sqlite",
"description": "SQLite support for Koishi",
"version": "1.2.2",
"version": "1.3.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/frontend/status/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-status",
"description": "Status view for Koishi",
"version": "5.3.6",
"version": "5.4.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down

0 comments on commit de9cd1f

Please sign in to comment.