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

Commit 66e4d42

Browse files
author
ZenShibata
committed
chore(release): publish
1 parent 0ef2258 commit 66e4d42

File tree

6 files changed

+47
-3
lines changed

6 files changed

+47
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.1.0](https://github.com/frutbits/sapphire-plugins/compare/v3.0.0...v3.1.0) (2022-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([c7f54b8](https://github.com/frutbits/sapphire-plugins/commit/c7f54b81e71e624fd9870d4de1e9c734dd3c2de3))
12+
* **deps:** update all non-major dependencies to ^8.1.0 ([cb1555d](https://github.com/frutbits/sapphire-plugins/commit/cb1555de292b756af33e33eec2c47a124d1a0359))
13+
14+
15+
### Features
16+
17+
* modal support ([0ef2258](https://github.com/frutbits/sapphire-plugins/commit/0ef22585c018f9694e06bb0daeb17126c7a1d535))
18+
19+
20+
21+
22+
623
# 3.0.0 (2022-06-15)
724

825

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "3.0.0",
5+
"version": "3.1.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/command-context/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.1.0](https://github.com/frutbits/sapphire-plugins/compare/v3.0.0...v3.1.0) (2022-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies ([c7f54b8](https://github.com/frutbits/sapphire-plugins/commit/c7f54b81e71e624fd9870d4de1e9c734dd3c2de3))
12+
13+
14+
### Features
15+
16+
* modal support ([0ef2258](https://github.com/frutbits/sapphire-plugins/commit/0ef22585c018f9694e06bb0daeb17126c7a1d535))
17+
18+
19+
20+
21+
622
# 3.0.0 (2022-06-15)
723

824

packages/command-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@frutbits/command-context",
33
"description": "Wrapping all sapphire commands (interaction, message) in one context",
44
"author": "FrutBits Indonesia <[email protected]>",
5-
"version": "3.0.0",
5+
"version": "3.1.0",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",
88
"exports": {

packages/pino-logger/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.1.0](https://github.com/frutbits/sapphire-plugins/compare/v3.0.0...v3.1.0) (2022-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update all non-major dependencies to ^8.1.0 ([cb1555d](https://github.com/frutbits/sapphire-plugins/commit/cb1555de292b756af33e33eec2c47a124d1a0359))
12+
13+
14+
15+
16+
617
# 3.0.0 (2022-06-15)
718

819

packages/pino-logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@frutbits/pino-logger",
33
"description": "Plugin for @sapphire/framework to have pino logger",
44
"author": "FrutBits Indonesia <[email protected]>",
5-
"version": "3.0.0",
5+
"version": "3.1.0",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",
88
"exports": {

0 commit comments

Comments
 (0)