Skip to content

Commit

Permalink
chore: Publish release
Browse files Browse the repository at this point in the history
 - @discord-nestjs/common@5.2.1
 - @discord-nestjs/core@5.3.3
 - @discord-nestjs/schematics@0.4.3
  • Loading branch information
fjodor-rybakov committed Feb 28, 2023
1 parent 3705893 commit e85f1f0
Show file tree
Hide file tree
Showing 7 changed files with 22 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.

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.2.1](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/common@5.2.0...@discord-nestjs/common@5.2.1) (2023-02-28)

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

# [5.2.0](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/common@5.1.7...@discord-nestjs/common@5.2.0) (2023-02-24)

### 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.2.0",
"version": "5.2.1",
"description": "Common module",
"author": "fjodor-rybakov",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"rxjs": "^7.*"
},
"devDependencies": {
"@discord-nestjs/core": "^5.3.2",
"@discord-nestjs/core": "^5.3.3",
"@nestjs/common": "^9.3.9",
"@nestjs/core": "^9.3.9",
"discord.js": "^14.7.1",
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.3.3](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/core@5.3.2...@discord-nestjs/core@5.3.3) (2023-02-28)

### Bug Fixes

- Non exist getAllMethodNames from metadataScanner ([3705893](https://github.com/fjodor-rybakov/discord-nestjs/commit/3705893a629bccb314e5ca1601e4a3dfb672192f))

## [5.3.2](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/core@5.3.1...@discord-nestjs/core@5.3.2) (2023-02-24)

### Bug Fixes
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.2",
"version": "5.3.3",
"description": "Core module",
"author": "fjodor-rybakov",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/schematics/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.

## [0.4.3](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/schematics@0.4.2...@discord-nestjs/schematics@0.4.3) (2023-02-28)

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

## [0.4.2](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/schematics@0.4.1...@discord-nestjs/schematics@0.4.2) (2023-02-22)

**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.2",
"version": "0.4.3",
"description": "Schematics for discord-nestjs",
"author": "fjodor-rybakov",
"license": "MIT",
Expand Down

0 comments on commit e85f1f0

Please sign in to comment.