Skip to content

Commit

Permalink
release: vv1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Dec 31, 2023
1 parent 2b33d25 commit d3eca13
Show file tree
Hide file tree
Showing 16 changed files with 205 additions and 106 deletions.
75 changes: 75 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
## [1.0.1](https://github.com/kotorijs/kotori/compare/v1.0.0...v1.0.1) (2023-12-31)


### Features

* kotori-bot core ([ab3894e](https://github.com/kotorijs/kotori/commit/ab3894e54a391653b3169ddbb6770d17e85bd8d3))



# [1.0.0](https://github.com/kotorijs/kotori/compare/v0.7.8...v1.0.0) (2023-12-29)


### Features

* add more callback type and querytool ([952d6fc](https://github.com/kotorijs/kotori/commit/952d6fc9e2bd34af3c7f77c63e8652c8ad7a14bb))
* add some events and fix command,message ([a68b292](https://github.com/kotorijs/kotori/commit/a68b292b165b02707cce04818c0226adc9876e21))
* cmd adapter and loader modules ([d698df1](https://github.com/kotorijs/kotori/commit/d698df1cdae524c43a39bd75aeebde8c32fdca39))
* cmd adapter and loader modules ([f2b656a](https://github.com/kotorijs/kotori/commit/f2b656a3a367d74a1b16a058430d7027b539a2e4))
* loader and modules && mixed && command ([c0a2abe](https://github.com/kotorijs/kotori/commit/c0a2abe5a27dbb7a3f5523861ca1310c76b1645f))
* loader and modules && mixed && command ([9ba0bc9](https://github.com/kotorijs/kotori/commit/9ba0bc98a18aa193d588630c8c6ca8c9ab3a25e8))
* loader and modules,mixed,command ([5d11c5f](https://github.com/kotorijs/kotori/commit/5d11c5f1e25fbd30a49a5333661e1c052bdf83d2))
* loader updated, as subpack and core-18n ([1e5a6ec](https://github.com/kotorijs/kotori/commit/1e5a6ec12cc7a3ee697fc0d4249acc2e74fe4220))
* new plugins and adapter-tencent-qq and some fixs ([5512975](https://github.com/kotorijs/kotori/commit/55129758c529cf7ac6cc446ed2202d14c6446a63))
* new plugins,event.before and bug fix ([283d4c8](https://github.com/kotorijs/kotori/commit/283d4c8505b828151ff84e16bfdb23d7928135ae))
* some changes about class static ([a440959](https://github.com/kotorijs/kotori/commit/a4409593f645004b2465af2cafe7304205262bff))
* type checker i18n and error handle ([4596740](https://github.com/kotorijs/kotori/commit/45967408dcd3957a433d7f0aa0b01dd79931ef89))
* v1 events,modules,message,content,api,adapter,core ([b6349cb](https://github.com/kotorijs/kotori/commit/b6349cb075f1caf7d1151e607e368f4e5de44c45))



## [0.7.8](https://github.com/kotorijs/kotori/compare/v0.7.7...v0.7.8) (2023-09-10)


### Features

* grouper plugin and favicon ([3640024](https://github.com/kotorijs/kotori/commit/3640024d5a8b289826b2068a4a78b9397b9fdb5f))



## [0.7.7](https://github.com/kotorijs/kotori/compare/v0.7.6...v0.7.7) (2023-08-26)


### Features

* grouper plugin and favicon ([6756cee](https://github.com/kotorijs/kotori/commit/6756cee88a5bf1e1b9e88a2becef1023ca401b3a))



## [0.7.6](https://github.com/kotorijs/kotori/compare/v0.7.5...v0.7.6) (2023-08-25)


### Features

* **many plugins:** many plugins ([9e7464a](https://github.com/kotorijs/kotori/commit/9e7464ad6c0bc3e10a673063d762eb469b8cf74c))



## [0.7.5](https://github.com/kotorijs/kotori/compare/dba239dbd4f1c4fe0067e4b603aab62c31049063...v0.7.5) (2023-08-25)


### Bug Fixes

* regiser plugin events ([6dbca7e](https://github.com/kotorijs/kotori/commit/6dbca7e436abc05842f51154af12a12d22e7c196))


### Features

* create module,requester ([dba239d](https://github.com/kotorijs/kotori/commit/dba239dbd4f1c4fe0067e4b603aab62c31049063))
* framework ([18cbe84](https://github.com/kotorijs/kotori/commit/18cbe84ecb5cbbca91c009db5f2e2bd5db0a9351))
* manger and hitokotos plugin ([20ee234](https://github.com/kotorijs/kotori/commit/20ee23496a209433c656032d300e5474da664945))
* plugins ([ea644e8](https://github.com/kotorijs/kotori/commit/ea644e85641f39ddbe2fb0b3790cd401d2c758b8))
* querytool plugin ([d2e5d7c](https://github.com/kotorijs/kotori/commit/d2e5d7c1465d58b84fb916d52c71985bd391f75f))



2 changes: 1 addition & 1 deletion modules/adapter-cmd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"peerDependencies": {
"kotori-bot": "workspace:^"
}
}
}
2 changes: 1 addition & 1 deletion modules/adapter-onebot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"@types/ws": "^8.5.8",
"ws": "^8.14.2"
}
}
}
2 changes: 1 addition & 1 deletion modules/adapter-qq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"@types/ws": "^8.5.8",
"ws": "^8.14.2"
}
}
}
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"peerDependencies": {
"kotori-bot": "workspace:^"
}
}
}
2 changes: 1 addition & 1 deletion modules/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"peerDependencies": {
"kotori-bot": "workspace:^"
}
}
}
2 changes: 1 addition & 1 deletion modules/i18n-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"peerDependencies": {
"kotori-bot": "workspace:^"
}
}
}
2 changes: 1 addition & 1 deletion modules/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"peerDependencies": {
"kotori-bot": "workspace:^"
}
}
}
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kotori-bot/root",
"description": "ChatBot Framework",
"version": "1.0.0",
"version": "v1.0.1",
"packageManager": "[email protected]",
"private": true,
"scripts": {
Expand All @@ -14,8 +14,7 @@
"lint": "eslint \"{packages,modules}/*/src/*.{ts,tsx}\" --fix",
"format": "prettier --config .prettierrc \"{packages,modules}/*/src/*.ts\" --write",
"version": "pnpm exec conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"release": "pnpm exec release",
"release:only": "pnpm exec release"
"release": "pnpm exec release"
},
"license": "GPL-3.0",
"author": "Hotaru <[email protected]>",
Expand All @@ -34,6 +33,7 @@
"devDependencies": {
"@manypkg/get-packages": "^2.2.0",
"@types/inquirer": "^9.0.7",
"@types/js-beautify": "^1.14.3",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
Expand All @@ -46,7 +46,8 @@
"eslint-plugin-prettier": "^5.0.0",
"execa": "^8.0.1",
"inquirer": "^9.2.12",
"js-beautify": "^1.14.11",
"prettier": "^3.0.2",
"tsconfig-paths": "^4.2.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kotori-bot/core",
"version": "1.0.0",
"version": "v1.0.1",
"description": "Kotori Core",
"main": "lib/index.js",
"license": "GPL-3.0",
Expand All @@ -27,4 +27,4 @@
"@kotori-bot/tools": "workspace:^",
"tsukiko": "^1.2.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"url": "git+https://github.com/kotorijs/kotori.git"
},
"homepage": "https://kotori.js.org "
}
}
4 changes: 2 additions & 2 deletions packages/kotori/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kotori-bot",
"version": "1.0.0",
"version": "v1.1.0",
"description": "ChatBot Framework Base For NodeJS And TypeScript",
"main": "lib/index.js",
"license": "GPL-3.0",
Expand Down Expand Up @@ -38,4 +38,4 @@
"@kotori-bot/loader": "workspace:^",
"cac": "^6.7.14"
}
}
}
2 changes: 1 addition & 1 deletion packages/loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"ts-node": "^10.9.2",
"typescript": "^5.1.3"
}
}
}
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"url": "git+https://github.com/kotorijs/kotori.git"
},
"homepage": "https://kotori.js.org "
}
}
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"url": "git+https://github.com/kotorijs/kotori.git"
},
"homepage": "https://kotori.js.org "
}
}
Loading

0 comments on commit d3eca13

Please sign in to comment.