Skip to content

Commit

Permalink
chore: Publish release
Browse files Browse the repository at this point in the history
 - @discord-nestjs/common@5.3.1
 - @discord-nestjs/core@5.5.0
  • Loading branch information
fjodor-rybakov committed Dec 19, 2024
1 parent 36f1088 commit 7d29d8b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/common/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.

## [5.3.1](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/common@5.3.0...@discord-nestjs/common@5.3.1) (2024-12-19)

**Note:** Version bump only for package @discord-nestjs/common

# [5.3.0](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/common@5.2.12...@discord-nestjs/common@5.3.0) (2024-12-19)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord-nestjs/common",
"version": "5.3.0",
"version": "5.3.1",
"description": "Common module",
"author": "fjodor-rybakov",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"rxjs": "^7.*"
},
"devDependencies": {
"@discord-nestjs/core": "^5.4.0",
"@discord-nestjs/core": "^5.5.0",
"@nestjs/cli": "^10.4.9",
"@nestjs/common": "^10.4.15",
"@nestjs/core": "^10.4.15",
Expand Down
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.

# [5.5.0](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/core@5.4.0...@discord-nestjs/core@5.5.0) (2024-12-19)

### Features

- make only one listener for interact command ([1081751](https://github.com/fjodor-rybakov/discord-nestjs/commit/1081751c327e420f39540731f273fdad72505fd6))

# [5.4.0](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/core@5.3.14...@discord-nestjs/core@5.4.0) (2024-12-19)

### Features
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": "@discord-nestjs/core",
"version": "5.4.0",
"version": "5.5.0",
"description": "Core module",
"author": "fjodor-rybakov",
"license": "MIT",
Expand Down

0 comments on commit 7d29d8b

Please sign in to comment.