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 Feb 4, 2023
1 parent d37c84c commit d0799fa
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 5 deletions.
20 changes: 20 additions & 0 deletions 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.

# [3.3.0](https://github.com/frutbits/sapphire-plugins/compare/v3.2.1...v3.3.0) (2023-02-04)


### Bug Fixes

* **deps:** fix vulnerability ([df2fa91](https://github.com/frutbits/sapphire-plugins/commit/df2fa91348a11c601203608e85c67a409f0059f1))
* **deps:** update dependency @sapphire/decorators to v6 ([#90](https://github.com/frutbits/sapphire-plugins/issues/90)) ([f9a21d7](https://github.com/frutbits/sapphire-plugins/commit/f9a21d79211fa6987c7b0b82072af26abb625ac0))
* **pino-logger:** install discord.js v14 ([359e92a](https://github.com/frutbits/sapphire-plugins/commit/359e92a22b7776f67027375df0a4d2827e040be6))
* **rollup:** rollup.bundle.ts -> rollup.bundle.mjs ([d37c84c](https://github.com/frutbits/sapphire-plugins/commit/d37c84c00487dae088f472a926d3f066912aff7d))


### Features

* **command-context:** move @sapphire/framework to dependencies ([6ae4ad3](https://github.com/frutbits/sapphire-plugins/commit/6ae4ad3ac2e8f1a20658d4d2965ffa4711eeec9b))
* **pino-logger:** remove discord.js dependency ([f212a8d](https://github.com/frutbits/sapphire-plugins/commit/f212a8d082472595cb3f9489d004e356e0b6f3da))





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


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.1",
"version": "3.3.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
17 changes: 17 additions & 0 deletions packages/command-context/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.

# [3.3.0](https://github.com/frutbits/sapphire-plugins/compare/v3.2.1...v3.3.0) (2023-02-04)


### Bug Fixes

* **deps:** update dependency @sapphire/decorators to v6 ([#90](https://github.com/frutbits/sapphire-plugins/issues/90)) ([f9a21d7](https://github.com/frutbits/sapphire-plugins/commit/f9a21d79211fa6987c7b0b82072af26abb625ac0))
* **rollup:** rollup.bundle.ts -> rollup.bundle.mjs ([d37c84c](https://github.com/frutbits/sapphire-plugins/commit/d37c84c00487dae088f472a926d3f066912aff7d))


### Features

* **command-context:** move @sapphire/framework to dependencies ([6ae4ad3](https://github.com/frutbits/sapphire-plugins/commit/6ae4ad3ac2e8f1a20658d4d2965ffa4711eeec9b))





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


Expand Down
6 changes: 3 additions & 3 deletions 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.1",
"version": "3.3.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 Expand Up @@ -50,9 +50,9 @@
},
"dependencies": {
"@sapphire/decorators": "^6.0.0",
"@sapphire/framework": "^3.2.0",
"@sapphire/utilities": "^3.11.0",
"discord.js": "^13.12.0",
"@sapphire/framework": "^3.2.0"
"discord.js": "^13.12.0"
},
"devDependencies": {
"@hazmi35/eslint-config": "^8.7.1",
Expand Down
17 changes: 17 additions & 0 deletions packages/pino-logger/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.

# [3.3.0](https://github.com/frutbits/sapphire-plugins/compare/v3.2.1...v3.3.0) (2023-02-04)


### Bug Fixes

* **pino-logger:** install discord.js v14 ([359e92a](https://github.com/frutbits/sapphire-plugins/commit/359e92a22b7776f67027375df0a4d2827e040be6))
* **rollup:** rollup.bundle.ts -> rollup.bundle.mjs ([d37c84c](https://github.com/frutbits/sapphire-plugins/commit/d37c84c00487dae088f472a926d3f066912aff7d))


### Features

* **pino-logger:** remove discord.js dependency ([f212a8d](https://github.com/frutbits/sapphire-plugins/commit/f212a8d082472595cb3f9489d004e356e0b6f3da))





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


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.1",
"version": "3.3.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 d0799fa

Please sign in to comment.