Skip to content

Commit

Permalink
chore: Publish release
Browse files Browse the repository at this point in the history
 - @discord-nestjs/common@5.3.0
 - @discord-nestjs/core@5.4.0
 - @discord-nestjs/schematics@0.5.0
  • Loading branch information
fjodor-rybakov committed Dec 19, 2024
1 parent c95ea29 commit e7661c6
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

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

- update dependencies ([c95ea29](https://github.com/fjodor-rybakov/discord-nestjs/commit/c95ea2965cc205445cf371590cc98da27f55892b))

## [5.2.12](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/common@5.2.11...@discord-nestjs/common@5.2.12) (2024-02-13)

**Note:** Version bump only for package @discord-nestjs/common
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.2.12",
"version": "5.3.0",
"description": "Common module",
"author": "fjodor-rybakov",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"rxjs": "^7.*"
},
"devDependencies": {
"@discord-nestjs/core": "^5.3.14",
"@discord-nestjs/core": "^5.4.0",
"@nestjs/cli": "^10.4.9",
"@nestjs/common": "^10.4.15",
"@nestjs/core": "^10.4.15",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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

- Ad await before reply ([938037a](https://github.com/fjodor-rybakov/discord-nestjs/commit/938037aae8fb671060b0b1d3d802d94e4e0dc2fb))
- update dependencies ([c95ea29](https://github.com/fjodor-rybakov/discord-nestjs/commit/c95ea2965cc205445cf371590cc98da27f55892b))

## [5.3.14](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/core@5.3.13...@discord-nestjs/core@5.3.14) (2024-02-13)

**Note:** Version bump only for package @discord-nestjs/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": "@discord-nestjs/core",
"version": "5.3.14",
"version": "5.4.0",
"description": "Core module",
"author": "fjodor-rybakov",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/schematics/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.

# [0.5.0](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/schematics@0.4.14...@discord-nestjs/schematics@0.5.0) (2024-12-19)

### Features

- update dependencies ([c95ea29](https://github.com/fjodor-rybakov/discord-nestjs/commit/c95ea2965cc205445cf371590cc98da27f55892b))

## [0.4.14](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/schematics@0.4.13...@discord-nestjs/schematics@0.4.14) (2024-02-13)

**Note:** Version bump only for package @discord-nestjs/schematics
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord-nestjs/schematics",
"version": "0.4.14",
"version": "0.5.0",
"description": "Schematics for discord-nestjs",
"author": "fjodor-rybakov",
"license": "MIT",
Expand Down

0 comments on commit e7661c6

Please sign in to comment.