File tree Expand file tree Collapse file tree 38 files changed +234
-50
lines changed Expand file tree Collapse file tree 38 files changed +234
-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.22.0] ( https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0 ) (2020-10-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** cli:** Remove irrelevant prompts ([ 9f66d92] ( https://github.com/Exeteres/Replikit/commit/9f66d92d99b0b7741ef512ab5c3fe5a8d7c2488a ) )
12
+ * ** discord:** Add language to AccountInfo ([ 6a06a27] ( https://github.com/Exeteres/Replikit/commit/6a06a27171b02487d0a5886c9c47f119a9767d51 ) )
13
+ * ** help:** Improve help message ([ e313441] ( https://github.com/Exeteres/Replikit/commit/e313441ecb66e948918e7d456b37b7d8a28af8d6 ) )
14
+
15
+
16
+ ### Features
17
+
18
+ * ** cli:** Add commands to remove modules and external repositories ([ 4b96040] ( https://github.com/Exeteres/Replikit/commit/4b960406fa4eab9a1e1536f5016cf4153581db5f ) )
19
+ * ** cli:** Add dependency resolution mechanism to addExternal command ([ 84eeb29] ( https://github.com/Exeteres/Replikit/commit/84eeb29b1418f0b43ef1fbf0b828250b121ccb9c ) )
20
+ * ** cli:** Update tsconfig generator ([ 4bea549] ( https://github.com/Exeteres/Replikit/commit/4bea5497b03dbb947366885826dc0ca16052cadc ) )
21
+
22
+
23
+
24
+
25
+
6
26
# [ 0.21.0] ( https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0 ) (2020-10-17)
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.22.0] ( https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0 ) (2020-10-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** cli:** Add commands to remove modules and external repositories ([ 4b96040] ( https://github.com/Exeteres/Replikit/commit/4b960406fa4eab9a1e1536f5016cf4153581db5f ) )
12
+ * ** cli:** Add dependency resolution mechanism to addExternal command ([ 84eeb29] ( https://github.com/Exeteres/Replikit/commit/84eeb29b1418f0b43ef1fbf0b828250b121ccb9c ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 0.21.0] ( https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0 ) (2020-10-17)
7
19
8
20
** 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.21 .0" ,
3
+ "version" : " 0.22 .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.21 .0" ,
2
+ "version" : " 0.22 .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.22.0] ( https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0 ) (2020-10-23)
7
+
8
+ ** Note:** Version bump only for package @replikit/attachments
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.21.0] ( https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0 ) (2020-10-17)
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.21 .0" ,
3
+ "version" : " 0.22 .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.21 .0"
15
+ "@replikit/storage" : " ^0.22 .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.22.0] ( https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0 ) (2020-10-23)
7
+
8
+ ** Note:** Version bump only for package @replikit/authorization
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.21.0] ( https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0 ) (2020-10-17)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/authorization" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .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.21 .0" ,
16
- "@replikit/permissions" : " ^0.21 .0"
15
+ "@replikit/commands" : " ^0.22 .0" ,
16
+ "@replikit/permissions" : " ^0.22 .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.22.0] ( https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0 ) (2020-10-23)
7
+
8
+ ** Note:** Version bump only for package @replikit/chalk
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.21.0] ( https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0 ) (2020-10-17)
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.21 .0" ,
3
+ "version" : " 0.22 .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.21 .0" ,
15
+ "@replikit/core" : " ^0.22 .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.22.0] ( https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0 ) (2020-10-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** cli:** Remove irrelevant prompts ([ 9f66d92] ( https://github.com/Exeteres/Replikit/commit/9f66d92d99b0b7741ef512ab5c3fe5a8d7c2488a ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** cli:** Add commands to remove modules and external repositories ([ 4b96040] ( https://github.com/Exeteres/Replikit/commit/4b960406fa4eab9a1e1536f5016cf4153581db5f ) )
17
+ * ** cli:** Add dependency resolution mechanism to addExternal command ([ 84eeb29] ( https://github.com/Exeteres/Replikit/commit/84eeb29b1418f0b43ef1fbf0b828250b121ccb9c ) )
18
+ * ** cli:** Update tsconfig generator ([ 4bea549] ( https://github.com/Exeteres/Replikit/commit/4bea5497b03dbb947366885826dc0ca16052cadc ) )
19
+
20
+
21
+
22
+
23
+
6
24
# [ 0.21.0] ( https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0 ) (2020-10-17)
7
25
8
26
** Note:** Version bump only for package @replikit/cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/cli" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .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.21 .0" ,
20
- "@replikit/core" : " ^0.21 .0" ,
19
+ "@replikit/chalk" : " ^0.22 .0" ,
20
+ "@replikit/core" : " ^0.22 .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.22.0] ( https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0 ) (2020-10-23)
7
+
8
+ ** Note:** Version bump only for package @replikit/commands
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.21.0] ( https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0 ) (2020-10-17)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/commands" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .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.21 .0" ,
16
- "@replikit/i18n" : " ^0.21 .0" ,
17
- "@replikit/router" : " ^0.21 .0"
15
+ "@replikit/core" : " ^0.22 .0" ,
16
+ "@replikit/i18n" : " ^0.22 .0" ,
17
+ "@replikit/router" : " ^0.22 .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.22.0] ( https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0 ) (2020-10-23)
7
+
8
+ ** Note:** Version bump only for package @replikit/core
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.21.0] ( https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0 ) (2020-10-17)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/core" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .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.22.0] ( https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0 ) (2020-10-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** discord:** Add language to AccountInfo ([ 6a06a27] ( https://github.com/Exeteres/Replikit/commit/6a06a27171b02487d0a5886c9c47f119a9767d51 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.21.0] ( https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0 ) (2020-10-17)
7
18
8
19
** Note:** Version bump only for package @replikit/discord
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/discord" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .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.21 .0" ,
11
+ "@replikit/core" : " ^0.22 .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.22.0] ( https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0 ) (2020-10-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** help:** Improve help message ([ e313441] ( https://github.com/Exeteres/Replikit/commit/e313441ecb66e948918e7d456b37b7d8a28af8d6 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.21.0] ( https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0 ) (2020-10-17)
7
18
8
19
** 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.21 .0" ,
3
+ "version" : " 0.22 .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.21 .0"
15
+ "@replikit/commands" : " ^0.22 .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.22.0] ( https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0 ) (2020-10-23)
7
+
8
+ ** Note:** Version bump only for package @replikit/i18n
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.21.0] ( https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0 ) (2020-10-17)
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.21 .0" ,
3
+ "version" : " 0.22 .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.21 .0" ,
16
- "@replikit/router" : " ^0.21 .0"
15
+ "@replikit/core" : " ^0.22 .0" ,
16
+ "@replikit/router" : " ^0.22 .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.22.0] ( https://github.com/Exeteres/Replikit/compare/v0.21.0...v0.22.0 ) (2020-10-23)
7
+
8
+ ** Note:** Version bump only for package @replikit/messages
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.21.0] ( https://github.com/Exeteres/Replikit/compare/v0.20.0...v0.21.0 ) (2020-10-17)
7
15
8
16
** Note:** Version bump only for package @replikit/messages
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replikit/messages" ,
3
- "version" : " 0.21 .0" ,
3
+ "version" : " 0.22 .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.21 .0"
15
+ "@replikit/core" : " ^0.22 .0"
16
16
}
17
17
}
You can’t perform that action at this time.
0 commit comments