From e6cd5b83a124e9355a181095576142fab015671e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 19:45:29 +0700 Subject: [PATCH] chore: version packages (#433) Co-authored-by: github-actions[bot] --- .changeset/thin-masks-hear.md | 5 ----- packages/framework/CHANGELOG.md | 6 ++++++ packages/framework/package.json | 2 +- plugins/fastify-plugin/CHANGELOG.md | 7 +++++++ plugins/fastify-plugin/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/thin-masks-hear.md diff --git a/.changeset/thin-masks-hear.md b/.changeset/thin-masks-hear.md deleted file mode 100644 index 0bc743a0..00000000 --- a/.changeset/thin-masks-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nezuchan/framework": patch ---- - -fix imports in CommandStore diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index aa0ae74f..e3a3f5f4 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.19.3 + +### Patch Changes + +- e21139d: fix imports in CommandStore + ## 0.19.2 ### Patch Changes diff --git a/packages/framework/package.json b/packages/framework/package.json index ac72b86b..3175948a 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/framework", - "version": "0.19.2", + "version": "0.19.3", "description": "A Commands framework for @nezuchan/nezu-gateway.", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/plugins/fastify-plugin/CHANGELOG.md b/plugins/fastify-plugin/CHANGELOG.md index c8df6c20..e4f50a3b 100644 --- a/plugins/fastify-plugin/CHANGELOG.md +++ b/plugins/fastify-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.14.3 + +### Patch Changes + +- Updated dependencies [e21139d] + - @nezuchan/framework@0.19.3 + ## 0.14.2 ### Patch Changes diff --git a/plugins/fastify-plugin/package.json b/plugins/fastify-plugin/package.json index a608e2d2..ce484bea 100644 --- a/plugins/fastify-plugin/package.json +++ b/plugins/fastify-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/fastify-plugin", - "version": "0.14.2", + "version": "0.14.3", "description": "A Fastify API Plugins for NezuChan Framework", "main": "./dist/index.js", "types": "./dist/index.d.ts",