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

Commit a5a6e37

Browse files
Version Packages (#455)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7dc2853 commit a5a6e37

File tree

13 files changed

+51
-16
lines changed

13 files changed

+51
-16
lines changed

.changeset/chilled-balloons-joke.md

-10
This file was deleted.

packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.19.4
4+
5+
### Patch Changes
6+
7+
- 87e6b83: amqp reconnect workaround
8+
- Updated dependencies [87e6b83]
9+
- @nezuchan/kanao-schema@0.10.2
10+
311
## 0.19.3
412

513
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nezuchan/core",
3-
"version": "0.19.3",
3+
"version": "0.19.4",
44
"description": "A Core Low Level API for creating Discord bots using @nezuchan/nezu-gateway.",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

packages/framework/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.19.7
4+
5+
### Patch Changes
6+
7+
- 87e6b83: amqp reconnect workaround
8+
- Updated dependencies [87e6b83]
9+
- @nezuchan/core@0.19.4
10+
311
## 0.19.6
412

513
### Patch Changes

packages/framework/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nezuchan/framework",
3-
"version": "0.19.6",
3+
"version": "0.19.7",
44
"description": "A Commands framework for @nezuchan/nezu-gateway.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/kanao-schema/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nezuchan/kanao-schema
22

3+
## 0.10.2
4+
5+
### Patch Changes
6+
7+
- 87e6b83: amqp reconnect workaround
8+
39
## 0.10.1
410

511
### Patch Changes

packages/kanao-schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nezuchan/kanao-schema",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "Cache schema for Kanao Gateway",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

plugins/fastify-plugin/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 0.14.7
4+
5+
### Patch Changes
6+
7+
- 87e6b83: amqp reconnect workaround
8+
- Updated dependencies [87e6b83]
9+
- @nezuchan/core@0.19.4
10+
- @nezuchan/framework@0.19.7
11+
312
## 0.14.6
413

514
### Patch Changes

plugins/fastify-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nezuchan/fastify-plugin",
3-
"version": "0.14.6",
3+
"version": "0.14.7",
44
"description": "A Fastify API Plugins for NezuChan Framework",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

services/kanao-cache/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @nezuchan/kanao-cache
22

3+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- 87e6b83: amqp reconnect workaround
8+
- Updated dependencies [87e6b83]
9+
- @nezuchan/kanao-schema@0.10.2
10+
311
## 2.1.3
412

513
### Patch Changes

services/kanao-cache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nezuchan/kanao-cache",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "A standalone caching service for kanao gateway.",
55
"main": "dist/index.js",
66
"scripts": {

services/kanao-gateway/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nezuchan/kanao-gateway
22

3+
## 5.4.2
4+
5+
### Patch Changes
6+
7+
- 87e6b83: amqp reconnect workaround
8+
39
## 5.4.1
410

511
### Patch Changes

services/kanao-gateway/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nezuchan/kanao-gateway",
3-
"version": "5.4.1",
3+
"version": "5.4.2",
44
"description": "A standalone service for connecting to the Discord gateway.",
55
"license": "GPL-3.0",
66
"author": "KagChi",

0 commit comments

Comments
 (0)