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 (#403)
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 Mar 3, 2024
1 parent 85bf2e5 commit 70bfa45
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/cyan-ladybugs-shout.md

This file was deleted.

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

## 0.16.6

### Patch Changes

- 85bf2e5: drop relation stuff
- Updated dependencies [85bf2e5]
- @nezuchan/kanao-schema@0.7.3

## 0.16.5

### Patch 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.16.5",
"version": "0.16.6",
"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 packages/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.16.6

### Patch Changes

- 85bf2e5: drop relation stuff
- Updated dependencies [85bf2e5]
- @nezuchan/core@0.16.6

## 0.16.5

### Patch 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.16.5",
"version": "0.16.6",
"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.7.3

### Patch Changes

- 85bf2e5: drop relation stuff

## 0.7.2

### Patch 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.7.2",
"version": "0.7.3",
"description": "Cache schema for Kanao Gateway",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions plugins/fastify-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.11.6

### Patch Changes

- 85bf2e5: drop relation stuff
- Updated dependencies [85bf2e5]
- @nezuchan/core@0.16.6
- @nezuchan/framework@0.16.6

## 0.11.5

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

## 1.4.4

### Patch Changes

- Updated dependencies [85bf2e5]
- @nezuchan/kanao-schema@0.7.3

## 1.4.3

### Patch 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.4.3",
"version": "1.4.4",
"description": "A standalone caching service for kanao gateway.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 70bfa45

Please sign in to comment.