Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jul 16, 2023
1 parent 4154e0f commit dd80d53
Show file tree
Hide file tree
Showing 27 changed files with 74 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
This issue was closed because it has been stalled for 5 days with no activity.
days-before-issue-stale: 30
days-before-issue-close: 5
any-of-labels: needs repro
any-of-labels: needs repro, await feedback
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/core",
"description": "Core Features for Koishi",
"version": "4.13.7",
"version": "4.13.8",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
"@koishijs/i18n-utils": "^1.0.0",
"@koishijs/utils": "^7.0.2",
"@minatojs/core": "^2.3.2",
"@satorijs/core": "^2.5.0",
"cordis": "^2.8.2",
"@satorijs/core": "^2.5.3",
"cordis": "^2.8.3",
"cosmokit": "^1.4.2",
"fastest-levenshtein": "^1.0.16"
}
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": "Cross-Platform Chatbot Framework Made with Love",
"version": "4.13.7",
"version": "4.13.8",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -46,10 +46,10 @@
"framework"
],
"dependencies": {
"@koishijs/core": "4.13.7",
"@koishijs/loader": "4.0.3",
"@koishijs/core": "4.13.8",
"@koishijs/loader": "4.0.4",
"@koishijs/utils": "^7.0.2",
"@satorijs/satori": "^2.5.0",
"@satorijs/satori": "^2.5.3",
"cac": "^6.7.14",
"kleur": "^4.1.5",
"ns-require": "^1.1.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/loader",
"description": "Config Loader for Koishi",
"version": "4.0.3",
"version": "4.0.4",
"main": "lib/index.js",
"module": "lib/shared.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -39,10 +39,10 @@
"config"
],
"peerDependencies": {
"@koishijs/core": "4.13.7"
"@koishijs/core": "4.13.8"
},
"devDependencies": {
"@koishijs/core": "4.13.7",
"@koishijs/core": "4.13.8",
"@types/js-yaml": "^4.0.5"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions plugins/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": "3.8.2",
"version": "3.8.4",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -38,12 +38,12 @@
}
},
"peerDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"dependencies": {
"@satorijs/adapter-discord": "^3.8.2"
"@satorijs/adapter-discord": "^3.8.4"
}
}
8 changes: 4 additions & 4 deletions plugins/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": "3.10.0",
"version": "3.10.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.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"dependencies": {
"@satorijs/adapter-kook": "^3.10.0"
"@satorijs/adapter-kook": "^3.10.1"
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/lark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
}
},
"peerDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"dependencies": {
"@satorijs/adapter-lark": "^2.1.2"
Expand Down
15 changes: 7 additions & 8 deletions plugins/adapter/line/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "@koishijs/plugin-adapter-line",
"description": "Line Adapter for Koishi",
"version": "1.0.0",
"version": "1.0.1",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib"
Expand All @@ -21,12 +20,12 @@
"homepage": "https://koishi.chat/plugins/adapter/line.html",
"keywords": [
"bot",
"line",
"adapter",
"chatbot",
"koishi"
"koishi",
"line"
],
"koishi": {
"browser": true,
"description": {
"en": "Line Adapter",
"zh": "Line 适配器"
Expand All @@ -38,12 +37,12 @@
}
},
"peerDependencies": {
"koishi": "^4.13.5"
"koishi": "^4.13.8"
},
"devDependencies": {
"koishi": "^4.13.5"
"koishi": "^4.13.8"
},
"dependencies": {
"@satorijs/adapter-line": "^1.0.0"
"@satorijs/adapter-line": "^1.0.1"
}
}
8 changes: 4 additions & 4 deletions plugins/adapter/mail/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-mail",
"description": "Mail Adapter for Koishi",
"version": "1.0.6",
"version": "1.1.0",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -43,12 +43,12 @@
}
},
"peerDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"dependencies": {
"@satorijs/adapter-mail": "^1.0.6"
"@satorijs/adapter-mail": "^1.1.0"
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
}
},
"peerDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"dependencies": {
"@satorijs/adapter-matrix": "^3.1.2"
Expand Down
10 changes: 5 additions & 5 deletions plugins/adapter/onebot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-onebot",
"description": "OneBot Adapter for Koishi",
"version": "5.7.2",
"version": "5.7.3",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"browser": true,
"description": {
"en": "OneBot Adapter",
"zh": "OneBot 适配器 (可用于 QQ)"
"zh": "OneBot 适配器"
},
"service": {
"implements": [
Expand All @@ -42,12 +42,12 @@
}
},
"peerDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"dependencies": {
"@satorijs/adapter-onebot": "^5.7.2"
"@satorijs/adapter-onebot": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions plugins/adapter/qqguild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
}
},
"peerDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"dependencies": {
"@satorijs/adapter-qqguild": "^3.5.4"
Expand Down
8 changes: 4 additions & 4 deletions plugins/adapter/telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-telegram",
"description": "Telegram Adapter for Koishi",
"version": "3.7.12",
"version": "3.7.13",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -38,12 +38,12 @@
}
},
"peerDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"dependencies": {
"@satorijs/adapter-telegram": "^3.7.12"
"@satorijs/adapter-telegram": "^3.7.13"
}
}
4 changes: 2 additions & 2 deletions plugins/common/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
]
},
"peerDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.7"
"koishi": "^4.13.8"
}
}
4 changes: 2 additions & 2 deletions plugins/common/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
]
},
"peerDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.7"
"koishi": "^4.13.8"
}
}
4 changes: 2 additions & 2 deletions plugins/common/broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
]
},
"peerDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.7"
"koishi": "^4.13.8"
}
}
4 changes: 2 additions & 2 deletions plugins/common/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
]
},
"peerDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.7"
"koishi": "^4.13.8"
}
}
4 changes: 2 additions & 2 deletions plugins/common/echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
]
},
"peerDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.7"
"koishi": "^4.13.8"
}
}
4 changes: 2 additions & 2 deletions plugins/common/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
]
},
"peerDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.7"
"koishi": "^4.13.8"
}
}
4 changes: 2 additions & 2 deletions plugins/common/inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
]
},
"peerDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.7"
"koishi": "^4.13.8"
}
}
4 changes: 2 additions & 2 deletions plugins/common/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
]
},
"peerDependencies": {
"koishi": "^4.13.7"
"koishi": "^4.13.8"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-admin": "^1.3.1",
"@koishijs/plugin-help": "^2.2.4",
"@koishijs/plugin-mock": "^2.4.3",
"koishi": "^4.13.7"
"koishi": "^4.13.8"
}
}
Loading

0 comments on commit dd80d53

Please sign in to comment.