Skip to content

Commit

Permalink
chore: Publish release
Browse files Browse the repository at this point in the history
 - @discord-nestjs/[email protected]
 - @discord-nestjs/[email protected]
 - @discord-nestjs/[email protected]
  • Loading branch information
fjodor-rybakov committed Jul 19, 2022
1 parent 84498de commit 458fed3
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 4 deletions.
17 changes: 17 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/[email protected]...@discord-nestjs/[email protected]) (2022-07-19)


### Features

* Add field type to option ([75680a0](https://github.com/fjodor-rybakov/discord-nestjs/commit/75680a020cbf180a7904679a85087a67d5e7ef9c))
* Update to discord v14 ([6fd5732](https://github.com/fjodor-rybakov/discord-nestjs/commit/6fd57322ab7882b8811551b88339cb4918207fa2))


### BREAKING CHANGES

* Drop support discord v13





## [3.4.2](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/[email protected]...@discord-nestjs/[email protected]) (2022-07-11)

**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": "3.4.2",
"version": "4.0.0",
"description": "Common module",
"author": "fjodor-rybakov",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"rxjs": "^7.*"
},
"devDependencies": {
"@discord-nestjs/core": "*",
"@discord-nestjs/core": "^4.0.0",
"@nestjs/common": "^9.0.4",
"@nestjs/core": "^9.0.4",
"discord.js": "^14.0.2",
Expand Down
20 changes: 20 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/[email protected]...@discord-nestjs/[email protected]) (2022-07-19)


### Features

* Add attachment type ([1727eea](https://github.com/fjodor-rybakov/discord-nestjs/commit/1727eeaab8af80f96bf7109951c85dbc6524599f))
* Add field type to option ([75680a0](https://github.com/fjodor-rybakov/discord-nestjs/commit/75680a020cbf180a7904679a85087a67d5e7ef9c))
* Add localization for sub command group ([5501035](https://github.com/fjodor-rybakov/discord-nestjs/commit/5501035e3d9f89a67c88446e633b42dde7e80834))
* Add new options for slash command params, optimise explore dto instance ([5002b0d](https://github.com/fjodor-rybakov/discord-nestjs/commit/5002b0d2e91790994b3a6b812f11139c948ad944))
* Update to discord v14 ([6fd5732](https://github.com/fjodor-rybakov/discord-nestjs/commit/6fd57322ab7882b8811551b88339cb4918207fa2))


### BREAKING CHANGES

* Drop support discord v13





# [3.6.0](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/[email protected]...@discord-nestjs/[email protected]) (2022-07-11)


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": "3.6.0",
"version": "4.0.0",
"description": "Core module",
"author": "fjodor-rybakov",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/[email protected]...@discord-nestjs/[email protected]) (2022-07-19)


### Features

* Update to discord v14 ([6fd5732](https://github.com/fjodor-rybakov/discord-nestjs/commit/6fd57322ab7882b8811551b88339cb4918207fa2))


### BREAKING CHANGES

* Drop support discord v13





## [0.1.7](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/[email protected]...@discord-nestjs/[email protected]) (2022-07-07)

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

0 comments on commit 458fed3

Please sign in to comment.