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

Commit f7f752f

Browse files
author
ZenShibata
committed
chore(release): publish
1 parent ce40c94 commit f7f752f

File tree

6 files changed

+98
-37
lines changed

6 files changed

+98
-37
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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+
# [4.0.0](https://github.com/frutbits/sapphire-plugins/compare/v3.3.0...v4.0.0) (2023-07-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **ci:** use pnpm ([0016ea4](https://github.com/frutbits/sapphire-plugins/commit/0016ea49afb6c6fb96564243fa780558f28eef3e))
12+
* **deps:** update dependency @sapphire/utilities to ^3.11.2 ([d737b94](https://github.com/frutbits/sapphire-plugins/commit/d737b94adf860245b87f8807feb87ee095e362f9))
13+
* **deps:** update dependency pino to ^8.10.0 ([3daf00c](https://github.com/frutbits/sapphire-plugins/commit/3daf00c52e123bf972c924b36160977903c38ed7))
14+
* **deps:** update dependency pino to ^8.9.0 ([d8a6cb5](https://github.com/frutbits/sapphire-plugins/commit/d8a6cb5367214af658b1d9c56ea8ec7a44bddd4a))
15+
* **deps:** update sapphire dependencies ([da6bbb7](https://github.com/frutbits/sapphire-plugins/commit/da6bbb776f7681c018a86f841a3a8cc285f5efc2))
16+
* extends eslint tsconfig ([1b3b25e](https://github.com/frutbits/sapphire-plugins/commit/1b3b25e04fcd229b5e2b680c2f98f06858a38c25))
17+
* import tslib ([cbd0359](https://github.com/frutbits/sapphire-plugins/commit/cbd03594179a3a1f1ebd1b9c17504f55302a08ea))
18+
* **lerna:** remove useWorkspaces ([ce40c94](https://github.com/frutbits/sapphire-plugins/commit/ce40c94769b9ca9597d665fd35dea5f6398d3fc2))
19+
20+
21+
### Features
22+
23+
* update all deps to latest version ([bc558ec](https://github.com/frutbits/sapphire-plugins/commit/bc558ec428dbb1dc719ff2c5cc506217c3845734))
24+
25+
26+
27+
28+
629
# [3.3.0](https://github.com/frutbits/sapphire-plugins/compare/v3.2.1...v3.3.0) (2023-02-04)
730

831

lerna.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
5-
"version": "3.3.0",
6-
"npmClient": "pnpm",
7-
"command": {
8-
"publish": {
9-
"conventionalCommits": true,
10-
"push": true,
11-
"ignoreChanges": [
12-
"**/tests/**"
13-
],
14-
"registry": "https://registry.npmjs.org/"
15-
},
16-
"version": {
17-
"allowBranch": "main",
18-
"conventionalCommits": true,
19-
"push": true,
20-
"createRelease": "github",
21-
"message": "chore(release): publish"
22-
},
23-
"create": {
24-
"license": "AGPL-3.0",
25-
"keywords": [
26-
"plugin",
27-
"bot",
28-
"typescript",
29-
"ts",
30-
"yarn",
31-
"discord",
32-
"sapphire"
33-
]
34-
}
35-
}
36-
}
2+
"packages": [
3+
"packages/*"
4+
],
5+
"version": "4.0.0",
6+
"npmClient": "pnpm",
7+
"command": {
8+
"publish": {
9+
"conventionalCommits": true,
10+
"push": true,
11+
"ignoreChanges": [
12+
"**/tests/**"
13+
],
14+
"registry": "https://registry.npmjs.org/"
15+
},
16+
"version": {
17+
"allowBranch": "main",
18+
"conventionalCommits": true,
19+
"push": true,
20+
"createRelease": "github",
21+
"message": "chore(release): publish"
22+
},
23+
"create": {
24+
"license": "AGPL-3.0",
25+
"keywords": [
26+
"plugin",
27+
"bot",
28+
"typescript",
29+
"ts",
30+
"yarn",
31+
"discord",
32+
"sapphire"
33+
]
34+
}
35+
}
36+
}

packages/command-context/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
# [4.0.0](https://github.com/frutbits/sapphire-plugins/compare/v3.3.0...v4.0.0) (2023-07-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @sapphire/utilities to ^3.11.2 ([d737b94](https://github.com/frutbits/sapphire-plugins/commit/d737b94adf860245b87f8807feb87ee095e362f9))
12+
* **deps:** update sapphire dependencies ([da6bbb7](https://github.com/frutbits/sapphire-plugins/commit/da6bbb776f7681c018a86f841a3a8cc285f5efc2))
13+
* extends eslint tsconfig ([1b3b25e](https://github.com/frutbits/sapphire-plugins/commit/1b3b25e04fcd229b5e2b680c2f98f06858a38c25))
14+
* import tslib ([cbd0359](https://github.com/frutbits/sapphire-plugins/commit/cbd03594179a3a1f1ebd1b9c17504f55302a08ea))
15+
16+
17+
### Features
18+
19+
* update all deps to latest version ([bc558ec](https://github.com/frutbits/sapphire-plugins/commit/bc558ec428dbb1dc719ff2c5cc506217c3845734))
20+
21+
22+
23+
24+
625
# [3.3.0](https://github.com/frutbits/sapphire-plugins/compare/v3.2.1...v3.3.0) (2023-02-04)
726

827

packages/command-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frutbits/command-context",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"description": "Wrapping all sapphire commands (interaction, message) in one context",
55
"homepage": "https://github.com/frutbits/sapphire-plugins/tree/main/packages/command-context",
66
"bugs": {

packages/pino-logger/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
# [4.0.0](https://github.com/frutbits/sapphire-plugins/compare/v3.3.0...v4.0.0) (2023-07-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency pino to ^8.10.0 ([3daf00c](https://github.com/frutbits/sapphire-plugins/commit/3daf00c52e123bf972c924b36160977903c38ed7))
12+
* **deps:** update dependency pino to ^8.9.0 ([d8a6cb5](https://github.com/frutbits/sapphire-plugins/commit/d8a6cb5367214af658b1d9c56ea8ec7a44bddd4a))
13+
* extends eslint tsconfig ([1b3b25e](https://github.com/frutbits/sapphire-plugins/commit/1b3b25e04fcd229b5e2b680c2f98f06858a38c25))
14+
* import tslib ([cbd0359](https://github.com/frutbits/sapphire-plugins/commit/cbd03594179a3a1f1ebd1b9c17504f55302a08ea))
15+
16+
17+
### Features
18+
19+
* update all deps to latest version ([bc558ec](https://github.com/frutbits/sapphire-plugins/commit/bc558ec428dbb1dc719ff2c5cc506217c3845734))
20+
21+
22+
23+
24+
625
# [3.3.0](https://github.com/frutbits/sapphire-plugins/compare/v3.2.1...v3.3.0) (2023-02-04)
726

827

packages/pino-logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frutbits/pino-logger",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"description": "Plugin for @sapphire/framework to have pino logger",
55
"homepage": "https://github.com/frutbits/sapphire-plugins/tree/main/packages/pino-logger",
66
"bugs": {

0 commit comments

Comments
 (0)