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
schilzx committed Dec 20, 2020
2 parents 03e5ad2 + 4ed2504 commit c140443
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
<link rel="stylesheet" href="styles.eb6ab861d981253b4ef4.css"></head>
<body>
<app-root></app-root>
<script src="runtime-es2015.9a4d3cff6c4dafb0617b.js" type="module"></script><script src="runtime-es5.9a4d3cff6c4dafb0617b.js" nomodule defer></script><script src="polyfills-es5.162d556d85f9205f22f9.js" nomodule defer></script><script src="polyfills-es2015.dc5502c955222fbe7e24.js" type="module"></script><script src="main-es2015.b7f213c18e5176afc50b.js" type="module"></script><script src="main-es5.b7f213c18e5176afc50b.js" nomodule defer></script></body>
<script src="runtime-es2015.9a4d3cff6c4dafb0617b.js" type="module"></script><script src="runtime-es5.9a4d3cff6c4dafb0617b.js" nomodule defer></script><script src="polyfills-es5.162d556d85f9205f22f9.js" nomodule defer></script><script src="polyfills-es2015.dc5502c955222fbe7e24.js" type="module"></script><script src="main-es2015.8be5508f7959de712f42.js" type="module"></script><script src="main-es5.8be5508f7959de712f42.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-security",
"version": "11.0.0",
"version": "11.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
8 changes: 4 additions & 4 deletions projects/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-security/auth",
"version": "11.0.0",
"version": "11.0.1",
"license": "MIT",
"author": "developer@xbranch.io",
"description": "Angular Security Auth Module",
Expand All @@ -22,8 +22,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",
"@ngx-security/core": "^10.0.0-snapshot.0 || ^10.0.0"
"@angular/common": "^11.0.0-rc.0 || ^11.0.0",
"@angular/core": "^11.0.0-rc.0 || ^11.0.0",
"@ngx-security/core": "^11.0.0-snapshot.0 || ^11.0.0"
}
}
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-security/core",
"version": "11.0.0",
"version": "11.0.1",
"license": "MIT",
"author": "User <developer@xbranch.io>",
"description": "Angular Core Roles 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"
}
}
8 changes: 4 additions & 4 deletions projects/permissions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-security/permissions",
"version": "11.0.0",
"version": "11.0.1",
"license": "MIT",
"author": "User <developer@xbranch.io>",
"description": "Angular Security Permissions Module",
Expand All @@ -20,8 +20,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",
"@ngx-security/core": "^10.0.0-snapshot.0 || ^10.0.0"
"@angular/common": "^11.0.0-rc.0 || ^11.0.0",
"@angular/core": "^11.0.0-rc.0 || ^11.0.0",
"@ngx-security/core": "^11.0.0-snapshot.0 || ^11.0.0"
}
}
8 changes: 4 additions & 4 deletions projects/roles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-security/roles",
"version": "11.0.0",
"version": "11.0.1",
"license": "MIT",
"author": "User <developer@xbranch.io>",
"description": "Angular Security Roles Module",
Expand All @@ -19,8 +19,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",
"@ngx-security/core": "^10.0.0-snapshot.0 || ^10.0.0"
"@angular/common": "^11.0.0-rc.0 || ^11.0.0",
"@angular/core": "^11.0.0-rc.0 || ^11.0.0",
"@ngx-security/core": "^11.0.0-snapshot.0 || ^11.0.0"
}
}

0 comments on commit c140443

Please sign in to comment.