Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenShibata committed Aug 27, 2022
1 parent 67a3060 commit e98727e
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/frutbits/sapphire-plugins/compare/v3.1.0...v3.2.0) (2022-08-27)


### Bug Fixes

* **deps:** update dependency @sapphire/decorators to ^4.3.8 ([70c6abd](https://github.com/frutbits/sapphire-plugins/commit/70c6abd69bdf644a49693ca86aca24354a571358))
* **deps:** update dependency @sapphire/utilities to ^3.7.0 ([efc0947](https://github.com/frutbits/sapphire-plugins/commit/efc0947407ef8421a071faf5565f7c452309714c))
* ref to discord-api-types ([67a3060](https://github.com/frutbits/sapphire-plugins/commit/67a30603190116ef13114a91b1491314e64a38d1))
* ref to discord-api-types ([5a59222](https://github.com/frutbits/sapphire-plugins/commit/5a59222bbd7db6b7cdc4ad5921e8a334d299a296))





# [3.1.0](https://github.com/frutbits/sapphire-plugins/compare/v3.0.0...v3.1.0) (2022-06-27)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.1.0",
"version": "3.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
14 changes: 14 additions & 0 deletions packages/command-context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/frutbits/sapphire-plugins/compare/v3.1.0...v3.2.0) (2022-08-27)


### Bug Fixes

* **deps:** update dependency @sapphire/decorators to ^4.3.8 ([70c6abd](https://github.com/frutbits/sapphire-plugins/commit/70c6abd69bdf644a49693ca86aca24354a571358))
* **deps:** update dependency @sapphire/utilities to ^3.7.0 ([efc0947](https://github.com/frutbits/sapphire-plugins/commit/efc0947407ef8421a071faf5565f7c452309714c))
* ref to discord-api-types ([67a3060](https://github.com/frutbits/sapphire-plugins/commit/67a30603190116ef13114a91b1491314e64a38d1))
* ref to discord-api-types ([5a59222](https://github.com/frutbits/sapphire-plugins/commit/5a59222bbd7db6b7cdc4ad5921e8a334d299a296))





# [3.1.0](https://github.com/frutbits/sapphire-plugins/compare/v3.0.0...v3.1.0) (2022-06-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/command-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frutbits/command-context",
"version": "3.1.0",
"version": "3.2.0",
"description": "Wrapping all sapphire commands (interaction, message) in one context",
"homepage": "https://github.com/frutbits/sapphire-plugins/tree/main/packages/command-context",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/pino-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/frutbits/sapphire-plugins/compare/v3.1.0...v3.2.0) (2022-08-27)

**Note:** Version bump only for package @frutbits/pino-logger





# [3.1.0](https://github.com/frutbits/sapphire-plugins/compare/v3.0.0...v3.1.0) (2022-06-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/pino-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frutbits/pino-logger",
"version": "3.1.0",
"version": "3.2.0",
"description": "Plugin for @sapphire/framework to have pino logger",
"homepage": "https://github.com/frutbits/sapphire-plugins/tree/main/packages/pino-logger",
"bugs": {
Expand Down

0 comments on commit e98727e

Please sign in to comment.