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 21, 2023
1 parent 831e42f commit 8a2532b
Show file tree
Hide file tree
Showing 20 changed files with 68 additions and 66 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
lib
dist
temp
external
.cache

tsconfig.temp.json
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"private": true,
"workspaces": [
"external/*",
"packages/*",
"plugins/*"
],
Expand All @@ -26,7 +27,7 @@
"devDependencies": {
"@koishijs/eslint-config": "^1.0.2",
"@koishijs/plugin-database-memory": "^2.3.4",
"@koishijs/plugin-help": "^2.2.2",
"@koishijs/plugin-help": "^2.2.3",
"@koishijs/plugin-mock": "^2.4.3",
"@rollup/plugin-yaml": "^3.1.0",
"@sinonjs/fake-timers": "^6.0.1",
Expand All @@ -43,7 +44,7 @@
"eslint": "^8.40.0",
"eslint-plugin-mocha": "^10.1.0",
"jest-mock": "^28.1.3",
"koishi": "^4.12.9",
"koishi": "^4.13.0",
"mocha": "^9.2.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"shx": "^0.3.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/client",
"description": "Koishi Console Client",
"version": "5.8.3",
"version": "5.8.4",
"main": "client/index.ts",
"files": [
"client",
Expand Down Expand Up @@ -33,12 +33,12 @@
"build"
],
"dependencies": {
"@koishijs/components": "1.1.2",
"@koishijs/components": "1.1.3",
"@maikolib/vite-plugin-yaml": "^1.0.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vueuse/core": "^10.1.2",
"cac": "^6.7.14",
"cordis": "^2.7.4",
"cordis": "^2.8.0",
"cosmokit": "^1.4.2",
"element-plus": "2.3.4",
"marked-vue": "^1.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/components",
"description": "Client components for Koishi",
"version": "1.1.2",
"version": "1.1.3",
"main": "client/index.ts",
"files": [
"client",
Expand Down Expand Up @@ -30,6 +30,6 @@
},
"dependencies": {
"@satorijs/element": "^2.4.2",
"schemastery-vue": "5.0.1"
"schemastery-vue": "5.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/market/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/market",
"description": "Market UI for Koishi",
"version": "3.1.0",
"version": "3.2.0",
"main": "client/index.ts",
"files": [
"client"
Expand Down Expand Up @@ -35,7 +35,7 @@
"vue-i18n": "^9"
},
"dependencies": {
"@koishijs/components": "^1.1.2",
"@koishijs/components": "^1.1.3",
"cosmokit": "^1.4.2",
"spark-md5": "^3.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/online/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"online"
],
"devDependencies": {
"@koishijs/client": "^5.8.3",
"@koishijs/client": "^5.8.4",
"@koishijs/fs": "^1.3.2",
"@koishijs/os": "^1.0.1",
"@koishijs/url": "^1.0.3",
"@koishijs/loader": "^3.1.9"
"@koishijs/loader": "^3.2.0"
},
"yakumo": {
"client": "./scripts/build"
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"default"
],
"dependencies": {
"@koishijs/client": "5.8.3"
"@koishijs/client": "5.8.4"
}
}
8 changes: 4 additions & 4 deletions plugins/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.8.3",
"koishi": "^4.12.9"
"@koishijs/plugin-console": "^5.8.4",
"koishi": "^4.13.0"
},
"devDependencies": {
"@koishijs/assets": "^1.0.2",
"@koishijs/client": "^5.8.3",
"@koishijs/client": "^5.8.4",
"echarts": "^5.4.2",
"koishi": "^4.12.9",
"koishi": "^4.13.0",
"vue-echarts": "^6.5.5"
}
}
6 changes: 3 additions & 3 deletions plugins/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.8.3",
"koishi": "^4.12.9"
"@koishijs/plugin-console": "^5.8.4",
"koishi": "^4.13.0"
},
"devDependencies": {
"@koishijs/client": "^5.8.3"
"@koishijs/client": "^5.8.4"
}
}
14 changes: 7 additions & 7 deletions plugins/commands/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-commands",
"description": "Override Command Config for Koishi",
"version": "3.2.0",
"version": "3.2.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -37,19 +37,19 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.8.3",
"koishi": "^4.12.9"
"@koishijs/plugin-console": "^5.8.4",
"koishi": "^4.13.0"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.8.3",
"@koishijs/plugin-console": "^5.8.3",
"@koishijs/plugin-locales": "^2.2.6",
"@koishijs/plugin-config": "^2.0.0-alpha.0",
"@koishijs/client": "^5.8.4",
"@koishijs/plugin-console": "^5.8.4",
"@koishijs/plugin-locales": "^2.2.7",
"@koishijs/plugin-config": "^2.0.0",
"@koishijs/plugin-mock": "^2.4.3",
"@types/throttle-debounce": "^2.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions plugins/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-config",
"description": "Manage your bots and plugins with console",
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"main": "lib/node/index.js",
"typings": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -54,11 +54,11 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.8.3",
"koishi": "^4.12.9"
"@koishijs/plugin-console": "^5.8.4",
"koishi": "^4.13.0"
},
"devDependencies": {
"@koishijs/client": "^5.8.3",
"@koishijs/client": "^5.8.4",
"@koishijs/registry": "^5.0.0",
"@types/throttle-debounce": "^2.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions plugins/console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-console",
"description": "Web User Interface for Koishi",
"version": "5.8.3",
"version": "5.8.4",
"main": "lib/node/index.js",
"typings": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -52,10 +52,10 @@
}
},
"peerDependencies": {
"koishi": "^4.12.9"
"koishi": "^4.13.0"
},
"devDependencies": {
"@koishijs/client": "^5.8.3",
"@koishijs/client": "^5.8.4",
"@maikolib/vite-plugin-yaml": "^1.0.1",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^4.2.3",
Expand Down
6 changes: 3 additions & 3 deletions plugins/dataview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.8.3",
"koishi": "^4.12.9"
"@koishijs/plugin-console": "^5.8.4",
"koishi": "^4.13.0"
},
"devDependencies": {
"@koishijs/client": "^5.8.3"
"@koishijs/client": "^5.8.4"
}
}
8 changes: 4 additions & 4 deletions plugins/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-explorer",
"description": "File explorer and editor for Koishi",
"version": "1.2.2",
"version": "1.2.4",
"main": "lib/index.cjs",
"typings": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -57,11 +57,11 @@
"client": "./build/client"
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.8.3",
"koishi": "^4.12.9"
"@koishijs/plugin-console": "^5.8.4",
"koishi": "^4.13.0"
},
"devDependencies": {
"@koishijs/client": "^5.8.3",
"@koishijs/client": "^5.8.4",
"@types/throttle-debounce": "^2.1.0",
"monaco-editor": "~0.36.1"
},
Expand Down
6 changes: 3 additions & 3 deletions plugins/insight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.8.3",
"koishi": "^4.12.9"
"@koishijs/plugin-console": "^5.8.4",
"koishi": "^4.13.0"
},
"devDependencies": {
"@koishijs/client": "^5.8.3",
"@koishijs/client": "^5.8.4",
"@types/d3-force": "^3.0.4",
"@types/throttle-debounce": "^2.1.0",
"d3-force": "^3.0.0"
Expand Down
10 changes: 5 additions & 5 deletions plugins/locales/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-locales",
"description": "Override Locale Texts for Koishi",
"version": "2.2.6",
"version": "2.2.7",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -44,17 +44,17 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.8.3",
"koishi": "^4.12.9"
"@koishijs/plugin-console": "^5.8.4",
"koishi": "^4.13.0"
},
"peerDependenciesMeta": {
"@koishijs/plugin-console": {
"optional": true
}
},
"devDependencies": {
"@koishijs/client": "^5.8.3",
"@koishijs/plugin-console": "^5.8.3",
"@koishijs/client": "^5.8.4",
"@koishijs/plugin-console": "^5.8.4",
"@koishijs/plugin-mock": "^2.4.3",
"@types/js-yaml": "^4.0.5",
"@types/throttle-debounce": "^2.1.0"
Expand Down
8 changes: 4 additions & 4 deletions plugins/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.8.3",
"koishi": "^4.12.9"
"@koishijs/plugin-console": "^5.8.4",
"koishi": "^4.13.0"
},
"devDependencies": {
"@koishijs/client": "^5.8.3",
"@koishijs/client": "^5.8.4",
"ansi_up": "^5.2.1",
"koishi": "^4.12.9"
"koishi": "^4.13.0"
}
}
12 changes: 6 additions & 6 deletions plugins/market/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-market",
"description": "Manage your bots and plugins with console",
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"main": "lib/node/index.js",
"typings": "lib/index.d.ts",
"exports": {
Expand Down Expand Up @@ -54,13 +54,13 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.8.3",
"koishi": "^4.12.9"
"@koishijs/plugin-console": "^5.8.4",
"koishi": "^4.13.0"
},
"devDependencies": {
"@koishijs/client": "^5.8.3",
"@koishijs/market": "^3.1.0",
"@koishijs/plugin-config": "^2.0.0-alpha.0",
"@koishijs/client": "^5.8.4",
"@koishijs/market": "^3.2.0",
"@koishijs/plugin-config": "^2.0.0",
"@types/semver": "^7.5.0",
"@types/throttle-debounce": "^2.1.0",
"@types/which-pm-runs": "^1.0.0"
Expand Down
8 changes: 4 additions & 4 deletions plugins/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.8.3",
"koishi": "^4.12.9"
"@koishijs/plugin-console": "^5.8.4",
"koishi": "^4.13.0"
},
"devDependencies": {
"@koishijs/assets": "^1.0.2",
"@koishijs/client": "^5.8.3",
"@koishijs/plugin-console": "^5.8.3"
"@koishijs/client": "^5.8.4",
"@koishijs/plugin-console": "^5.8.4"
}
}
8 changes: 4 additions & 4 deletions plugins/status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
}
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.8.3",
"koishi": "^4.12.9"
"@koishijs/plugin-console": "^5.8.4",
"koishi": "^4.13.0"
},
"devDependencies": {
"@koishijs/client": "^5.8.3",
"@koishijs/client": "^5.8.4",
"@types/envinfo": "^7.8.1",
"koishi": "^4.12.9"
"koishi": "^4.13.0"
},
"dependencies": {
"envinfo": "^7.8.1",
Expand Down

0 comments on commit 8a2532b

Please sign in to comment.