Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 22, 2022
1 parent b3c449e commit 98d6c4d
Show file tree
Hide file tree
Showing 55 changed files with 102 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
description: 提交功能请求
title: "Feature Request: "
title: "Feature: "
labels:
- feature
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backlog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Milestone Issue Backlog
name: Backlog

on:
issues:
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/cli",
"description": "CLI for Koishi",
"version": "4.7.0",
"version": "4.7.1",
"typings": "index.d.ts",
"engines": {
"node": ">=12.0.0"
Expand Down Expand Up @@ -32,7 +32,7 @@
"daemon"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@types/prompts": "^2.4.0",
Expand Down
4 changes: 2 additions & 2 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.7.0",
"version": "4.7.1",
"main": "lib/node.js",
"module": "lib/browser.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"chai-shape": "^1.0.0"
},
"dependencies": {
"@koishijs/utils": "^5.4.4",
"@koishijs/utils": "^5.4.5",
"cordis": "^1.1.1",
"fastest-levenshtein": "^1.0.12",
"minato": "^1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/helpers",
"description": "Helper functions for Koishi",
"version": "1.2.1",
"version": "1.2.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -28,7 +28,7 @@
"command"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.4"
Expand Down
6 changes: 3 additions & 3 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.7.0",
"version": "4.7.1",
"main": "lib/index.js",
"typings": "lib/node.d.ts",
"engines": {
Expand Down Expand Up @@ -35,10 +35,10 @@
},
"dependencies": {
"@koa/router": "^10.1.1",
"@koishijs/core": "^4.7.0",
"@koishijs/core": "^4.7.1",
"@koishijs/plugin-suggest": "^1.0.0",
"@koishijs/plugin-help": "^1.0.0",
"@koishijs/utils": "^5.4.4",
"@koishijs/utils": "^5.4.5",
"@types/koa": "*",
"@types/koa__router": "*",
"@types/ws": "^8.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"koishi"
],
"peerDependencies": {
"@koishijs/client": "^3.3.1"
"@koishijs/client": "^3.3.2"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"vue": "^3.2.33"
},
"dependencies": {
"@koishijs/core": "^4.7.0"
"@koishijs/core": "^4.7.1"
}
}
2 changes: 1 addition & 1 deletion packages/ui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vue": "^3.2.33"
},
"dependencies": {
"@koishijs/core": "^4.7.0",
"@koishijs/core": "^4.7.1",
"@vueuse/core": "^7.7.1",
"monaco-editor": "^0.31.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/utils",
"description": "Utilities for Koishi",
"version": "5.4.4",
"version": "5.4.5",
"main": "lib/node.js",
"module": "lib/browser.js",
"typings": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions plugins/a11y/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"required:database"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.4"
},
"dependencies": {
"@koishijs/helpers": "^1.2.1"
"@koishijs/helpers": "^1.2.2"
}
}
2 changes: 1 addition & 1 deletion plugins/a11y/bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"required:database"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/a11y/callme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"required:database"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.3.0",
Expand Down
6 changes: 3 additions & 3 deletions plugins/a11y/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"command"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/client": "^3.3.1",
"@koishijs/plugin-console": "^3.3.1",
"@koishijs/client": "^3.3.2",
"@koishijs/plugin-console": "^3.3.2",
"@koishijs/plugin-mock": "^1.0.4",
"@types/throttle-debounce": "^2.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions plugins/a11y/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"command"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/client": "^3.3.1",
"@koishijs/plugin-console": "^3.3.1",
"@koishijs/client": "^3.3.2",
"@koishijs/plugin-console": "^3.3.2",
"@koishijs/plugin-mock": "^1.0.4",
"@types/throttle-debounce": "^2.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions plugins/a11y/rate-limit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-rate-limit",
"description": "Set Rate Limits for Commands in Koishi",
"version": "1.1.3",
"version": "1.1.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -31,12 +31,12 @@
"required:database"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.4"
},
"dependencies": {
"@koishijs/helpers": "^1.2.1"
"@koishijs/helpers": "^1.2.2"
}
}
2 changes: 1 addition & 1 deletion plugins/a11y/schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@koishijs/plugin-mock": "^1.0.4"
},
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
}
}
4 changes: 2 additions & 2 deletions plugins/a11y/sudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"required:database"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-mock": "^1.0.4"
},
"dependencies": {
"@koishijs/helpers": "^1.2.1"
"@koishijs/helpers": "^1.2.2"
}
}
2 changes: 1 addition & 1 deletion plugins/a11y/suggest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"required:database"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.3.0",
Expand Down
6 changes: 3 additions & 3 deletions plugins/a11y/switch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-switch",
"description": "Switch Plugin Contexts in Koishi",
"version": "1.0.3",
"version": "1.0.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -31,13 +31,13 @@
"required:database"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.3.0",
"@koishijs/plugin-mock": "^1.0.4"
},
"dependencies": {
"@koishijs/helpers": "^1.2.1"
"@koishijs/helpers": "^1.2.2"
}
}
2 changes: 1 addition & 1 deletion plugins/a11y/verifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"verifier"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.4"
Expand Down
4 changes: 2 additions & 2 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": "2.1.0",
"version": "2.1.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"impl:adapter"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.4",
Expand Down
4 changes: 2 additions & 2 deletions plugins/adapter/kaiheila/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-adapter-kaiheila",
"description": "Kaiheila Adapter for Koishi",
"version": "2.0.6",
"version": "2.0.7",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -26,7 +26,7 @@
"impl:adapter"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.4"
Expand Down
4 changes: 2 additions & 2 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": "4.2.3",
"version": "4.2.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"impl:adapter"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@koishijs/plugin-mock": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion plugins/adapter/qqguild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"impl:adapter"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"dependencies": {
"@qq-guild-sdk/core": "^2.0.1",
Expand Down
4 changes: 2 additions & 2 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": "2.2.5",
"version": "2.2.6",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"impl:adapter"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"devDependencies": {
"@types/es-aggregate-error": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion plugins/assets/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"impl:assets"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
},
"dependencies": {
"simple-git": "^3.7.1"
Expand Down
2 changes: 1 addition & 1 deletion plugins/assets/local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"impl:assets"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
}
}
2 changes: 1 addition & 1 deletion plugins/assets/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"impl:assets"
],
"peerDependencies": {
"koishi": "^4.7.0"
"koishi": "^4.7.1"
}
}
Loading

0 comments on commit 98d6c4d

Please sign in to comment.