Skip to content

Commit 520ff37

Browse files
committed
chore: create version 3.32-beta [skip ci]
1 parent c124084 commit 520ff37

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metrics",
3-
"version": "3.31.0",
3+
"version": "3.32.0-beta",
44
"description": "An infographics generator with 40+ plugins and 300+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!",
55
"main": "index.mjs",
66
"scripts": {

source/app/web/statics/embed/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<meta name="author" content="lowlighter">
99
<meta property="og:image" content="/.opengraph.png">
1010
<link rel="icon" href="/.favicon.png">
11-
<link rel="stylesheet" href="/.css/style.vars.css?v=3.30">
12-
<link rel="stylesheet" href="/.css/style.css?v=3.30">
11+
<link rel="stylesheet" href="/.css/style.vars.css?v=3.32">
12+
<link rel="stylesheet" href="/.css/style.css?v=3.32">
1313
<link rel="stylesheet" href="/.css/style.prism.css" />
1414
</head>
1515
<body>
@@ -230,7 +230,7 @@
230230
<script src="/.js/vue.min.js"></script>
231231
<script src="/.js/vue.prism.min.js"></script>
232232
<script src="/.js/clipboard.min.js"></script>
233-
<script src="/.js/embed/app.placeholder.js?v=3.30"></script>
234-
<script src="/.js/embed/app.js?v=3.30"></script>
233+
<script src="/.js/embed/app.placeholder.js?v=3.32"></script>
234+
<script src="/.js/embed/app.js?v=3.32"></script>
235235
</body>
236236
</html>

source/app/web/statics/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<meta name="author" content="lowlighter">
99
<meta property="og:image" content="/.opengraph.png">
1010
<link rel="icon" href="/.favicon.png">
11-
<link rel="stylesheet" href="/.css/style.vars.css?v=3.30">
12-
<link rel="stylesheet" href="/.css/style.css?v=3.30">
11+
<link rel="stylesheet" href="/.css/style.vars.css?v=3.32">
12+
<link rel="stylesheet" href="/.css/style.css?v=3.32">
1313
</head>
1414
<body>
1515
<!-- Vue app -->
@@ -100,6 +100,6 @@ <h2>
100100
<!-- Scripts -->
101101
<script src="/.js/axios.min.js"></script>
102102
<script src="/.js/vue.min.js"></script>
103-
<script src="/.js/app.js?v=3.30"></script>
103+
<script src="/.js/app.js?v=3.32"></script>
104104
</body>
105105
</html>

source/app/web/statics/insights/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<meta name="author" content="lowlighter">
99
<meta property="og:image" content="/.opengraph.png">
1010
<link rel="icon" href="/.favicon.png">
11-
<link rel="stylesheet" href="/.css/style.vars.css?v=3.30">
12-
<link rel="stylesheet" href="/.css/style.css?v=3.30">
13-
<link rel="stylesheet" href="/insights/.statics/style.css?v=3.30">
11+
<link rel="stylesheet" href="/.css/style.vars.css?v=3.32">
12+
<link rel="stylesheet" href="/.css/style.css?v=3.32">
13+
<link rel="stylesheet" href="/insights/.statics/style.css?v=3.32">
1414
</head>
1515
<body>
1616
<!-- Vue app -->
@@ -601,6 +601,6 @@ <h2>
601601
<!-- Scripts -->
602602
<script src="/.js/axios.min.js"></script>
603603
<script src="/.js/vue.min.js"></script>
604-
<script src="/insights/.statics/script.js?v=3.30"></script>
604+
<script src="/insights/.statics/script.js?v=3.32"></script>
605605
</body>
606606
</html>

source/app/web/statics/oauth/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<meta name="author" content="lowlighter">
99
<meta property="og:image" content="/.opengraph.png">
1010
<link rel="icon" href="/.favicon.png">
11-
<link rel="stylesheet" href="/.css/style.vars.css?v=3.30">
12-
<link rel="stylesheet" href="/.css/style.css?v=3.30">
13-
<link rel="stylesheet" href="/insights/.statics/style.css?v=3.30">
11+
<link rel="stylesheet" href="/.css/style.vars.css?v=3.32">
12+
<link rel="stylesheet" href="/.css/style.css?v=3.32">
13+
<link rel="stylesheet" href="/insights/.statics/style.css?v=3.32">
1414
</head>
1515
<body>
1616
<!-- Vue app -->
@@ -105,6 +105,6 @@
105105
<!-- Scripts -->
106106
<script src="/.js/axios.min.js"></script>
107107
<script src="/.js/vue.min.js"></script>
108-
<script src="/.oauth/script.js?v=3.30"></script>
108+
<script src="/.oauth/script.js?v=3.32"></script>
109109
</body>
110110
</html>

0 commit comments

Comments
 (0)