This repository was archived by the owner on Jul 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +98
-37
lines changed
Expand file tree Collapse file tree 6 files changed +98
-37
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments