From c8dd17432e1495e966fe22d0d8096c2c4514b778 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 20:22:58 +0700 Subject: [PATCH] chore: version packages (#434) Co-authored-by: github-actions[bot] --- .changeset/gentle-hotels-film.md | 7 ------- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/framework/CHANGELOG.md | 7 +++++++ packages/framework/package.json | 2 +- packages/kanao-schema/CHANGELOG.md | 6 ++++++ packages/kanao-schema/package.json | 2 +- plugins/fastify-plugin/CHANGELOG.md | 8 ++++++++ plugins/fastify-plugin/package.json | 2 +- services/kanao-cache/CHANGELOG.md | 8 ++++++++ services/kanao-cache/package.json | 2 +- 11 files changed, 42 insertions(+), 12 deletions(-) delete mode 100644 .changeset/gentle-hotels-film.md diff --git a/.changeset/gentle-hotels-film.md b/.changeset/gentle-hotels-film.md deleted file mode 100644 index 916fe057..00000000 --- a/.changeset/gentle-hotels-film.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@nezuchan/core": patch -"@nezuchan/kanao-schema": patch -"@nezuchan/kanao-cache": patch ---- - -Fix drizzle schema migrations not generated earlier diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ba2ff045..b8e0c249 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.19.1 + +### Patch Changes + +- 9ec3d02: Fix drizzle schema migrations not generated earlier +- Updated dependencies [9ec3d02] + - @nezuchan/kanao-schema@0.10.1 + ## 0.19.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5e99ae6f..55333eff 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/core", - "version": "0.19.0", + "version": "0.19.1", "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 e3a3f5f4..a487e29a 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.19.4 + +### Patch Changes + +- Updated dependencies [9ec3d02] + - @nezuchan/core@0.19.1 + ## 0.19.3 ### Patch Changes diff --git a/packages/framework/package.json b/packages/framework/package.json index 3175948a..0227bc69 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/framework", - "version": "0.19.3", + "version": "0.19.4", "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 5ee05870..27e00ae6 100644 --- a/packages/kanao-schema/CHANGELOG.md +++ b/packages/kanao-schema/CHANGELOG.md @@ -1,5 +1,11 @@ # @nezuchan/kanao-schema +## 0.10.1 + +### Patch Changes + +- 9ec3d02: Fix drizzle schema migrations not generated earlier + ## 0.10.0 ### Minor Changes diff --git a/packages/kanao-schema/package.json b/packages/kanao-schema/package.json index 0c84581b..1769c636 100644 --- a/packages/kanao-schema/package.json +++ b/packages/kanao-schema/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-schema", - "version": "0.10.0", + "version": "0.10.1", "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 e4f50a3b..50fd4dac 100644 --- a/plugins/fastify-plugin/CHANGELOG.md +++ b/plugins/fastify-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.14.4 + +### Patch Changes + +- Updated dependencies [9ec3d02] + - @nezuchan/core@0.19.1 + - @nezuchan/framework@0.19.4 + ## 0.14.3 ### Patch Changes diff --git a/plugins/fastify-plugin/package.json b/plugins/fastify-plugin/package.json index ce484bea..12118019 100644 --- a/plugins/fastify-plugin/package.json +++ b/plugins/fastify-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/fastify-plugin", - "version": "0.14.3", + "version": "0.14.4", "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 a466774f..cfe3a249 100644 --- a/services/kanao-cache/CHANGELOG.md +++ b/services/kanao-cache/CHANGELOG.md @@ -1,5 +1,13 @@ # @nezuchan/kanao-cache +## 2.1.1 + +### Patch Changes + +- 9ec3d02: Fix drizzle schema migrations not generated earlier +- Updated dependencies [9ec3d02] + - @nezuchan/kanao-schema@0.10.1 + ## 2.1.0 ### Minor Changes diff --git a/services/kanao-cache/package.json b/services/kanao-cache/package.json index 13876a18..a03b7371 100644 --- a/services/kanao-cache/package.json +++ b/services/kanao-cache/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-cache", - "version": "2.1.0", + "version": "2.1.1", "description": "A standalone caching service for kanao gateway.", "main": "dist/index.js", "scripts": {