File tree Expand file tree Collapse file tree 38 files changed +236
-50
lines changed Expand file tree Collapse file tree 38 files changed +236
-50
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.20.0] ( https://github.com/Exeteres/Replikit/compare/v0.19.0...v0.20.0 ) (2020-09-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** sessions:** Fix memory session storage ([ 55f0a0a] ( https://github.com/Exeteres/Replikit/commit/55f0a0a4b39ed0b2621582c7860db23cbe1253d1 ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** commands:** Add class-like command syntax ([ 7186d22] ( https://github.com/Exeteres/Replikit/commit/7186d2212ffdd1b0f2062b652e96719a919e9121 ) )
17
+ * ** core:** Add composition system ([ 5275ecc] ( https://github.com/Exeteres/Replikit/commit/5275ecc0b93875f7d1cddceb74ac28f873c49863 ) )
18
+ * ** storage:** Add parameters for class-like commands ([ 7a1cbf2] ( https://github.com/Exeteres/Replikit/commit/7a1cbf22ee5be836c51bc249555bc7679442bb74 ) )
19
+ * ** views:** Update to use composition system ([ 30733ba] ( https://github.com/Exeteres/Replikit/commit/30733ba119d99eba8a2085ae8c5f2681d00bd9f6 ) )
20
+ * Add ability to create multiple button rows ([ 2a83a74] ( https://github.com/Exeteres/Replikit/commit/2a83a7432c102ff77e71cd4d542fdb4ec99ac7ad ) )
21
+
22
+
23
+
24
+
25
+
6
26
# [ 0.19.0] ( https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0 ) (2020-09-18)
7
27
8
28
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.20.0] ( https://github.com/Exeteres/Replikit/compare/v0.19.0...v0.20.0 ) (2020-09-28)
7
+
8
+ ** Note:** Version bump only for package example
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.19.0] ( https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0 ) (2020-09-18)
7
15
8
16
** Note:** Version bump only for package example
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example" ,
3
- "version" : " 0.19 .0" ,
3
+ "version" : " 0.20 .0" ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"workspaces" : [
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.19 .0" ,
2
+ "version" : " 0.20 .0" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.20.0] ( https://github.com/Exeteres/Replikit/compare/v0.19.0...v0.20.0 ) (2020-09-28)
7
+
8
+ ** Note:** Version bump only for package @replikit/attachments
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.19.0] ( https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0 ) (2020-09-18)
7
15
8
16
** Note:** Version bump only for package @replikit/attachments
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/attachments" ,
3
- "version" : " 0.19 .0" ,
3
+ "version" : " 0.20 .0" ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
12
12
"build" : " tsc -p tsconfig.build.json"
13
13
},
14
14
"dependencies" : {
15
- "@replikit/storage" : " ^0.19 .0"
15
+ "@replikit/storage" : " ^0.20 .0"
16
16
}
17
17
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.20.0] ( https://github.com/Exeteres/Replikit/compare/v0.19.0...v0.20.0 ) (2020-09-28)
7
+
8
+ ** Note:** Version bump only for package @replikit/authorization
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.19.0] ( https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0 ) (2020-09-18)
7
15
8
16
** Note:** Version bump only for package @replikit/authorization
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/authorization" ,
3
- "version" : " 0.19 .0" ,
3
+ "version" : " 0.20 .0" ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
12
12
"build" : " tsc -p tsconfig.build.json"
13
13
},
14
14
"dependencies" : {
15
- "@replikit/commands" : " ^0.19 .0" ,
16
- "@replikit/permissions" : " ^0.19 .0"
15
+ "@replikit/commands" : " ^0.20 .0" ,
16
+ "@replikit/permissions" : " ^0.20 .0"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.20.0] ( https://github.com/Exeteres/Replikit/compare/v0.19.0...v0.20.0 ) (2020-09-28)
7
+
8
+ ** Note:** Version bump only for package @replikit/chalk
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.19.0] ( https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0 ) (2020-09-18)
7
15
8
16
** Note:** Version bump only for package @replikit/chalk
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/chalk" ,
3
- "version" : " 0.19 .0" ,
3
+ "version" : " 0.20 .0" ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
12
12
"build" : " tsc -p tsconfig.build.json"
13
13
},
14
14
"dependencies" : {
15
- "@replikit/core" : " ^0.19 .0" ,
15
+ "@replikit/core" : " ^0.20 .0" ,
16
16
"chalk" : " ^4.0.0"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.20.0] ( https://github.com/Exeteres/Replikit/compare/v0.19.0...v0.20.0 ) (2020-09-28)
7
+
8
+ ** Note:** Version bump only for package @replikit/cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.19.0] ( https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0 ) (2020-09-18)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/cli" ,
3
- "version" : " 0.19 .0" ,
3
+ "version" : " 0.20 .0" ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
16
16
"replikit" : " ./dist/main.js"
17
17
},
18
18
"dependencies" : {
19
- "@replikit/chalk" : " ^0.19 .0" ,
20
- "@replikit/core" : " ^0.19 .0" ,
19
+ "@replikit/chalk" : " ^0.20 .0" ,
20
+ "@replikit/core" : " ^0.20 .0" ,
21
21
"commander" : " ^6.0.0" ,
22
22
"dotenv" : " ^8.2.0" ,
23
23
"execa" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.20.0] ( https://github.com/Exeteres/Replikit/compare/v0.19.0...v0.20.0 ) (2020-09-28)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** commands:** Add class-like command syntax ([ 7186d22] ( https://github.com/Exeteres/Replikit/commit/7186d2212ffdd1b0f2062b652e96719a919e9121 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.19.0] ( https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0 ) (2020-09-18)
7
18
8
19
** Note:** Version bump only for package @replikit/commands
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/commands" ,
3
- "version" : " 0.19 .0" ,
3
+ "version" : " 0.20 .0" ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
12
12
"build" : " tsc -p tsconfig.build.json"
13
13
},
14
14
"dependencies" : {
15
- "@replikit/core" : " ^0.19 .0" ,
16
- "@replikit/i18n" : " ^0.19 .0" ,
17
- "@replikit/router" : " ^0.19 .0"
15
+ "@replikit/core" : " ^0.20 .0" ,
16
+ "@replikit/i18n" : " ^0.20 .0" ,
17
+ "@replikit/router" : " ^0.20 .0"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.20.0] ( https://github.com/Exeteres/Replikit/compare/v0.19.0...v0.20.0 ) (2020-09-28)
7
+
8
+
9
+ ### Features
10
+
11
+ * Add ability to create multiple button rows ([ 2a83a74] ( https://github.com/Exeteres/Replikit/commit/2a83a7432c102ff77e71cd4d542fdb4ec99ac7ad ) )
12
+ * ** core:** Add composition system ([ 5275ecc] ( https://github.com/Exeteres/Replikit/commit/5275ecc0b93875f7d1cddceb74ac28f873c49863 ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 0.19.0] ( https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0 ) (2020-09-18)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/core" ,
3
- "version" : " 0.19 .0" ,
3
+ "version" : " 0.20 .0" ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.20.0] ( https://github.com/Exeteres/Replikit/compare/v0.19.0...v0.20.0 ) (2020-09-28)
7
+
8
+ ** Note:** Version bump only for package @replikit/discord
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.19.0] ( https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0 ) (2020-09-18)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/discord" ,
3
- "version" : " 0.19 .0" ,
3
+ "version" : " 0.20 .0" ,
4
4
"typings" : " ./dist/index.d.ts" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"build" : " tsc -p tsconfig.build.json"
9
9
},
10
10
"dependencies" : {
11
- "@replikit/core" : " ^0.19 .0" ,
11
+ "@replikit/core" : " ^0.20 .0" ,
12
12
"discord.js" : " ^12.3.1"
13
13
},
14
14
"publishConfig" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.20.0] ( https://github.com/Exeteres/Replikit/compare/v0.19.0...v0.20.0 ) (2020-09-28)
7
+
8
+ ** Note:** Version bump only for package @replikit/help
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.19.0] ( https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0 ) (2020-09-18)
7
15
8
16
** Note:** Version bump only for package @replikit/help
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/help" ,
3
- "version" : " 0.19 .0" ,
3
+ "version" : " 0.20 .0" ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
12
12
"build" : " tsc -p tsconfig.build.json"
13
13
},
14
14
"dependencies" : {
15
- "@replikit/commands" : " ^0.19 .0"
15
+ "@replikit/commands" : " ^0.20 .0"
16
16
},
17
17
"publishConfig" : {
18
18
"access" : " public"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.20.0] ( https://github.com/Exeteres/Replikit/compare/v0.19.0...v0.20.0 ) (2020-09-28)
7
+
8
+ ** Note:** Version bump only for package @replikit/i18n
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.19.0] ( https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0 ) (2020-09-18)
7
15
8
16
** Note:** Version bump only for package @replikit/i18n
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/i18n" ,
3
- "version" : " 0.19 .0" ,
3
+ "version" : " 0.20 .0" ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
12
12
"build" : " tsc -p tsconfig.build.json"
13
13
},
14
14
"dependencies" : {
15
- "@replikit/core" : " ^0.19 .0" ,
16
- "@replikit/router" : " ^0.19 .0"
15
+ "@replikit/core" : " ^0.20 .0" ,
16
+ "@replikit/router" : " ^0.20 .0"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.20.0] ( https://github.com/Exeteres/Replikit/compare/v0.19.0...v0.20.0 ) (2020-09-28)
7
+
8
+
9
+ ### Features
10
+
11
+ * Add ability to create multiple button rows ([ 2a83a74] ( https://github.com/Exeteres/Replikit/commit/2a83a7432c102ff77e71cd4d542fdb4ec99ac7ad ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.19.0] ( https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0 ) (2020-09-18)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/messages" ,
3
- "version" : " 0.19 .0" ,
3
+ "version" : " 0.20 .0" ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
12
12
"build" : " tsc -p tsconfig.build.json"
13
13
},
14
14
"dependencies" : {
15
- "@replikit/core" : " ^0.19 .0"
15
+ "@replikit/core" : " ^0.20 .0"
16
16
}
17
17
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.20.0] ( https://github.com/Exeteres/Replikit/compare/v0.19.0...v0.20.0 ) (2020-09-28)
7
+
8
+ ** Note:** Version bump only for package @replikit/permissions
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.19.0] ( https://github.com/Exeteres/Replikit/compare/v0.18.2...v0.19.0 ) (2020-09-18)
7
15
8
16
** Note:** Version bump only for package @replikit/permissions
You can’t perform that action at this time.
0 commit comments