Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @nezuchan/[email protected]
 - @nezuchan/[email protected]
 - @nezuchan/[email protected]
 - @nezuchan/[email protected]
  • Loading branch information
KagChi committed Sep 16, 2023
1 parent 12def06 commit 5019e9d
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 4 deletions.
11 changes: 11 additions & 0 deletions libs/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.17](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2023-09-16)


### Bug Fixes

* properly return channel name ([12def06](https://github.com/NezuChan/library/commit/12def06706821b90165dc2f3de5e29e64b35cada))





## [0.6.16](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2023-09-13)


Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/core",
"version": "0.6.16",
"version": "0.6.17",
"description": "A Core Low Level API for creating Discord bots using @nezuchan/nezu-gateway.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
8 changes: 8 additions & 0 deletions libs/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.19](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2023-09-16)

**Note:** Version bump only for package @nezuchan/framework





## [0.6.18](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2023-09-13)

**Note:** Version bump only for package @nezuchan/framework
Expand Down
2 changes: 1 addition & 1 deletion libs/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/framework",
"version": "0.6.18",
"version": "0.6.19",
"description": "A Commands framework for @nezuchan/nezu-gateway.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions plugins/fastify-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.5](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2023-09-16)


### Bug Fixes

* **deps:** update all non-major dependencies ([99f2e19](https://github.com/NezuChan/library/commit/99f2e196e4718ed1a590ee3c8231fde881b6cd32))
* **deps:** update dependency fastify to ^4.23.2 ([4779d0b](https://github.com/NezuChan/library/commit/4779d0b9bfdadffdbc10381ade9b036631f24ad8))





## [0.2.4](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2023-09-13)

**Note:** Version bump only for package @nezuchan/fastify-plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/fastify-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/fastify-plugin",
"version": "0.2.4",
"version": "0.2.5",
"description": "A Fastify API Plugins for NezuChan Framework",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions plugins/tasker-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.6](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2023-09-16)

**Note:** Version bump only for package @nezuchan/tasker-plugin





## [0.1.5](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2023-09-13)

**Note:** Version bump only for package @nezuchan/tasker-plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/tasker-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/tasker-plugin",
"version": "0.1.5",
"version": "0.1.6",
"description": "A Tasker Plugins for NezuChan Framework",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 5019e9d

Please sign in to comment.