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 13, 2023
1 parent 8d1d8d2 commit 290445e
Show file tree
Hide file tree
Showing 8 changed files with 39 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.16](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2023-09-13)


### Bug Fixes

* properly sort roles based on position ([8d1d8d2](https://github.com/NezuChan/library/commit/8d1d8d273885ac9d16510a7308563da7811f81da))





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

**Note:** Version bump only for package @nezuchan/core
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.15",
"version": "0.6.16",
"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.18](https://github.com/NezuChan/library/compare/@nezuchan/[email protected]...@nezuchan/[email protected]) (2023-09-13)

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





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


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.17",
"version": "0.6.18",
"description": "A Commands framework for @nezuchan/nezu-gateway.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions plugins/fastify-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.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





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

**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.3",
"version": "0.2.4",
"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.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





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

**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.4",
"version": "0.1.5",
"description": "A Tasker Plugins for NezuChan Framework",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 290445e

Please sign in to comment.