Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Apr 11, 2024
1 parent 699c4f4 commit b4e4ee1
Show file tree
Hide file tree
Showing 25 changed files with 85 additions and 81 deletions.
8 changes: 4 additions & 4 deletions adapter/dingtalk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-dingtalk",
"description": "Dingtalk Adapter for Koishi",
"version": "2.3.0",
"version": "2.3.1",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -39,12 +39,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@satorijs/adapter-dingtalk": "^2.3.0"
"@satorijs/adapter-dingtalk": "^2.3.1"
}
}
8 changes: 4 additions & 4 deletions adapter/discord/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-discord",
"description": "Discord Adapter for Koishi",
"version": "4.3.0",
"version": "4.3.1",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -39,12 +39,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@satorijs/adapter-discord": "^4.3.0"
"@satorijs/adapter-discord": "^4.3.1"
}
}
8 changes: 4 additions & 4 deletions adapter/kook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-kook",
"description": "Kook (Kaiheila) Adapter for Koishi",
"version": "4.5.0",
"version": "4.5.1",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -40,12 +40,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@satorijs/adapter-kook": "^4.5.0"
"@satorijs/adapter-kook": "^4.5.1"
}
}
8 changes: 4 additions & 4 deletions adapter/lark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-lark",
"description": "Lark Adapter for Koishi",
"version": "3.4.0",
"version": "3.4.1",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -44,12 +44,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@satorijs/adapter-lark": "^3.4.0"
"@satorijs/adapter-lark": "^3.4.1"
}
}
4 changes: 2 additions & 2 deletions adapter/line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@satorijs/adapter-line": "^2.3.2"
Expand Down
4 changes: 2 additions & 2 deletions adapter/mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@satorijs/adapter-mail": "^2.2.1"
Expand Down
4 changes: 2 additions & 2 deletions adapter/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@satorijs/adapter-matrix": "^4.2.1"
Expand Down
8 changes: 4 additions & 4 deletions adapter/qq/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-qq",
"description": "QQ Adapter for Koishi",
"version": "4.5.0",
"version": "4.6.2",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -41,12 +41,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@satorijs/adapter-qq": "^4.5.0"
"@satorijs/adapter-qq": "^4.6.2"
}
}
8 changes: 4 additions & 4 deletions adapter/satori/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-satori",
"description": "Satori Protocol Adapter for Koishi",
"version": "1.0.8",
"version": "1.1.2",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -41,12 +41,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@satorijs/adapter-satori": "^1.0.8"
"@satorijs/adapter-satori": "^1.1.2"
}
}
4 changes: 2 additions & 2 deletions adapter/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@satorijs/adapter-slack": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions adapter/telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@satorijs/adapter-telegram": "^4.4.0"
Expand Down
4 changes: 2 additions & 2 deletions adapter/wechat-official/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@satorijs/adapter-wechat-official": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions adapter/wecom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@satorijs/adapter-wecom": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions adapter/whatsapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@satorijs/adapter-whatsapp": "^2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions adapter/zulip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@satorijs/adapter-zulip": "^1.2.0"
Expand Down
8 changes: 4 additions & 4 deletions 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": "3.0.0",
"version": "3.1.0",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -43,12 +43,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@minatojs/driver-memory": "^3.0.0"
"@minatojs/driver-memory": "^3.1.0"
}
}
8 changes: 4 additions & 4 deletions 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": "5.0.0",
"version": "5.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -43,12 +43,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@minatojs/driver-mongo": "^3.0.0"
"@minatojs/driver-mongo": "^3.1.0"
}
}
8 changes: 4 additions & 4 deletions 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": "6.0.0",
"version": "6.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -42,12 +42,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@minatojs/driver-mysql": "^3.0.0"
"@minatojs/driver-mysql": "^3.1.0"
}
}
8 changes: 4 additions & 4 deletions database/postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-database-postgres",
"description": "PostgreSQL support for Koishi",
"version": "2.0.0",
"version": "2.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -43,12 +43,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@minatojs/driver-postgres": "^2.0.0"
"@minatojs/driver-postgres": "^2.1.0"
}
}
8 changes: 4 additions & 4 deletions 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": "4.0.0",
"version": "4.1.0",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -51,12 +51,12 @@
}
},
"peerDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"devDependencies": {
"koishi": "^4.17.1"
"koishi": "^4.17.4"
},
"dependencies": {
"@minatojs/driver-sqlite": "^4.0.0"
"@minatojs/driver-sqlite": "^4.1.0"
}
}
Loading

0 comments on commit b4e4ee1

Please sign in to comment.