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

Commit

Permalink
Version Packages (#384)
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 Feb 23, 2024
1 parent 3224a69 commit 2db0be3
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/nervous-snails-fix.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sharp-tables-nail.md

This file was deleted.

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

## 0.16.2

### Patch Changes

- 22df4b3: Don't assert durable queue
- 3224a69: don't prefetch

## 0.16.1

### 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.1",
"version": "0.16.2",
"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
10 changes: 10 additions & 0 deletions packages/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.16.2

### Patch Changes

- 22df4b3: Don't assert durable queue
- 3224a69: don't prefetch
- Updated dependencies [22df4b3]
- Updated dependencies [3224a69]
- @nezuchan/core@0.16.2

## 0.16.1

### 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.1",
"version": "0.16.2",
"description": "A Commands framework for @nezuchan/nezu-gateway.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions plugins/fastify-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.11.2

### Patch Changes

- 22df4b3: Don't assert durable queue
- 3224a69: don't prefetch
- Updated dependencies [22df4b3]
- Updated dependencies [3224a69]
- @nezuchan/core@0.16.2
- @nezuchan/framework@0.16.2

## 0.11.1

### 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.1",
"version": "0.11.2",
"description": "A Fastify API Plugins for NezuChan Framework",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 2db0be3

Please sign in to comment.