Skip to content

Commit

Permalink
chore(release): publish
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 18, 2023
1 parent ba8215e commit a1c1b75
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.4 (2023-12-18)

**Note:** Version bump only for package @nyx-discord/core

## 1.0.3 (2023-12-18)

**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.3",
"version": "1.0.4",
"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
4 changes: 4 additions & 0 deletions packages/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.5 (2023-12-18)

**Note:** Version bump only for package @nyx-discord/framework

## 1.0.4 (2023-12-18)

**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.4",
"version": "1.0.5",
"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.3",
"@nyx-discord/core": "^1.0.4",
"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 a1c1b75

Please sign in to comment.