Skip to content

Commit

Permalink
v6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeedDev94 committed Jun 13, 2022
1 parent 0baf4b9 commit 8a72142
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Persian datepicker for angular 12+

```
npm install ng-persian-datepicker
npm install jalali-ts@^1.2.6
npm install jalali-ts@^1.2.7
```

# Setup
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<style>@font-face{font-family:IranSansWebRegular;src:url(IRANSansWebRegular.99f5dc06221acd9b.otf) format("opentype")}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html{line-height:1.5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:400;color:#000000de}@media only screen and (min-width: 0){html{font-size:14px}}@media only screen and (min-width: 992px){html{font-size:14.5px}}@media only screen and (min-width: 1200px){html{font-size:15px}}body{font-family:IranSansWebRegular,serif}</style><link rel="stylesheet" href="styles.60753d661278e4d3.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.60753d661278e4d3.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime.57275ca80af0c8ea.js" type="module"></script><script src="polyfills.ff85a88ad395d83b.js" type="module"></script><script src="main.81a4bba92a6897dc.js" type="module"></script>
<script src="runtime.6d800a90daa2100f.js" type="module"></script><script src="polyfills.ff85a88ad395d83b.js" type="module"></script><script src="main.81a4bba92a6897dc.js" type="module"></script>

</body></html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@angular/platform-browser": "~13.3.5",
"@angular/platform-browser-dynamic": "~13.3.5",
"@angular/router": "~13.3.5",
"jalali-ts": "^1.2.6",
"jalali-ts": "^1.2.7",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-persian-datepicker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Persian datepicker for angular 12+

```
npm install ng-persian-datepicker
npm install jalali-ts@^1.2.6
npm install jalali-ts@^1.2.7
```

# Setup
Expand Down
4 changes: 2 additions & 2 deletions projects/ng-persian-datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-persian-datepicker",
"version": "6.0.3",
"version": "6.0.4",
"author": {
"name": "SaeedPooyanfar",
"email": "saeedp47@gmail.com"
Expand All @@ -9,6 +9,6 @@
"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"jalali-ts": "^1.2.6"
"jalali-ts": "^1.2.7"
}
}

0 comments on commit 8a72142

Please sign in to comment.