Skip to content

Commit

Permalink
chore(release): minor version
Browse files Browse the repository at this point in the history
 - @nyx-discord/[email protected]
 - @nyx-discord/[email protected]
  • Loading branch information
Amgelo563 committed Dec 19, 2023
1 parent c3d1d93 commit d5ef753
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2023-12-19)

### Bug Fixes

- make DefaultCommandCustomIdCodec serialize using CommandCustomIdBuilder ([c3d1d93](https://github.com/nyx-discord/nyx/commit/c3d1d937447dff99bbbbcc5fe7415fbb2383f5bb))

## 1.0.11 (2023-12-19)

**Note:** Version bump only for package @nyx-discord/core
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": "@nyx-discord/core",
"version": "1.0.11",
"version": "1.1.0",
"description": "The core of nyx. Contains the object interfaces and contracts that make up the framework.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2023-12-19)

### Bug Fixes

- make DefaultCommandCustomIdCodec serialize using CommandCustomIdBuilder ([c3d1d93](https://github.com/nyx-discord/nyx/commit/c3d1d937447dff99bbbbcc5fe7415fbb2383f5bb))

## 1.0.12 (2023-12-19)

**Note:** Version bump only for package @nyx-discord/framework
Expand Down
4 changes: 2 additions & 2 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nyx-discord/framework",
"version": "1.0.12",
"version": "1.1.0",
"description": "The default implementation of nyx framework.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@discordjs/collection": "1.5.3",
"@isaacs/ttlcache": "1.4.1",
"@nyx-discord/core": "^1.0.11",
"@nyx-discord/core": "^1.1.0",
"cron": "3.0.0"
}
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit d5ef753

Please sign in to comment.