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

Commit

Permalink
Merge branch 'main' of github.com:NezuChan/nezu-gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Feb 21, 2024
2 parents f54259b + 8ccdb2d commit fc02e07
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/wicked-icons-tell.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.12.0

### Minor Changes

- f3f75dd: replace postgres.js to node-postgres

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/core",
"version": "0.11.0",
"version": "0.12.0",
"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
11 changes: 11 additions & 0 deletions packages/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.12.0

### Minor Changes

- f3f75dd: replace postgres.js to node-postgres

### Patch Changes

- Updated dependencies [f3f75dd]
- @nezuchan/core@0.12.0

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/framework",
"version": "0.11.0",
"version": "0.12.0",
"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
@@ -1,5 +1,17 @@
# Change Log

## 0.8.0

### Minor Changes

- f3f75dd: replace postgres.js to node-postgres

### Patch Changes

- Updated dependencies [f3f75dd]
- @nezuchan/core@0.12.0
- @nezuchan/framework@0.12.0

## 0.7.0

### Minor Changes
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.7.0",
"version": "0.8.0",
"description": "A Fastify API Plugins for NezuChan Framework",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/kanao-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"bufferutil": "^4.0.8",
"discord-api-types": "^0.37.70",
"dockerode": "^4.0.2",
"dotenv": "^16.4.4",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.29.3",
"gradient-string": "^2.0.2",
"pg": "^8.11.3",
Expand Down

0 comments on commit fc02e07

Please sign in to comment.