Skip to content

Commit

Permalink
Merge branch 'release/12.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
xbrancher committed Aug 16, 2021
2 parents d0c8113 + fe8e300 commit 235a2f1
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 @@ -9,6 +9,6 @@
<style>.mat-typography{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;}body,html{height:100%;}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif;}</style><link rel="stylesheet" href="styles.f208c4eb6f4fe007127b.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.f208c4eb6f4fe007127b.css"></noscript></head>
<body class="mat-typography">
<app-root></app-root>
<script src="runtime-es2015.7ab3978d99e6c55a78a2.js" type="module"></script><script src="runtime-es5.7ab3978d99e6c55a78a2.js" nomodule defer></script><script src="polyfills-es5.b59d182a8869f33b802d.js" nomodule defer></script><script src="polyfills-es2015.0a8c5e05a28d1cd7ab3b.js" type="module"></script><script src="main-es2015.efc2e89db49350eecc94.js" type="module"></script><script src="main-es5.efc2e89db49350eecc94.js" nomodule defer></script>
<script src="runtime-es2015.7ab3978d99e6c55a78a2.js" type="module"></script><script src="runtime-es5.7ab3978d99e6c55a78a2.js" nomodule defer></script><script src="polyfills-es5.b59d182a8869f33b802d.js" nomodule defer></script><script src="polyfills-es2015.0a8c5e05a28d1cd7ab3b.js" type="module"></script><script src="main-es2015.6aa2c47535648bf62c37.js" type="module"></script><script src="main-es5.6aa2c47535648bf62c37.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": "12.0.0",
"version": "12.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": "12.0.0",
"version": "12.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": "^11.0.0-rc.0 || ^11.0.0",
"@angular/core": "^11.0.0-rc.0 || ^11.0.0"
"@angular/common": "^12.0.0-rc.0 || ^12.0.0",
"@angular/core": "^12.0.0-rc.0 || ^12.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": "12.0.0",
"version": "12.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": "^11.0.0-rc.0 || ^11.0.0",
"@angular/core": "^11.0.0-rc.0 || ^11.0.0",
"@angular/common": "^12.0.0-rc.0 || ^12.0.0",
"@angular/core": "^12.0.0-rc.0 || ^12.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": "12.0.0",
"version": "12.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": "^11.0.0-rc.0 || ^11.0.0",
"@angular/core": "^11.0.0-rc.0 || ^11.0.0"
"@angular/common": "^12.0.0-rc.0 || ^12.0.0",
"@angular/core": "^12.0.0-rc.0 || ^12.0.0"
}
}

0 comments on commit 235a2f1

Please sign in to comment.