From 1fe68429a903eb4e5958047a5f50e0673e8d56cc Mon Sep 17 00:00:00 2001 From: Hazmi Alfarizqi Date: Mon, 1 Jan 2024 18:14:45 +0700 Subject: [PATCH] chore(release): publish - @nezuchan/core@0.7.2 - @nezuchan/framework@0.7.2 - @nezuchan/fastify-plugin@0.3.2 - @nezuchan/tasker-plugin@0.2.2 --- libs/core/CHANGELOG.md | 11 +++++++++++ libs/core/package.json | 2 +- libs/framework/CHANGELOG.md | 8 ++++++++ libs/framework/package.json | 2 +- plugins/fastify-plugin/CHANGELOG.md | 8 ++++++++ plugins/fastify-plugin/package.json | 2 +- plugins/tasker-plugin/CHANGELOG.md | 11 +++++++++++ plugins/tasker-plugin/package.json | 2 +- 8 files changed, 42 insertions(+), 4 deletions(-) diff --git a/libs/core/CHANGELOG.md b/libs/core/CHANGELOG.md index 5b01b42..e33a48f 100644 --- a/libs/core/CHANGELOG.md +++ b/libs/core/CHANGELOG.md @@ -3,6 +3,17 @@ 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/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)) + + + + + ## [0.7.1](https://github.com/NezuChan/library/compare/@nezuchan/core@0.7.0...@nezuchan/core@0.7.1) (2024-01-01) diff --git a/libs/core/package.json b/libs/core/package.json index 3661327..239f0f8 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/core", - "version": "0.7.1", + "version": "0.7.2", "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/libs/framework/CHANGELOG.md b/libs/framework/CHANGELOG.md index da39e56..90fe867 100644 --- a/libs/framework/CHANGELOG.md +++ b/libs/framework/CHANGELOG.md @@ -3,6 +3,14 @@ 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) + +**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 diff --git a/libs/framework/package.json b/libs/framework/package.json index 76e5789..58c044e 100644 --- a/libs/framework/package.json +++ b/libs/framework/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/framework", - "version": "0.7.1", + "version": "0.7.2", "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 d26a43d..9b3341a 100644 --- a/plugins/fastify-plugin/CHANGELOG.md +++ b/plugins/fastify-plugin/CHANGELOG.md @@ -3,6 +3,14 @@ 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) + +**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 diff --git a/plugins/fastify-plugin/package.json b/plugins/fastify-plugin/package.json index 767cace..4d9e413 100644 --- a/plugins/fastify-plugin/package.json +++ b/plugins/fastify-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/fastify-plugin", - "version": "0.3.1", + "version": "0.3.2", "description": "A Fastify API Plugins for NezuChan Framework", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/plugins/tasker-plugin/CHANGELOG.md b/plugins/tasker-plugin/CHANGELOG.md index 07ee0ef..71cb75f 100644 --- a/plugins/tasker-plugin/CHANGELOG.md +++ b/plugins/tasker-plugin/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.2](https://github.com/NezuChan/library/compare/@nezuchan/tasker-plugin@0.2.1...@nezuchan/tasker-plugin@0.2.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)) + + + + + ## [0.2.1](https://github.com/NezuChan/library/compare/@nezuchan/tasker-plugin@0.2.0...@nezuchan/tasker-plugin@0.2.1) (2024-01-01) **Note:** Version bump only for package @nezuchan/tasker-plugin diff --git a/plugins/tasker-plugin/package.json b/plugins/tasker-plugin/package.json index 7c1427c..f8f7e9a 100644 --- a/plugins/tasker-plugin/package.json +++ b/plugins/tasker-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/tasker-plugin", - "version": "0.2.1", + "version": "0.2.2", "description": "A Tasker Plugins for NezuChan Framework", "main": "./dist/index.js", "types": "./dist/index.d.ts",