Skip to content

Commit

Permalink
Merge branch 'release/11.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
xbrancher committed Dec 20, 2020
2 parents 15ef302 + 7d7f0ed commit cd71e07
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
<link rel="stylesheet" href="styles.49274e1c47a81152320c.css"></head>
<body class="mat-typography">
<app-root></app-root>
<script src="runtime-es2015.4b6169b6c46e473b5ab7.js" type="module"></script><script src="runtime-es5.4b6169b6c46e473b5ab7.js" nomodule="" defer=""></script><script src="polyfills-es5.ad4deb6f343bc91bbf0e.js" nomodule="" defer=""></script><script src="polyfills-es2015.817fefb838c2269531ba.js" type="module"></script><script src="main-es2015.cf0eba14e3696407e79f.js" type="module"></script><script src="main-es5.cf0eba14e3696407e79f.js" nomodule="" defer=""></script></body>
<script src="runtime-es2015.4b6169b6c46e473b5ab7.js" type="module"></script><script src="runtime-es5.4b6169b6c46e473b5ab7.js" nomodule="" defer=""></script><script src="polyfills-es5.ad4deb6f343bc91bbf0e.js" nomodule="" defer=""></script><script src="polyfills-es2015.817fefb838c2269531ba.js" type="module"></script><script src="main-es2015.9617bc2e6305c0e4a795.js" type="module"></script><script src="main-es5.9617bc2e6305c0e4a795.js" nomodule="" defer=""></script></body>
</html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "ngx-utility",
"version": "11.0.0",
"version": "11.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
6 changes: 3 additions & 3 deletions projects/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-utility/core",
"version": "11.0.0",
"version": "11.0.1",
"license": "MIT",
"author": "User <developer@xbranch.io>",
"description": "Angular Utility Core Module",
Expand All @@ -17,7 +17,7 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^10.0.0-rc.0 || ^10.0.0",
"@angular/core": "^10.0.0-rc.0 || ^10.0.0"
"@angular/common": "^11.0.0-rc.0 || ^11.0.0",
"@angular/core": "^11.0.0-rc.0 || ^11.0.0"
}
}
6 changes: 3 additions & 3 deletions projects/dates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-utility/dates",
"version": "11.0.0",
"version": "11.0.1",
"license": "MIT",
"author": "User <developer@xbranch.io>",
"description": "Angular Utility Dates Module",
Expand All @@ -18,8 +18,8 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^10.0.0-rc.0 || ^10.0.0",
"@angular/core": "^10.0.0-rc.0 || ^10.0.0",
"@angular/common": "^11.0.0-rc.0 || ^11.0.0",
"@angular/core": "^11.0.0-rc.0 || ^11.0.0",
"moment": "^2.27.0"
}
}
6 changes: 3 additions & 3 deletions projects/files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-utility/files",
"version": "11.0.0",
"version": "11.0.1",
"license": "MIT",
"author": "User <developer@xbranch.io>",
"description": "Angular Utility Files Module",
Expand All @@ -17,7 +17,7 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^10.0.0-rc.0 || ^10.0.0",
"@angular/core": "^10.0.0-rc.0 || ^10.0.0"
"@angular/common": "^11.0.0-rc.0 || ^11.0.0",
"@angular/core": "^11.0.0-rc.0 || ^11.0.0"
}
}

0 comments on commit cd71e07

Please sign in to comment.