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

Commit

Permalink
chore: Version Packages (#427)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 1, 2024
1 parent 5823f1e commit 8ed69d9
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/moody-suns-drum.md

This file was deleted.

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

## 0.18.0

### Minor Changes

- 5823f1e: Use Postgres Indexes for frequent column queries and Use Postgres Proxy for client querying instead

### Patch Changes

- Updated dependencies [5823f1e]
- @nezuchan/kanao-schema@0.9.0

## 0.17.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.17.0",
"version": "0.18.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.18.0

### Minor Changes

- 5823f1e: Use Postgres Indexes for frequent column queries and Use Postgres Proxy for client querying instead

### Patch Changes

- Updated dependencies [5823f1e]
- @nezuchan/core@0.18.0

## 0.17.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.17.0",
"version": "0.18.0",
"description": "A Commands framework for @nezuchan/nezu-gateway.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/kanao-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nezuchan/kanao-schema

## 0.9.0

### Minor Changes

- 5823f1e: Use Postgres Indexes for frequent column queries and Use Postgres Proxy for client querying instead

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kanao-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/kanao-schema",
"version": "0.8.0",
"version": "0.9.0",
"description": "Cache schema for Kanao Gateway",
"main": "./dist/index.js",
"module": "./dist/index.js",
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.13.0

### Minor Changes

- 5823f1e: Use Postgres Indexes for frequent column queries and Use Postgres Proxy for client querying instead

### Patch Changes

- Updated dependencies [5823f1e]
- @nezuchan/core@0.18.0
- @nezuchan/framework@0.18.0

## 0.12.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.12.0",
"version": "0.13.0",
"description": "A Fastify API Plugins for NezuChan Framework",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions services/kanao-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nezuchan/kanao-cache

## 2.0.0

### Major Changes

- 5823f1e: Use Postgres Indexes for frequent column queries and Use Postgres Proxy for client querying instead

### Patch Changes

- Updated dependencies [5823f1e]
- @nezuchan/kanao-schema@0.9.0

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion services/kanao-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/kanao-cache",
"version": "1.5.0",
"version": "2.0.0",
"description": "A standalone caching service for kanao gateway.",
"main": "dist/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions services/kanao-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nezuchan/kanao-gateway

## 5.3.0

### Minor Changes

- 5823f1e: Use Postgres Indexes for frequent column queries and Use Postgres Proxy for client querying instead

## 5.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion services/kanao-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nezuchan/kanao-gateway",
"version": "5.2.0",
"version": "5.3.0",
"description": "A standalone service for connecting to the Discord gateway.",
"license": "GPL-3.0",
"author": "KagChi",
Expand Down

0 comments on commit 8ed69d9

Please sign in to comment.