diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e91f47..dfe67b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.1](https://github.com/fulls1z3/ngx-auth/compare/v8.0.0...v8.0.1) (2019-11-21) + +**Note:** Version bump only for package ngx-auth + + + + + # [8.0.0](https://github.com/fulls1z3/ngx-auth/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21) diff --git a/lerna.json b/lerna.json index d6fff38..a6da060 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/@ngx-auth/*" ], - "version": "8.0.0", + "version": "8.0.1", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/@ngx-auth/auth0/CHANGELOG.md b/packages/@ngx-auth/auth0/CHANGELOG.md index 2e8f8f9..3c9d250 100644 --- a/packages/@ngx-auth/auth0/CHANGELOG.md +++ b/packages/@ngx-auth/auth0/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.1](https://github.com/fulls1z3/ngx-auth/compare/v8.0.0...v8.0.1) (2019-11-21) + +**Note:** Version bump only for package @ngx-auth/auth0 + + + + + # [8.0.0](https://github.com/fulls1z3/ngx-auth/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21) diff --git a/packages/@ngx-auth/auth0/package.json b/packages/@ngx-auth/auth0/package.json index bec550c..f4335a7 100644 --- a/packages/@ngx-auth/auth0/package.json +++ b/packages/@ngx-auth/auth0/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-auth/auth0", - "version": "8.0.0", + "version": "8.0.1", "description": "Auth0 platform implementation of ngx-auth", "repository": { "type": "git", diff --git a/packages/@ngx-auth/core/CHANGELOG.md b/packages/@ngx-auth/core/CHANGELOG.md index 2e8f8f9..970d99d 100644 --- a/packages/@ngx-auth/core/CHANGELOG.md +++ b/packages/@ngx-auth/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.1](https://github.com/fulls1z3/ngx-auth/compare/v8.0.0...v8.0.1) (2019-11-21) + +**Note:** Version bump only for package @ngx-auth/core + + + + + # [8.0.0](https://github.com/fulls1z3/ngx-auth/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21) diff --git a/packages/@ngx-auth/core/package.json b/packages/@ngx-auth/core/package.json index aab6434..c04ddbf 100644 --- a/packages/@ngx-auth/core/package.json +++ b/packages/@ngx-auth/core/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-auth/core", - "version": "8.0.0", + "version": "8.0.1", "description": "JWT authentication utility for Angular & Angular Universal", "repository": { "type": "git",