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 Oct 18, 2022
1 parent b60d504 commit aa41fd9
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.1](https://github.com/frutbits/sapphire-plugins/compare/v3.2.0...v3.2.1) (2022-10-18)


### Bug Fixes

* **command-context:** add types ([b60d504](https://github.com/frutbits/sapphire-plugins/commit/b60d5047d962b8e0abc26d71ca468793809362d1))
* **deps:** update dependency @sapphire/utilities to ^3.11.0 ([9ce2d35](https://github.com/frutbits/sapphire-plugins/commit/9ce2d35b77e1746b44cf1c9547b1f7ac06d92271))
* **deps:** update dependency @sapphire/utilities to ^3.9.3 ([3d85cb1](https://github.com/frutbits/sapphire-plugins/commit/3d85cb1768739192d13cbabc1cf43e732e42d07b))
* **deps:** update dependency discord.js to ^13.11.0 ([ca7e081](https://github.com/frutbits/sapphire-plugins/commit/ca7e081473cb6deacec9a0abe0da1e5c758e42fa))
* **deps:** update dependency pino to ^8.5.0 ([66ec4f8](https://github.com/frutbits/sapphire-plugins/commit/66ec4f8b67af75e7cc34d910ac3e1824d4a8bf99))





# [3.2.0](https://github.com/frutbits/sapphire-plugins/compare/v3.1.0...v3.2.0) (2022-08-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.2.0",
"version": "3.2.1",
"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.1](https://github.com/frutbits/sapphire-plugins/compare/v3.2.0...v3.2.1) (2022-10-18)


### Bug Fixes

* **command-context:** add types ([b60d504](https://github.com/frutbits/sapphire-plugins/commit/b60d5047d962b8e0abc26d71ca468793809362d1))
* **deps:** update dependency @sapphire/utilities to ^3.11.0 ([9ce2d35](https://github.com/frutbits/sapphire-plugins/commit/9ce2d35b77e1746b44cf1c9547b1f7ac06d92271))
* **deps:** update dependency @sapphire/utilities to ^3.9.3 ([3d85cb1](https://github.com/frutbits/sapphire-plugins/commit/3d85cb1768739192d13cbabc1cf43e732e42d07b))
* **deps:** update dependency discord.js to ^13.11.0 ([ca7e081](https://github.com/frutbits/sapphire-plugins/commit/ca7e081473cb6deacec9a0abe0da1e5c758e42fa))





# [3.2.0](https://github.com/frutbits/sapphire-plugins/compare/v3.1.0...v3.2.0) (2022-08-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.2.0",
"version": "3.2.1",
"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
12 changes: 12 additions & 0 deletions packages/pino-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.1](https://github.com/frutbits/sapphire-plugins/compare/v3.2.0...v3.2.1) (2022-10-18)


### Bug Fixes

* **deps:** update dependency discord.js to ^13.11.0 ([ca7e081](https://github.com/frutbits/sapphire-plugins/commit/ca7e081473cb6deacec9a0abe0da1e5c758e42fa))
* **deps:** update dependency pino to ^8.5.0 ([66ec4f8](https://github.com/frutbits/sapphire-plugins/commit/66ec4f8b67af75e7cc34d910ac3e1824d4a8bf99))





# [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
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.2.0",
"version": "3.2.1",
"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 aa41fd9

Please sign in to comment.