From a5a6e37629e04510476f7b418d5341a39b19faf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:26:27 +0700 Subject: [PATCH] Version Packages (#455) Co-authored-by: github-actions[bot] --- .changeset/chilled-balloons-joke.md | 10 ---------- 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 | 8 ++++++++ services/kanao-cache/package.json | 2 +- services/kanao-gateway/CHANGELOG.md | 6 ++++++ services/kanao-gateway/package.json | 2 +- 13 files changed, 51 insertions(+), 16 deletions(-) delete mode 100644 .changeset/chilled-balloons-joke.md diff --git a/.changeset/chilled-balloons-joke.md b/.changeset/chilled-balloons-joke.md deleted file mode 100644 index f1287b58..00000000 --- a/.changeset/chilled-balloons-joke.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@nezuchan/core": patch -"@nezuchan/framework": patch -"@nezuchan/kanao-schema": patch -"@nezuchan/fastify-plugin": patch -"@nezuchan/kanao-cache": patch -"@nezuchan/kanao-gateway": patch ---- - -amqp reconnect workaround diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 41cdd11e..0abd240d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.19.4 + +### Patch Changes + +- 87e6b83: amqp reconnect workaround +- Updated dependencies [87e6b83] + - @nezuchan/kanao-schema@0.10.2 + ## 0.19.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9cc76904..cf2dd37f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/core", - "version": "0.19.3", + "version": "0.19.4", "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 ee6bafdc..0fbe42ac 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.19.7 + +### Patch Changes + +- 87e6b83: amqp reconnect workaround +- Updated dependencies [87e6b83] + - @nezuchan/core@0.19.4 + ## 0.19.6 ### Patch Changes diff --git a/packages/framework/package.json b/packages/framework/package.json index e2b38655..e79fb4c2 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/framework", - "version": "0.19.6", + "version": "0.19.7", "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 27e00ae6..3360f0e2 100644 --- a/packages/kanao-schema/CHANGELOG.md +++ b/packages/kanao-schema/CHANGELOG.md @@ -1,5 +1,11 @@ # @nezuchan/kanao-schema +## 0.10.2 + +### Patch Changes + +- 87e6b83: amqp reconnect workaround + ## 0.10.1 ### Patch Changes diff --git a/packages/kanao-schema/package.json b/packages/kanao-schema/package.json index 47e921e6..b9c6e7a7 100644 --- a/packages/kanao-schema/package.json +++ b/packages/kanao-schema/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-schema", - "version": "0.10.1", + "version": "0.10.2", "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 93e1d0f1..1872f9ff 100644 --- a/plugins/fastify-plugin/CHANGELOG.md +++ b/plugins/fastify-plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.14.7 + +### Patch Changes + +- 87e6b83: amqp reconnect workaround +- Updated dependencies [87e6b83] + - @nezuchan/core@0.19.4 + - @nezuchan/framework@0.19.7 + ## 0.14.6 ### Patch Changes diff --git a/plugins/fastify-plugin/package.json b/plugins/fastify-plugin/package.json index 94fe66cf..99127816 100644 --- a/plugins/fastify-plugin/package.json +++ b/plugins/fastify-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/fastify-plugin", - "version": "0.14.6", + "version": "0.14.7", "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 3b548fc2..7b98c3ad 100644 --- a/services/kanao-cache/CHANGELOG.md +++ b/services/kanao-cache/CHANGELOG.md @@ -1,5 +1,13 @@ # @nezuchan/kanao-cache +## 2.1.4 + +### Patch Changes + +- 87e6b83: amqp reconnect workaround +- Updated dependencies [87e6b83] + - @nezuchan/kanao-schema@0.10.2 + ## 2.1.3 ### Patch Changes diff --git a/services/kanao-cache/package.json b/services/kanao-cache/package.json index 08b540f9..db78a9f2 100644 --- a/services/kanao-cache/package.json +++ b/services/kanao-cache/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-cache", - "version": "2.1.3", + "version": "2.1.4", "description": "A standalone caching service for kanao gateway.", "main": "dist/index.js", "scripts": { diff --git a/services/kanao-gateway/CHANGELOG.md b/services/kanao-gateway/CHANGELOG.md index 5f9760a6..3fe0ca4f 100644 --- a/services/kanao-gateway/CHANGELOG.md +++ b/services/kanao-gateway/CHANGELOG.md @@ -1,5 +1,11 @@ # @nezuchan/kanao-gateway +## 5.4.2 + +### Patch Changes + +- 87e6b83: amqp reconnect workaround + ## 5.4.1 ### Patch Changes diff --git a/services/kanao-gateway/package.json b/services/kanao-gateway/package.json index ea67d57d..5c5f7d41 100644 --- a/services/kanao-gateway/package.json +++ b/services/kanao-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-gateway", - "version": "5.4.1", + "version": "5.4.2", "description": "A standalone service for connecting to the Discord gateway.", "license": "GPL-3.0", "author": "KagChi",