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
schilzx committed Aug 16, 2021
2 parents cf12c06 + 23f43d9 commit f0d07f9
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 @@ -8,6 +8,6 @@
<style>body,html{width:100%;height:100%;margin:0;padding:0;}</style><link rel="stylesheet" href="styles.868239bc64fe77434fd7.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.868239bc64fe77434fd7.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime-es2015.0ef7d6384fa1f9001ecd.js" type="module"></script><script src="runtime-es5.0ef7d6384fa1f9001ecd.js" nomodule defer></script><script src="polyfills-es5.5627c686f6d4e8527f24.js" nomodule defer></script><script src="polyfills-es2015.4671eddb2f1cd567ca6e.js" type="module"></script><script src="main-es2015.e49c39c7915c69e8ef67.js" type="module"></script><script src="main-es5.e49c39c7915c69e8ef67.js" nomodule defer></script>
<script src="runtime-es2015.0ef7d6384fa1f9001ecd.js" type="module"></script><script src="runtime-es5.0ef7d6384fa1f9001ecd.js" nomodule defer></script><script src="polyfills-es5.5627c686f6d4e8527f24.js" nomodule defer></script><script src="polyfills-es2015.4671eddb2f1cd567ca6e.js" type="module"></script><script src="main-es2015.a6993e65a6bd29f4264e.js" type="module"></script><script src="main-es5.a6993e65a6bd29f4264e.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": "12.0.0",
"version": "12.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": "12.0.0",
"version": "12.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": "^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"
"@angular/common": "^12.0.0-rc.0 || ^12.0.0",
"@angular/core": "^12.0.0-rc.0 || ^12.0.0",
"@ngx-security/core": "^12.0.0-snapshot.0 || ^12.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": "12.0.0",
"version": "12.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": "^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"
}
}
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": "12.0.0",
"version": "12.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": "^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"
"@angular/common": "^12.0.0-rc.0 || ^12.0.0",
"@angular/core": "^12.0.0-rc.0 || ^12.0.0",
"@ngx-security/core": "^12.0.0-snapshot.0 || ^12.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": "12.0.0",
"version": "12.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": "^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"
"@angular/common": "^12.0.0-rc.0 || ^12.0.0",
"@angular/core": "^12.0.0-rc.0 || ^12.0.0",
"@ngx-security/core": "^12.0.0-snapshot.0 || ^12.0.0"
}
}

0 comments on commit f0d07f9

Please sign in to comment.