diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9e91f47 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [8.0.0](https://github.com/fulls1z3/ngx-auth/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21) + + +### Bug Fixes + +* **packaging:** fix publish ([b7fb206](https://github.com/fulls1z3/ngx-auth/commit/b7fb20686ca63859ec84e0b39ee60df71e733e9b)) + + +### Features + +* **package:** upgrade to angular 8 ([5a973f6](https://github.com/fulls1z3/ngx-auth/commit/5a973f66e49aec265002f60b9cb6c39441d8884c)) + + +### BREAKING CHANGES + +* **package:** ng8 diff --git a/lerna.json b/lerna.json index b55b599..d6fff38 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,8 @@ { - "packages": ["packages/@ngx-auth/*"], - "version": "7.0.0", + "packages": [ + "packages/@ngx-auth/*" + ], + "version": "8.0.0", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/@ngx-auth/auth0/CHANGELOG.md b/packages/@ngx-auth/auth0/CHANGELOG.md new file mode 100644 index 0000000..2e8f8f9 --- /dev/null +++ b/packages/@ngx-auth/auth0/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [8.0.0](https://github.com/fulls1z3/ngx-auth/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21) + + +### Features + +* **package:** upgrade to angular 8 ([5a973f6](https://github.com/fulls1z3/ngx-auth/commit/5a973f66e49aec265002f60b9cb6c39441d8884c)) + + +### BREAKING CHANGES + +* **package:** ng8 diff --git a/packages/@ngx-auth/auth0/package.json b/packages/@ngx-auth/auth0/package.json index b4cd830..37e2823 100644 --- a/packages/@ngx-auth/auth0/package.json +++ b/packages/@ngx-auth/auth0/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-auth/auth0", - "version": "0.0.0", + "version": "8.0.0", "description": "Auth0 platform implementation of ngx-auth", "repository": { "type": "git", @@ -33,9 +33,9 @@ "@angular/core": ">=8.0.0 <9.0.0", "@angular/platform-browser-dynamic": ">=8.0.0 <9.0.0", "@angular/router": ">=8.0.0 <9.0.0", - "rxjs": ">=6.0.0", + "@ngx-auth/core": ">=8.0.0 <9.0.0", "auth0-js": ">=9.0.0", - "@ngx-auth/core": ">=8.0.0 <9.0.0" + "rxjs": ">=6.0.0" }, "publishConfig": { "access": "public", diff --git a/packages/@ngx-auth/core/CHANGELOG.md b/packages/@ngx-auth/core/CHANGELOG.md new file mode 100644 index 0000000..2e8f8f9 --- /dev/null +++ b/packages/@ngx-auth/core/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [8.0.0](https://github.com/fulls1z3/ngx-auth/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21) + + +### Features + +* **package:** upgrade to angular 8 ([5a973f6](https://github.com/fulls1z3/ngx-auth/commit/5a973f66e49aec265002f60b9cb6c39441d8884c)) + + +### BREAKING CHANGES + +* **package:** ng8 diff --git a/packages/@ngx-auth/core/package.json b/packages/@ngx-auth/core/package.json index 2a61e4a..a62e535 100644 --- a/packages/@ngx-auth/core/package.json +++ b/packages/@ngx-auth/core/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-auth/core", - "version": "0.0.0", + "version": "8.0.0", "description": "JWT authentication utility for Angular & Angular Universal", "repository": { "type": "git",