Skip to content
This repository was 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
 - @frutbits/[email protected]
 - @frutbits/[email protected]
  • Loading branch information
ZenShibata committed Jun 13, 2022
1 parent f8620eb commit 4d28d1b
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
28 changes: 28 additions & 0 deletions packages/command-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.4 (2022-06-13)


### Bug Fixes

* **BaseCommandContext:** not a getter ([52b1ddc](https://github.com/frutbits/sapphire-plugins/commit/52b1ddc4ec9733cd416e4b60352c60d0971d16af))
* **CommandContext:** cast types ([202cfe1](https://github.com/frutbits/sapphire-plugins/commit/202cfe1112e3181627ebf631c6a6fba96169c000))
* could not reply on context menu ([75d0167](https://github.com/frutbits/sapphire-plugins/commit/75d01678726a29626a167270b2b518e9cafb7e46))
* **deps:** move @sapphire/framework to root ([f8620eb](https://github.com/frutbits/sapphire-plugins/commit/f8620ebcd0e9130d03793cc3adaf07df4f246aaf))
* it is not abstract function ([7ad3cb3](https://github.com/frutbits/sapphire-plugins/commit/7ad3cb3d48771ea88e296755e2479f39164375be))
* remove guildIds ([8a5bcab](https://github.com/frutbits/sapphire-plugins/commit/8a5bcab041f06b9cd6b4e28d9b47bb232ffc59cb))
* **tsconfig:** don't extend from base ([d545cd2](https://github.com/frutbits/sapphire-plugins/commit/d545cd220da783a818dbe0b798d4dc716ad5fb98))


### Features

* add command-context package ([#4](https://github.com/frutbits/sapphire-plugins/issues/4)) ([931e46a](https://github.com/frutbits/sapphire-plugins/commit/931e46ac1cf173bca38f2bb576f3420be6acc0f6))
* add ContextPrecondition example ([c4f836b](https://github.com/frutbits/sapphire-plugins/commit/c4f836b1114ced2dac860709421667579bfaf650))
* add example to command-context readme ([17033c9](https://github.com/frutbits/sapphire-plugins/commit/17033c9a46e639ea547a2bee0149ab514ced3ec9))
* initialize monorepo ([e74dda5](https://github.com/frutbits/sapphire-plugins/commit/e74dda5ac2ba2af7f62eb4af0e84486b291a6d88))
* optimize command context ([#7](https://github.com/frutbits/sapphire-plugins/issues/7)) ([d0883fd](https://github.com/frutbits/sapphire-plugins/commit/d0883fd9f9a3588f84062f3ccb0715badd531be0))
* **tsconfig:** extend from base ([4fb9232](https://github.com/frutbits/sapphire-plugins/commit/4fb9232b7c5dd11044da9ae5199385a06da6dd5b))
* use rollup for bundling ([de7e6b2](https://github.com/frutbits/sapphire-plugins/commit/de7e6b2e7c1590a1e29ab7a246fc8188f069401f))
2 changes: 1 addition & 1 deletion packages/command-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@frutbits/command-context",
"description": "Wrapping all sapphire commands (interaction, message) in one context",
"author": "FrutBits Indonesia <[email protected]>",
"version": "1.1.3",
"version": "1.1.4",
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
Expand Down
19 changes: 19 additions & 0 deletions packages/pino-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.5 (2022-06-13)


### Bug Fixes

* **deps:** move @sapphire/framework to root ([f8620eb](https://github.com/frutbits/sapphire-plugins/commit/f8620ebcd0e9130d03793cc3adaf07df4f246aaf))
* **deps:** update dependency pino to v8 ([#24](https://github.com/frutbits/sapphire-plugins/issues/24)) ([ab7975c](https://github.com/frutbits/sapphire-plugins/commit/ab7975c7ee76a5e9cd038fdb555e1bba5a24807b))
* properly export register ([47049ec](https://github.com/frutbits/sapphire-plugins/commit/47049ec85a851baec4fa7e57c35fa0b18695cf86))


### Features

* add pino-logger package ([#14](https://github.com/frutbits/sapphire-plugins/issues/14)) ([1d86c35](https://github.com/frutbits/sapphire-plugins/commit/1d86c3540031c786b2e2ba80a20f0701f4d2523e))
* update link to pino options ([6c704d3](https://github.com/frutbits/sapphire-plugins/commit/6c704d3f6d4094d1818359820871ba7b29971249))
2 changes: 1 addition & 1 deletion packages/pino-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@frutbits/pino-logger",
"description": "Plugin for @sapphire/framework to have pino logger",
"author": "FrutBits Indonesia <[email protected]>",
"version": "1.0.4",
"version": "1.0.5",
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
Expand Down

0 comments on commit 4d28d1b

Please sign in to comment.