From 70bfa450bcb5a45af9e8f3b74069b088ef01d105 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 13:38:02 +0700 Subject: [PATCH] chore: Version Packages (#403) Co-authored-by: github-actions[bot] --- .changeset/cyan-ladybugs-shout.md | 8 -------- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/framework/CHANGELOG.md | 8 ++++++++ packages/framework/package.json | 2 +- packages/kanao-schema/CHANGELOG.md | 6 ++++++ packages/kanao-schema/package.json | 2 +- plugins/fastify-plugin/CHANGELOG.md | 9 +++++++++ plugins/fastify-plugin/package.json | 2 +- services/kanao-cache/CHANGELOG.md | 7 +++++++ services/kanao-cache/package.json | 2 +- 11 files changed, 43 insertions(+), 13 deletions(-) delete mode 100644 .changeset/cyan-ladybugs-shout.md diff --git a/.changeset/cyan-ladybugs-shout.md b/.changeset/cyan-ladybugs-shout.md deleted file mode 100644 index e356e098..00000000 --- a/.changeset/cyan-ladybugs-shout.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@nezuchan/core": patch -"@nezuchan/framework": patch -"@nezuchan/kanao-schema": patch -"@nezuchan/fastify-plugin": patch ---- - -drop relation stuff diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9c835dd8..733908e3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.16.6 + +### Patch Changes + +- 85bf2e5: drop relation stuff +- Updated dependencies [85bf2e5] + - @nezuchan/kanao-schema@0.7.3 + ## 0.16.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 2360812b..a77ef62b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/core", - "version": "0.16.5", + "version": "0.16.6", "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 06030847..047979d6 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.16.6 + +### Patch Changes + +- 85bf2e5: drop relation stuff +- Updated dependencies [85bf2e5] + - @nezuchan/core@0.16.6 + ## 0.16.5 ### Patch Changes diff --git a/packages/framework/package.json b/packages/framework/package.json index 6d3249a7..898dc986 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/framework", - "version": "0.16.5", + "version": "0.16.6", "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 index 0557c265..562b206e 100644 --- a/packages/kanao-schema/CHANGELOG.md +++ b/packages/kanao-schema/CHANGELOG.md @@ -1,5 +1,11 @@ # @nezuchan/kanao-schema +## 0.7.3 + +### Patch Changes + +- 85bf2e5: drop relation stuff + ## 0.7.2 ### Patch Changes diff --git a/packages/kanao-schema/package.json b/packages/kanao-schema/package.json index ae861010..7976deed 100644 --- a/packages/kanao-schema/package.json +++ b/packages/kanao-schema/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-schema", - "version": "0.7.2", + "version": "0.7.3", "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 041a8f57..8a86f782 100644 --- a/plugins/fastify-plugin/CHANGELOG.md +++ b/plugins/fastify-plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.11.6 + +### Patch Changes + +- 85bf2e5: drop relation stuff +- Updated dependencies [85bf2e5] + - @nezuchan/core@0.16.6 + - @nezuchan/framework@0.16.6 + ## 0.11.5 ### Patch Changes diff --git a/plugins/fastify-plugin/package.json b/plugins/fastify-plugin/package.json index c36e3614..71af3326 100644 --- a/plugins/fastify-plugin/package.json +++ b/plugins/fastify-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/fastify-plugin", - "version": "0.11.5", + "version": "0.11.6", "description": "A Fastify API Plugins for NezuChan Framework", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/services/kanao-cache/CHANGELOG.md b/services/kanao-cache/CHANGELOG.md index b39c5c3b..ab69a0a1 100644 --- a/services/kanao-cache/CHANGELOG.md +++ b/services/kanao-cache/CHANGELOG.md @@ -1,5 +1,12 @@ # @nezuchan/kanao-cache +## 1.4.4 + +### Patch Changes + +- Updated dependencies [85bf2e5] + - @nezuchan/kanao-schema@0.7.3 + ## 1.4.3 ### Patch Changes diff --git a/services/kanao-cache/package.json b/services/kanao-cache/package.json index a5556d6b..c11dcc60 100644 --- a/services/kanao-cache/package.json +++ b/services/kanao-cache/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-cache", - "version": "1.4.3", + "version": "1.4.4", "description": "A standalone caching service for kanao gateway.", "main": "dist/index.js", "scripts": {