Skip to content

Commit db0b9a7

Browse files
committed
4.0.0-beta.1 release
1 parent 487a60f commit db0b9a7

File tree

8 files changed

+7
-6
lines changed

8 files changed

+7
-6
lines changed

build/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function release() {
3535
await exec.promise('git push origin --tags');
3636

3737
// eslint-disable-next-line
38-
await exec.promise('cd ./package && npm publish');
38+
// await exec.promise('cd ./package && npm publish');
3939
}
4040

4141
release();

cheatsheet/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33

44
<head>
5-
<title>Framework7 Icons v3.0.1 Cheatsheet</title>
5+
<title>Framework7 Icons v4.0.0-beta.1 Cheatsheet</title>
66
<link href="../package/css/framework7-icons.css" rel="stylesheet" type="text/css" />
77
<style>
88
{
@@ -147,7 +147,7 @@
147147
<body>
148148
<div class="center">
149149
<header>
150-
<h1>Framework7 Icons v3.0.1 Cheatsheet, <b>1232</b> icons:</h1>
150+
<h1>Framework7 Icons v4.0.0-beta.1 Cheatsheet, <b>1232</b> icons:</h1>
151151
</header>
152152
<div class="content">
153153
<div class="icons">

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-icons",
3-
"version": "3.0.1",
3+
"version": "4.0.0-beta.1",
44
"description": "Free iOS-icons font for Framework7",
55
"main": "css/framework7-icons.css",
66
"repository": {
@@ -27,6 +27,7 @@
2727
},
2828
"scripts": {
2929
"build": "node ./build/build",
30+
"release": "node ./build/release",
3031
"start": "http-server ./ -o -c 1 -a localhost"
3132
},
3233
"devDependencies": {
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework7-icons",
3-
"version": "3.0.1",
3+
"version": "4.0.0-beta.1",
44
"description": "Free iOS-icons font for Framework7",
55
"main": "css/framework7-icons.css",
66
"repository": {

0 commit comments

Comments
 (0)