Skip to content

Commit

Permalink
[release] v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vn7n24fzkq committed Oct 18, 2020
1 parent 3f4ee73 commit 83d7498
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81529,7 +81529,7 @@ const createCommitsPerLanguageCard = async function (username) {
for (let themeName in Themes) {
let theme = Themes[themeName];
let svgString = createDonutChartCard(
"Most Commit Language",
"Top Languages by Commit",
langData,
theme
);
Expand Down Expand Up @@ -87811,7 +87811,7 @@ const createStatsCard = async function (username) {
{
index: 4,
icon: Icons.REPOS,
name: "Contribution to:",
name: "Contributed to:",
value: `${numAbbr.abbreviate(totalRepositoryContributions, 1)}`,
},
];
Expand Down Expand Up @@ -94377,7 +94377,7 @@ const Themes = {
title_color:"#586e75",
text_color:"#586e75",
bg_color:"#ffffff",
stroke_color:"#586e75",
stroke_color:"#e4e2e2",
icon_color:"#586e75",
line_chart_color:"#586e75",
},
Expand All @@ -94401,7 +94401,7 @@ const Themes = {
title_color:"#41b883",
text_color:"#000000",
bg_color:"#ffffff",
stroke_color:"#000000",
stroke_color:"#e4e2e2",
icon_color:"#41b883",
line_chart_color:"#41b883",
},
Expand Down Expand Up @@ -124125,7 +124125,7 @@ const createProfileDetailsCard = async function (username) {
value: `${numAbbr.abbreviate(
totalContributions,
2
)} contributions on github`,
)} Contributions on GitHub`,
},
{
index: 1,
Expand All @@ -124134,7 +124134,7 @@ const createProfileDetailsCard = async function (username) {
value: `${numAbbr.abbreviate(
userDetails["totalPublicRepos"],
2
)} public repos`,
)} Public Repos`,
},
{
index: 2,
Expand Down Expand Up @@ -138308,7 +138308,7 @@ const createReposPerLanguageCard = async function (username) {
for (let themeName in Themes) {
let theme = Themes[themeName];
let svgString = createDonutChartCard(
"Repos per Language (top 5)",
"Top Languages by Repo",
langData,
theme
);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-profile-summary-cards",
"version": "0.2.5",
"version": "0.2.6",
"description": "Generate github profile summary cards",
"main": "src/app.js",
"scripts": {
Expand Down

0 comments on commit 83d7498

Please sign in to comment.