From a29ef1760d2ba7fde35f3feb84d63d585abade21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 20:52:43 +0700 Subject: [PATCH] chore: Version Packages (#350) Co-authored-by: github-actions[bot] --- .changeset/healthy-ghosts-shout.md | 8 -- packages/core/CHANGELOG.md | 125 ++++++------------- packages/core/package.json | 2 +- packages/framework/CHANGELOG.md | 105 +++++----------- packages/framework/package.json | 2 +- packages/kanao-schema/CHANGELOG.md | 7 ++ packages/kanao-schema/package.json | 2 +- plugins/fastify-plugin/CHANGELOG.md | 186 ++++++---------------------- plugins/fastify-plugin/package.json | 2 +- services/kanao-gateway/CHANGELOG.md | 8 ++ services/kanao-gateway/package.json | 2 +- 11 files changed, 124 insertions(+), 325 deletions(-) delete mode 100644 .changeset/healthy-ghosts-shout.md create mode 100644 packages/kanao-schema/CHANGELOG.md create mode 100644 services/kanao-gateway/CHANGELOG.md diff --git a/.changeset/healthy-ghosts-shout.md b/.changeset/healthy-ghosts-shout.md deleted file mode 100644 index 7d1c00e7..00000000 --- a/.changeset/healthy-ghosts-shout.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@nezuchan/core": minor -"@nezuchan/framework": minor -"@nezuchan/kanao-schema": minor -"@nezuchan/fastify-plugin": minor ---- - -schema update diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6e91f913..610c61db 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,170 +1,115 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.10.0 -## [0.7.3](https://github.com/NezuChan/library/compare/@nezuchan/core@0.7.2...@nezuchan/core@0.7.3) (2024-01-01) +### Minor Changes -**Note:** Version bump only for package @nezuchan/core +- 99b4b9b: schema update +### Patch Changes +- Updated dependencies [99b4b9b] + - @nezuchan/kanao-schema@0.3.0 +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.3](https://github.com/NezuChan/library/compare/@nezuchan/core@0.7.2...@nezuchan/core@0.7.3) (2024-01-01) -## [0.7.2](https://github.com/NezuChan/library/compare/@nezuchan/core@0.7.1...@nezuchan/core@0.7.2) (2024-01-01) +**Note:** Version bump only for package @nezuchan/core +## [0.7.2](https://github.com/NezuChan/library/compare/@nezuchan/core@0.7.1...@nezuchan/core@0.7.2) (2024-01-01) ### Bug Fixes -* **deps:** update dependency @nezuchan/constants to ^0.7.0 ([#61](https://github.com/NezuChan/library/issues/61)) ([7da15c1](https://github.com/NezuChan/library/commit/7da15c1889b523576ce9ff8b09dd30957ac1acd5)) - - - - +- **deps:** update dependency @nezuchan/constants to ^0.7.0 ([#61](https://github.com/NezuChan/library/issues/61)) ([7da15c1](https://github.com/NezuChan/library/commit/7da15c1889b523576ce9ff8b09dd30957ac1acd5)) ## [0.7.1](https://github.com/NezuChan/library/compare/@nezuchan/core@0.7.0...@nezuchan/core@0.7.1) (2024-01-01) - ### Bug Fixes -* **deps:** update dependency @nezuchan/utilities to ^0.6.2 ([#60](https://github.com/NezuChan/library/issues/60)) ([ca1513a](https://github.com/NezuChan/library/commit/ca1513aba21f544a237e0e76f39f79a9e178590b)) - - - - +- **deps:** update dependency @nezuchan/utilities to ^0.6.2 ([#60](https://github.com/NezuChan/library/issues/60)) ([ca1513a](https://github.com/NezuChan/library/commit/ca1513aba21f544a237e0e76f39f79a9e178590b)) # [0.7.0](https://github.com/NezuChan/library/compare/@nezuchan/core@0.6.21...@nezuchan/core@0.7.0) (2023-12-31) - ### Bug Fixes -* **deps:** update all non-major dependencies ([#50](https://github.com/NezuChan/library/issues/50)) ([ce1f360](https://github.com/NezuChan/library/commit/ce1f36082841e6cb2040d7f4d6f34a1a7cd9cf23)) -* **deps:** update dependency @sapphire/pieces to v4 ([#54](https://github.com/NezuChan/library/issues/54)) ([523bfde](https://github.com/NezuChan/library/commit/523bfdeb8ffdce7667bf7fd06a9466f201f71c50)) -* **deps:** update dependency @sapphire/utilities to ^3.15.1 ([8e259bc](https://github.com/NezuChan/library/commit/8e259bc985ec313796d2856062c1393ede1fb456)) - - - - +- **deps:** update all non-major dependencies ([#50](https://github.com/NezuChan/library/issues/50)) ([ce1f360](https://github.com/NezuChan/library/commit/ce1f36082841e6cb2040d7f4d6f34a1a7cd9cf23)) +- **deps:** update dependency @sapphire/pieces to v4 ([#54](https://github.com/NezuChan/library/issues/54)) ([523bfde](https://github.com/NezuChan/library/commit/523bfdeb8ffdce7667bf7fd06a9466f201f71c50)) +- **deps:** update dependency @sapphire/utilities to ^3.15.1 ([8e259bc](https://github.com/NezuChan/library/commit/8e259bc985ec313796d2856062c1393ede1fb456)) ## [0.6.21](https://github.com/NezuChan/library/compare/@nezuchan/core@0.6.20...@nezuchan/core@0.6.21) (2023-12-07) - ### Bug Fixes -* update option ([0d730cd](https://github.com/NezuChan/library/commit/0d730cdf801be8282b4f2eab26f67e3953dc478d)) - - - - +- update option ([0d730cd](https://github.com/NezuChan/library/commit/0d730cdf801be8282b4f2eab26f67e3953dc478d)) ## [0.6.20](https://github.com/NezuChan/library/compare/@nezuchan/core@0.6.19...@nezuchan/core@0.6.20) (2023-12-07) - ### Bug Fixes -* add option to set http proxy ([a94d1a8](https://github.com/NezuChan/library/commit/a94d1a8f51a2c72453d5b92aabcbdc411de1477a)) -* **deps:** update all non-major dependencies ([ed77e7f](https://github.com/NezuChan/library/commit/ed77e7f22fbc6d32a4c136fef4c4647a02725543)) -* **deps:** update sapphire dependencies ([3a34b73](https://github.com/NezuChan/library/commit/3a34b73e086a41be67e0c1b962bc7761033435f8)) - - - - +- add option to set http proxy ([a94d1a8](https://github.com/NezuChan/library/commit/a94d1a8f51a2c72453d5b92aabcbdc411de1477a)) +- **deps:** update all non-major dependencies ([ed77e7f](https://github.com/NezuChan/library/commit/ed77e7f22fbc6d32a4c136fef4c4647a02725543)) +- **deps:** update sapphire dependencies ([3a34b73](https://github.com/NezuChan/library/commit/3a34b73e086a41be67e0c1b962bc7761033435f8)) ## [0.6.19](https://github.com/NezuChan/library/compare/@nezuchan/core@0.6.18...@nezuchan/core@0.6.19) (2023-11-18) - ### Bug Fixes -* **deps:** update all non-major dependencies ([#22](https://github.com/NezuChan/library/issues/22)) ([002d346](https://github.com/NezuChan/library/commit/002d3469048b0f2df180340b11fb76233f7deaaf)) -* **deps:** update all non-major dependencies ([#35](https://github.com/NezuChan/library/issues/35)) ([2817e59](https://github.com/NezuChan/library/commit/2817e59f298aab90662d40eea94e2d80a8736241)) -* **deps:** update dependency @sapphire/pieces to ^3.10.0 ([f3cde93](https://github.com/NezuChan/library/commit/f3cde93376026fd81465f915d3052e3721336efc)) -* **deps:** update dependency @sapphire/pieces to ^3.7.1 ([0f52f03](https://github.com/NezuChan/library/commit/0f52f03d3357f0cebe1c541df748184f53b8d2c9)) -* **deps:** update dependency @sapphire/pieces to ^3.9.0 ([4bd85e8](https://github.com/NezuChan/library/commit/4bd85e86b973bbdf1294e004c75836094ea85559)) -* wrong function name and return-data ([#42](https://github.com/NezuChan/library/issues/42)) ([1d8e7d9](https://github.com/NezuChan/library/commit/1d8e7d9067a844c599b47ead1095c492e49576cf)) - +- **deps:** update all non-major dependencies ([#22](https://github.com/NezuChan/library/issues/22)) ([002d346](https://github.com/NezuChan/library/commit/002d3469048b0f2df180340b11fb76233f7deaaf)) +- **deps:** update all non-major dependencies ([#35](https://github.com/NezuChan/library/issues/35)) ([2817e59](https://github.com/NezuChan/library/commit/2817e59f298aab90662d40eea94e2d80a8736241)) +- **deps:** update dependency @sapphire/pieces to ^3.10.0 ([f3cde93](https://github.com/NezuChan/library/commit/f3cde93376026fd81465f915d3052e3721336efc)) +- **deps:** update dependency @sapphire/pieces to ^3.7.1 ([0f52f03](https://github.com/NezuChan/library/commit/0f52f03d3357f0cebe1c541df748184f53b8d2c9)) +- **deps:** update dependency @sapphire/pieces to ^3.9.0 ([4bd85e8](https://github.com/NezuChan/library/commit/4bd85e86b973bbdf1294e004c75836094ea85559)) +- wrong function name and return-data ([#42](https://github.com/NezuChan/library/issues/42)) ([1d8e7d9](https://github.com/NezuChan/library/commit/1d8e7d9067a844c599b47ead1095c492e49576cf)) ### Features -* append `with_counts` to fetch guild query ([#33](https://github.com/NezuChan/library/issues/33)) ([14bf58c](https://github.com/NezuChan/library/commit/14bf58c4ad38031c7911f41fdbd4f15691865587)) - - - - +- append `with_counts` to fetch guild query ([#33](https://github.com/NezuChan/library/issues/33)) ([14bf58c](https://github.com/NezuChan/library/commit/14bf58c4ad38031c7911f41fdbd4f15691865587)) ## [0.6.18](https://github.com/NezuChan/library/compare/@nezuchan/core@0.6.17...@nezuchan/core@0.6.18) (2023-09-24) - ### Bug Fixes -* add option to fetch if not cached ([a2b39e2](https://github.com/NezuChan/library/commit/a2b39e22da4c824088d48cd5fb9f099516d8a065)) - - - - +- add option to fetch if not cached ([a2b39e2](https://github.com/NezuChan/library/commit/a2b39e22da4c824088d48cd5fb9f099516d8a065)) ## [0.6.17](https://github.com/NezuChan/library/compare/@nezuchan/core@0.6.16...@nezuchan/core@0.6.17) (2023-09-16) - ### Bug Fixes -* properly return channel name ([12def06](https://github.com/NezuChan/library/commit/12def06706821b90165dc2f3de5e29e64b35cada)) - - - - +- properly return channel name ([12def06](https://github.com/NezuChan/library/commit/12def06706821b90165dc2f3de5e29e64b35cada)) ## [0.6.16](https://github.com/NezuChan/library/compare/@nezuchan/core@0.6.15...@nezuchan/core@0.6.16) (2023-09-13) - ### Bug Fixes -* properly sort roles based on position ([8d1d8d2](https://github.com/NezuChan/library/commit/8d1d8d273885ac9d16510a7308563da7811f81da)) - - - - +- properly sort roles based on position ([8d1d8d2](https://github.com/NezuChan/library/commit/8d1d8d273885ac9d16510a7308563da7811f81da)) ## [0.6.15](https://github.com/NezuChan/library/compare/@nezuchan/core@0.6.14...@nezuchan/core@0.6.15) (2023-09-09) **Note:** Version bump only for package @nezuchan/core - - - - ## [0.6.14](https://github.com/NezuChan/library/compare/@nezuchan/core@0.6.13...@nezuchan/core@0.6.14) (2023-09-09) **Note:** Version bump only for package @nezuchan/core - - - - ## [0.6.13](https://github.com/NezuChan/library/compare/@nezuchan/core@0.6.12...@nezuchan/core@0.6.13) (2023-09-07) - ### Bug Fixes -* ack to amqp message ([9a4c776](https://github.com/NezuChan/library/commit/9a4c776c430cc14d06d12b361ce8557ddf0d395f)) - +- ack to amqp message ([9a4c776](https://github.com/NezuChan/library/commit/9a4c776c430cc14d06d12b361ce8557ddf0d395f)) ### Features -* add socket.io to fastify-plugin ([#6](https://github.com/NezuChan/library/issues/6)) ([d1acf54](https://github.com/NezuChan/library/commit/d1acf54389abf43d2f637667d4e593a1db0eff55)) - - - - +- add socket.io to fastify-plugin ([#6](https://github.com/NezuChan/library/issues/6)) ([d1acf54](https://github.com/NezuChan/library/commit/d1acf54389abf43d2f637667d4e593a1db0eff55)) ## 0.6.12 (2023-08-27) - ### Bug Fixes -* tsconfig couldnt create declaration ([274bd93](https://github.com/NezuChan/library/commit/274bd937c48d2c9fe39d2eca11aad72c8a7a9879)) - +- tsconfig couldnt create declaration ([274bd93](https://github.com/NezuChan/library/commit/274bd937c48d2c9fe39d2eca11aad72c8a7a9879)) ### Features -* add core libs ([7e2b126](https://github.com/NezuChan/library/commit/7e2b12634e8bd279ef120717965c72e8975a1bf9)) -* use pnpm workspace version ([0593064](https://github.com/NezuChan/library/commit/05930644af446f6d82511c1ce4d921e9f800f150)) +- add core libs ([7e2b126](https://github.com/NezuChan/library/commit/7e2b12634e8bd279ef120717965c72e8975a1bf9)) +- use pnpm workspace version ([0593064](https://github.com/NezuChan/library/commit/05930644af446f6d82511c1ce4d921e9f800f150)) diff --git a/packages/core/package.json b/packages/core/package.json index d6fac4e4..6eb87cbe 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/core", - "version": "0.9.0", + "version": "0.10.0", "description": "A Core Low Level API for creating Discord bots using @nezuchan/nezu-gateway.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index 49d98e5d..b3b52c55 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,147 +1,98 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.10.0 -## [0.7.3](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.7.2...@nezuchan/framework@0.7.3) (2024-01-01) - -**Note:** Version bump only for package @nezuchan/framework +### Minor Changes +- 99b4b9b: schema update +### Patch Changes +- Updated dependencies [99b4b9b] + - @nezuchan/core@0.10.0 +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [0.7.2](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.7.1...@nezuchan/framework@0.7.2) (2024-01-01) +## [0.7.3](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.7.2...@nezuchan/framework@0.7.3) (2024-01-01) **Note:** Version bump only for package @nezuchan/framework +## [0.7.2](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.7.1...@nezuchan/framework@0.7.2) (2024-01-01) - - +**Note:** Version bump only for package @nezuchan/framework ## [0.7.1](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.7.0...@nezuchan/framework@0.7.1) (2024-01-01) **Note:** Version bump only for package @nezuchan/framework - - - - # [0.7.0](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.6.23...@nezuchan/framework@0.7.0) (2023-12-31) - ### Bug Fixes -* **deps:** update all non-major dependencies ([#50](https://github.com/NezuChan/library/issues/50)) ([ce1f360](https://github.com/NezuChan/library/commit/ce1f36082841e6cb2040d7f4d6f34a1a7cd9cf23)) -* **deps:** update dependency @sapphire/pieces to v4 ([#54](https://github.com/NezuChan/library/issues/54)) ([523bfde](https://github.com/NezuChan/library/commit/523bfdeb8ffdce7667bf7fd06a9466f201f71c50)) -* **deps:** update dependency @sapphire/utilities to ^3.15.1 ([8e259bc](https://github.com/NezuChan/library/commit/8e259bc985ec313796d2856062c1393ede1fb456)) - - - - +- **deps:** update all non-major dependencies ([#50](https://github.com/NezuChan/library/issues/50)) ([ce1f360](https://github.com/NezuChan/library/commit/ce1f36082841e6cb2040d7f4d6f34a1a7cd9cf23)) +- **deps:** update dependency @sapphire/pieces to v4 ([#54](https://github.com/NezuChan/library/issues/54)) ([523bfde](https://github.com/NezuChan/library/commit/523bfdeb8ffdce7667bf7fd06a9466f201f71c50)) +- **deps:** update dependency @sapphire/utilities to ^3.15.1 ([8e259bc](https://github.com/NezuChan/library/commit/8e259bc985ec313796d2856062c1393ede1fb456)) ## [0.6.23](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.6.22...@nezuchan/framework@0.6.23) (2023-12-07) **Note:** Version bump only for package @nezuchan/framework - - - - ## [0.6.22](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.6.21...@nezuchan/framework@0.6.22) (2023-12-07) - ### Bug Fixes -* **deps:** update sapphire dependencies ([3a34b73](https://github.com/NezuChan/library/commit/3a34b73e086a41be67e0c1b962bc7761033435f8)) - - - - +- **deps:** update sapphire dependencies ([3a34b73](https://github.com/NezuChan/library/commit/3a34b73e086a41be67e0c1b962bc7761033435f8)) ## [0.6.21](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.6.20...@nezuchan/framework@0.6.21) (2023-11-18) - ### Bug Fixes -* **deps:** update all non-major dependencies ([#22](https://github.com/NezuChan/library/issues/22)) ([002d346](https://github.com/NezuChan/library/commit/002d3469048b0f2df180340b11fb76233f7deaaf)) -* **deps:** update all non-major dependencies ([#35](https://github.com/NezuChan/library/issues/35)) ([2817e59](https://github.com/NezuChan/library/commit/2817e59f298aab90662d40eea94e2d80a8736241)) -* **deps:** update dependency @discordjs/collection to v2 ([#43](https://github.com/NezuChan/library/issues/43)) ([a87cb5b](https://github.com/NezuChan/library/commit/a87cb5bbcedebadb74862ae6f7958ecac8ee46dd)) -* **deps:** update dependency @sapphire/pieces to ^3.10.0 ([f3cde93](https://github.com/NezuChan/library/commit/f3cde93376026fd81465f915d3052e3721336efc)) -* **deps:** update dependency @sapphire/pieces to ^3.7.1 ([0f52f03](https://github.com/NezuChan/library/commit/0f52f03d3357f0cebe1c541df748184f53b8d2c9)) -* **deps:** update dependency @sapphire/pieces to ^3.9.0 ([4bd85e8](https://github.com/NezuChan/library/commit/4bd85e86b973bbdf1294e004c75836094ea85559)) - - - - +- **deps:** update all non-major dependencies ([#22](https://github.com/NezuChan/library/issues/22)) ([002d346](https://github.com/NezuChan/library/commit/002d3469048b0f2df180340b11fb76233f7deaaf)) +- **deps:** update all non-major dependencies ([#35](https://github.com/NezuChan/library/issues/35)) ([2817e59](https://github.com/NezuChan/library/commit/2817e59f298aab90662d40eea94e2d80a8736241)) +- **deps:** update dependency @discordjs/collection to v2 ([#43](https://github.com/NezuChan/library/issues/43)) ([a87cb5b](https://github.com/NezuChan/library/commit/a87cb5bbcedebadb74862ae6f7958ecac8ee46dd)) +- **deps:** update dependency @sapphire/pieces to ^3.10.0 ([f3cde93](https://github.com/NezuChan/library/commit/f3cde93376026fd81465f915d3052e3721336efc)) +- **deps:** update dependency @sapphire/pieces to ^3.7.1 ([0f52f03](https://github.com/NezuChan/library/commit/0f52f03d3357f0cebe1c541df748184f53b8d2c9)) +- **deps:** update dependency @sapphire/pieces to ^3.9.0 ([4bd85e8](https://github.com/NezuChan/library/commit/4bd85e86b973bbdf1294e004c75836094ea85559)) ## [0.6.20](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.6.19...@nezuchan/framework@0.6.20) (2023-09-24) **Note:** Version bump only for package @nezuchan/framework - - - - ## [0.6.19](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.6.18...@nezuchan/framework@0.6.19) (2023-09-16) **Note:** Version bump only for package @nezuchan/framework - - - - ## [0.6.18](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.6.17...@nezuchan/framework@0.6.18) (2023-09-13) **Note:** Version bump only for package @nezuchan/framework - - - - ## [0.6.17](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.6.16...@nezuchan/framework@0.6.17) (2023-09-09) - ### Features -* allow to modify command strategy ([9edf472](https://github.com/NezuChan/library/commit/9edf472ab8acd7627b65376694ec5a54ed927533)) - - - - +- allow to modify command strategy ([9edf472](https://github.com/NezuChan/library/commit/9edf472ab8acd7627b65376694ec5a54ed927533)) ## [0.6.16](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.6.15...@nezuchan/framework@0.6.16) (2023-09-09) - ### Bug Fixes -* dont force fetch ([74b39aa](https://github.com/NezuChan/library/commit/74b39aaf9b9448307e3ef236806d25f7ace8ed33)) - - - - +- dont force fetch ([74b39aa](https://github.com/NezuChan/library/commit/74b39aaf9b9448307e3ef236806d25f7ace8ed33)) ## [0.6.15](https://github.com/NezuChan/library/compare/@nezuchan/framework@0.6.14...@nezuchan/framework@0.6.15) (2023-09-07) - ### Features -* add socket.io to fastify-plugin ([#6](https://github.com/NezuChan/library/issues/6)) ([d1acf54](https://github.com/NezuChan/library/commit/d1acf54389abf43d2f637667d4e593a1db0eff55)) - - - - +- add socket.io to fastify-plugin ([#6](https://github.com/NezuChan/library/issues/6)) ([d1acf54](https://github.com/NezuChan/library/commit/d1acf54389abf43d2f637667d4e593a1db0eff55)) ## 0.6.14 (2023-08-27) - ### Bug Fixes -* lint depends on build ([70b2170](https://github.com/NezuChan/library/commit/70b2170150cfe1ae9b41b4024f040e1f1a691e8a)) -* tsconfig couldnt create declaration ([274bd93](https://github.com/NezuChan/library/commit/274bd937c48d2c9fe39d2eca11aad72c8a7a9879)) - +- lint depends on build ([70b2170](https://github.com/NezuChan/library/commit/70b2170150cfe1ae9b41b4024f040e1f1a691e8a)) +- tsconfig couldnt create declaration ([274bd93](https://github.com/NezuChan/library/commit/274bd937c48d2c9fe39d2eca11aad72c8a7a9879)) ### Features -* initial commit ([593b1bf](https://github.com/NezuChan/library/commit/593b1bf37243772275103deb237eb142610d149f)) -* use pnpm workspace version ([0593064](https://github.com/NezuChan/library/commit/05930644af446f6d82511c1ce4d921e9f800f150)) +- initial commit ([593b1bf](https://github.com/NezuChan/library/commit/593b1bf37243772275103deb237eb142610d149f)) +- use pnpm workspace version ([0593064](https://github.com/NezuChan/library/commit/05930644af446f6d82511c1ce4d921e9f800f150)) diff --git a/packages/framework/package.json b/packages/framework/package.json index 2e8e39ec..8ab969f0 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/framework", - "version": "0.9.0", + "version": "0.10.0", "description": "A Commands framework for @nezuchan/nezu-gateway.", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/kanao-schema/CHANGELOG.md b/packages/kanao-schema/CHANGELOG.md new file mode 100644 index 00000000..7add07dd --- /dev/null +++ b/packages/kanao-schema/CHANGELOG.md @@ -0,0 +1,7 @@ +# @nezuchan/kanao-schema + +## 0.3.0 + +### Minor Changes + +- 99b4b9b: schema update diff --git a/packages/kanao-schema/package.json b/packages/kanao-schema/package.json index 90ef627d..ece86dca 100644 --- a/packages/kanao-schema/package.json +++ b/packages/kanao-schema/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-schema", - "version": "0.2.1", + "version": "0.3.0", "description": "Cache schema for Kanao Gateway", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/plugins/fastify-plugin/CHANGELOG.md b/plugins/fastify-plugin/CHANGELOG.md index d3ea18d3..8427ad6f 100644 --- a/plugins/fastify-plugin/CHANGELOG.md +++ b/plugins/fastify-plugin/CHANGELOG.md @@ -1,277 +1,173 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.3.3](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.3.2...@nezuchan/fastify-plugin@0.3.3) (2024-01-01) +## 0.6.0 -**Note:** Version bump only for package @nezuchan/fastify-plugin +### Minor Changes +- 99b4b9b: schema update +### Patch Changes +- Updated dependencies [99b4b9b] + - @nezuchan/core@0.10.0 + - @nezuchan/framework@0.10.0 +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [0.3.2](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.3.1...@nezuchan/fastify-plugin@0.3.2) (2024-01-01) +## [0.3.3](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.3.2...@nezuchan/fastify-plugin@0.3.3) (2024-01-01) **Note:** Version bump only for package @nezuchan/fastify-plugin +## [0.3.2](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.3.1...@nezuchan/fastify-plugin@0.3.2) (2024-01-01) - - +**Note:** Version bump only for package @nezuchan/fastify-plugin ## [0.3.1](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.3.0...@nezuchan/fastify-plugin@0.3.1) (2024-01-01) **Note:** Version bump only for package @nezuchan/fastify-plugin - - - - # [0.3.0](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.2.9...@nezuchan/fastify-plugin@0.3.0) (2023-12-31) - ### Bug Fixes -* **deps:** update all non-major dependencies ([#50](https://github.com/NezuChan/library/issues/50)) ([ce1f360](https://github.com/NezuChan/library/commit/ce1f36082841e6cb2040d7f4d6f34a1a7cd9cf23)) -* **deps:** update dependency @sapphire/pieces to v4 ([#54](https://github.com/NezuChan/library/issues/54)) ([523bfde](https://github.com/NezuChan/library/commit/523bfdeb8ffdce7667bf7fd06a9466f201f71c50)) -* **deps:** update dependency @sapphire/utilities to ^3.15.1 ([8e259bc](https://github.com/NezuChan/library/commit/8e259bc985ec313796d2856062c1393ede1fb456)) - - - - +- **deps:** update all non-major dependencies ([#50](https://github.com/NezuChan/library/issues/50)) ([ce1f360](https://github.com/NezuChan/library/commit/ce1f36082841e6cb2040d7f4d6f34a1a7cd9cf23)) +- **deps:** update dependency @sapphire/pieces to v4 ([#54](https://github.com/NezuChan/library/issues/54)) ([523bfde](https://github.com/NezuChan/library/commit/523bfdeb8ffdce7667bf7fd06a9466f201f71c50)) +- **deps:** update dependency @sapphire/utilities to ^3.15.1 ([8e259bc](https://github.com/NezuChan/library/commit/8e259bc985ec313796d2856062c1393ede1fb456)) ## [0.2.9](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.2.8...@nezuchan/fastify-plugin@0.2.9) (2023-12-07) **Note:** Version bump only for package @nezuchan/fastify-plugin - - - - ## [0.2.8](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.2.7...@nezuchan/fastify-plugin@0.2.8) (2023-12-07) - ### Bug Fixes -* **deps:** update sapphire dependencies ([3a34b73](https://github.com/NezuChan/library/commit/3a34b73e086a41be67e0c1b962bc7761033435f8)) - - - - +- **deps:** update sapphire dependencies ([3a34b73](https://github.com/NezuChan/library/commit/3a34b73e086a41be67e0c1b962bc7761033435f8)) ## [0.2.7](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.2.6...@nezuchan/fastify-plugin@0.2.7) (2023-11-18) - ### Bug Fixes -* **deps:** update all non-major dependencies ([#35](https://github.com/NezuChan/library/issues/35)) ([2817e59](https://github.com/NezuChan/library/commit/2817e59f298aab90662d40eea94e2d80a8736241)) -* **deps:** update dependency @discordjs/collection to v2 ([#43](https://github.com/NezuChan/library/issues/43)) ([a87cb5b](https://github.com/NezuChan/library/commit/a87cb5bbcedebadb74862ae6f7958ecac8ee46dd)) -* **deps:** update dependency @sapphire/pieces to ^3.10.0 ([f3cde93](https://github.com/NezuChan/library/commit/f3cde93376026fd81465f915d3052e3721336efc)) -* **deps:** update dependency @sapphire/pieces to ^3.7.1 ([0f52f03](https://github.com/NezuChan/library/commit/0f52f03d3357f0cebe1c541df748184f53b8d2c9)) -* **deps:** update dependency @sapphire/pieces to ^3.9.0 ([4bd85e8](https://github.com/NezuChan/library/commit/4bd85e86b973bbdf1294e004c75836094ea85559)) - - - - +- **deps:** update all non-major dependencies ([#35](https://github.com/NezuChan/library/issues/35)) ([2817e59](https://github.com/NezuChan/library/commit/2817e59f298aab90662d40eea94e2d80a8736241)) +- **deps:** update dependency @discordjs/collection to v2 ([#43](https://github.com/NezuChan/library/issues/43)) ([a87cb5b](https://github.com/NezuChan/library/commit/a87cb5bbcedebadb74862ae6f7958ecac8ee46dd)) +- **deps:** update dependency @sapphire/pieces to ^3.10.0 ([f3cde93](https://github.com/NezuChan/library/commit/f3cde93376026fd81465f915d3052e3721336efc)) +- **deps:** update dependency @sapphire/pieces to ^3.7.1 ([0f52f03](https://github.com/NezuChan/library/commit/0f52f03d3357f0cebe1c541df748184f53b8d2c9)) +- **deps:** update dependency @sapphire/pieces to ^3.9.0 ([4bd85e8](https://github.com/NezuChan/library/commit/4bd85e86b973bbdf1294e004c75836094ea85559)) ## [0.2.6](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.2.5...@nezuchan/fastify-plugin@0.2.6) (2023-09-24) **Note:** Version bump only for package @nezuchan/fastify-plugin - - - - ## [0.2.5](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.2.4...@nezuchan/fastify-plugin@0.2.5) (2023-09-16) - ### Bug Fixes -* **deps:** update all non-major dependencies ([99f2e19](https://github.com/NezuChan/library/commit/99f2e196e4718ed1a590ee3c8231fde881b6cd32)) -* **deps:** update dependency fastify to ^4.23.2 ([4779d0b](https://github.com/NezuChan/library/commit/4779d0b9bfdadffdbc10381ade9b036631f24ad8)) - - - - +- **deps:** update all non-major dependencies ([99f2e19](https://github.com/NezuChan/library/commit/99f2e196e4718ed1a590ee3c8231fde881b6cd32)) +- **deps:** update dependency fastify to ^4.23.2 ([4779d0b](https://github.com/NezuChan/library/commit/4779d0b9bfdadffdbc10381ade9b036631f24ad8)) ## [0.2.4](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.2.3...@nezuchan/fastify-plugin@0.2.4) (2023-09-13) **Note:** Version bump only for package @nezuchan/fastify-plugin - - - - ## [0.2.3](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.2.2...@nezuchan/fastify-plugin@0.2.3) (2023-09-09) **Note:** Version bump only for package @nezuchan/fastify-plugin - - - - ## [0.2.2](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.2.1...@nezuchan/fastify-plugin@0.2.2) (2023-09-09) **Note:** Version bump only for package @nezuchan/fastify-plugin - - - - ## [0.2.1](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.2.0...@nezuchan/fastify-plugin@0.2.1) (2023-09-07) **Note:** Version bump only for package @nezuchan/fastify-plugin - - - - # [0.2.0](https://github.com/NezuChan/library/compare/@nezuchan/fastify-plugin@0.1.9...@nezuchan/fastify-plugin@0.2.0) (2023-08-30) - ### Features -* add socket.io to fastify-plugin ([#6](https://github.com/NezuChan/library/issues/6)) ([d1acf54](https://github.com/NezuChan/library/commit/d1acf54389abf43d2f637667d4e593a1db0eff55)) - - - - +- add socket.io to fastify-plugin ([#6](https://github.com/NezuChan/library/issues/6)) ([d1acf54](https://github.com/NezuChan/library/commit/d1acf54389abf43d2f637667d4e593a1db0eff55)) ## 0.1.9 (2023-08-27) - ### Bug Fixes -* install missing deps ([6e9691f](https://github.com/NezuChan/library/commit/6e9691fa20abbf18f3c56c5bb6ce012104315889)) - +- install missing deps ([6e9691f](https://github.com/NezuChan/library/commit/6e9691fa20abbf18f3c56c5bb6ce012104315889)) ### Features -* add plugins package ([3a73b35](https://github.com/NezuChan/library/commit/3a73b35faa1c91c3396b3b3b5f23f1cb1b49c1ae)) -* use pnpm workspace version ([0593064](https://github.com/NezuChan/library/commit/05930644af446f6d82511c1ce4d921e9f800f150)) - - - - +- add plugins package ([3a73b35](https://github.com/NezuChan/library/commit/3a73b35faa1c91c3396b3b3b5f23f1cb1b49c1ae)) +- use pnpm workspace version ([0593064](https://github.com/NezuChan/library/commit/05930644af446f6d82511c1ce4d921e9f800f150)) ## [0.1.8](https://github.com/NezuChan/plugins/compare/@nezuchan/fastify-plugin@0.1.7...@nezuchan/fastify-plugin@0.1.8) (2023-08-27) - ### Bug Fixes -* **deps:** update all non-major dependencies ([#13](https://github.com/NezuChan/plugins/issues/13)) ([20ec256](https://github.com/NezuChan/plugins/commit/20ec25624494c9b8bfbdcc56bbf7d33c063b7e87)) -* **deps:** update dependency @sapphire/pieces to ^3.7.0 ([d4338ab](https://github.com/NezuChan/plugins/commit/d4338ab30582b7877a0d1f2865ba103b0cf5577a)) - +- **deps:** update all non-major dependencies ([#13](https://github.com/NezuChan/plugins/issues/13)) ([20ec256](https://github.com/NezuChan/plugins/commit/20ec25624494c9b8bfbdcc56bbf7d33c063b7e87)) +- **deps:** update dependency @sapphire/pieces to ^3.7.0 ([d4338ab](https://github.com/NezuChan/plugins/commit/d4338ab30582b7877a0d1f2865ba103b0cf5577a)) ### Features -* pass all options to route ([b62805d](https://github.com/NezuChan/plugins/commit/b62805d1fd02dd731ba94807b290e46320c704e1)) - - - - +- pass all options to route ([b62805d](https://github.com/NezuChan/plugins/commit/b62805d1fd02dd731ba94807b290e46320c704e1)) ## [0.1.7](https://github.com/NezuChan/plugins/compare/@nezuchan/fastify-plugin@0.1.6...@nezuchan/fastify-plugin@0.1.7) (2023-05-18) - ### Bug Fixes -* change github readme license location ([4eceb2f](https://github.com/NezuChan/plugins/commit/4eceb2f24fd13a20a16cfebaa5e303112f7e6e7a)) - +- change github readme license location ([4eceb2f](https://github.com/NezuChan/plugins/commit/4eceb2f24fd13a20a16cfebaa5e303112f7e6e7a)) ### Features -* tasker plugin ([c5a31cc](https://github.com/NezuChan/plugins/commit/c5a31cc267237cba2830743bed407fe5beb0c626)) - - - - +- tasker plugin ([c5a31cc](https://github.com/NezuChan/plugins/commit/c5a31cc267237cba2830743bed407fe5beb0c626)) ## [0.1.6](https://github.com/NezuChan/plugins/compare/@nezuchan/fastify-plugin@0.1.5...@nezuchan/fastify-plugin@0.1.6) (2023-05-17) - ### Bug Fixes -* error types ([5d629ba](https://github.com/NezuChan/plugins/commit/5d629ba90450de3b9b5b86895a8fca18b910e2c7)) - - - - +- error types ([5d629ba](https://github.com/NezuChan/plugins/commit/5d629ba90450de3b9b5b86895a8fca18b910e2c7)) ## [0.1.5](https://github.com/NezuChan/plugins/compare/@nezuchan/fastify-plugin@0.1.4...@nezuchan/fastify-plugin@0.1.5) (2023-05-17) - ### Bug Fixes -* default to statusCode ([fe8cb8e](https://github.com/NezuChan/plugins/commit/fe8cb8ebbf02fe86e787c673bcd85062124e0b04)) - - - - +- default to statusCode ([fe8cb8e](https://github.com/NezuChan/plugins/commit/fe8cb8ebbf02fe86e787c673bcd85062124e0b04)) ## [0.1.4](https://github.com/NezuChan/plugins/compare/@nezuchan/fastify-plugin@0.1.3...@nezuchan/fastify-plugin@0.1.4) (2023-05-17) - ### Bug Fixes -* properly handle prehandlers ([c68651d](https://github.com/NezuChan/plugins/commit/c68651de344a45a061d03476b66e48b3ee9d00d0)) - - - - +- properly handle prehandlers ([c68651d](https://github.com/NezuChan/plugins/commit/c68651de344a45a061d03476b66e48b3ee9d00d0)) ## [0.1.3](https://github.com/NezuChan/plugins/compare/@nezuchan/fastify-plugin@0.1.2...@nezuchan/fastify-plugin@0.1.3) (2023-05-17) - ### Bug Fixes -* listen app post login ([4bfb752](https://github.com/NezuChan/plugins/commit/4bfb752361429e7fb35a8d1a175c4b8f2c6a93b1)) - - - - +- listen app post login ([4bfb752](https://github.com/NezuChan/plugins/commit/4bfb752361429e7fb35a8d1a175c4b8f2c6a93b1)) ## [0.1.2](https://github.com/NezuChan/plugins/compare/@nezuchan/fastify-plugin@0.1.1...@nezuchan/fastify-plugin@0.1.2) (2023-05-17) - ### Bug Fixes -* add extension ([a8b4960](https://github.com/NezuChan/plugins/commit/a8b49606504e3913e789283ec394f21d55a82835)) - - - - +- add extension ([a8b4960](https://github.com/NezuChan/plugins/commit/a8b49606504e3913e789283ec394f21d55a82835)) ## [0.1.1](https://github.com/NezuChan/plugins/compare/@nezuchan/fastify-plugin@0.1.0...@nezuchan/fastify-plugin@0.1.1) (2023-05-17) - ### Bug Fixes -* import index ([7acbc1e](https://github.com/NezuChan/plugins/commit/7acbc1ef93b3d1d277eb602e57c6e82044a587fb)) - - - - +- import index ([7acbc1e](https://github.com/NezuChan/plugins/commit/7acbc1ef93b3d1d277eb602e57c6e82044a587fb)) # 0.1.0 (2023-05-17) - ### Bug Fixes -* add publish config ([126cdbe](https://github.com/NezuChan/plugins/commit/126cdbe808befe33fd66f1091ebbb7b0e9aa68be)) - +- add publish config ([126cdbe](https://github.com/NezuChan/plugins/commit/126cdbe808befe33fd66f1091ebbb7b0e9aa68be)) ### Features -* initial commit ([0248d58](https://github.com/NezuChan/plugins/commit/0248d58885181fc6168ab46aee1a60101545b62a)) - - - - +- initial commit ([0248d58](https://github.com/NezuChan/plugins/commit/0248d58885181fc6168ab46aee1a60101545b62a)) # 0.1.0 (2023-05-17) - ### Features -* initial commit ([0248d58](https://github.com/NezuChan/plugins/commit/0248d58885181fc6168ab46aee1a60101545b62a)) +- initial commit ([0248d58](https://github.com/NezuChan/plugins/commit/0248d58885181fc6168ab46aee1a60101545b62a)) diff --git a/plugins/fastify-plugin/package.json b/plugins/fastify-plugin/package.json index ccbdf824..9912f461 100644 --- a/plugins/fastify-plugin/package.json +++ b/plugins/fastify-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/fastify-plugin", - "version": "0.5.0", + "version": "0.6.0", "description": "A Fastify API Plugins for NezuChan Framework", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/services/kanao-gateway/CHANGELOG.md b/services/kanao-gateway/CHANGELOG.md new file mode 100644 index 00000000..622aca9b --- /dev/null +++ b/services/kanao-gateway/CHANGELOG.md @@ -0,0 +1,8 @@ +# @nezuchan/kanao-gateway + +## 4.0.1 + +### Patch Changes + +- Updated dependencies [99b4b9b] + - @nezuchan/kanao-schema@0.3.0 diff --git a/services/kanao-gateway/package.json b/services/kanao-gateway/package.json index b3b84786..3ca1c803 100644 --- a/services/kanao-gateway/package.json +++ b/services/kanao-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-gateway", - "version": "4.0.0", + "version": "4.0.1", "description": "A standalone service for connecting to the Discord gateway.", "license": "GPL-3.0", "author": "KagChi",