From 3166113a3f54c627b96d6b16a227571df44633db Mon Sep 17 00:00:00 2001 From: Burak Date: Mon, 27 Apr 2020 21:20:33 +0000 Subject: [PATCH] chore(release): release v9.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ lerna.json | 2 +- packages/@ngx-auth/auth0/CHANGELOG.md | 16 ++++++++++++++++ packages/@ngx-auth/auth0/package.json | 2 +- packages/@ngx-auth/core/CHANGELOG.md | 16 ++++++++++++++++ packages/@ngx-auth/core/package.json | 2 +- 6 files changed, 53 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3fc2c..d31cb68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [9.0.0](https://github.com/fulls1z3/ngx-auth/compare/v8.1.0...v9.0.0) (2020-04-27) + + +### Features + +* **package:** migrate to ng9 ([0a1c4c1](https://github.com/fulls1z3/ngx-auth/commit/0a1c4c11d8cfa3e9649d713da0797b5cdd815d35)) +* **package:** migrate to ng9 ([b606776](https://github.com/fulls1z3/ngx-auth/commit/b606776586c2144c3f7594591e91d800d58d450f)) + + +### BREAKING CHANGES + +* **package:** ng9 +* **package:** ng9 + + + + + # [8.1.0](https://github.com/fulls1z3/ngx-auth/compare/v8.0.1...v8.1.0) (2020-04-27) diff --git a/lerna.json b/lerna.json index 391cf11..c93a6a3 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/@ngx-auth/*" ], - "version": "8.1.0", + "version": "9.0.0", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/@ngx-auth/auth0/CHANGELOG.md b/packages/@ngx-auth/auth0/CHANGELOG.md index 1d4feb6..f402d2e 100644 --- a/packages/@ngx-auth/auth0/CHANGELOG.md +++ b/packages/@ngx-auth/auth0/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [9.0.0](https://github.com/fulls1z3/ngx-auth/compare/v8.1.0...v9.0.0) (2020-04-27) + + +### Features + +* **package:** migrate to ng9 ([0a1c4c1](https://github.com/fulls1z3/ngx-auth/commit/0a1c4c11d8cfa3e9649d713da0797b5cdd815d35)) + + +### BREAKING CHANGES + +* **package:** ng9 + + + + + # [8.1.0](https://github.com/fulls1z3/ngx-auth/compare/v8.0.1...v8.1.0) (2020-04-27) diff --git a/packages/@ngx-auth/auth0/package.json b/packages/@ngx-auth/auth0/package.json index 7f8b9a1..63e9096 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.1.0", + "version": "9.0.0", "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 42c7d71..8b8ff40 100644 --- a/packages/@ngx-auth/core/CHANGELOG.md +++ b/packages/@ngx-auth/core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [9.0.0](https://github.com/fulls1z3/ngx-auth/compare/v8.1.0...v9.0.0) (2020-04-27) + + +### Features + +* **package:** migrate to ng9 ([0a1c4c1](https://github.com/fulls1z3/ngx-auth/commit/0a1c4c11d8cfa3e9649d713da0797b5cdd815d35)) + + +### BREAKING CHANGES + +* **package:** ng9 + + + + + # [8.1.0](https://github.com/fulls1z3/ngx-auth/compare/v8.0.1...v8.1.0) (2020-04-27) diff --git a/packages/@ngx-auth/core/package.json b/packages/@ngx-auth/core/package.json index 4a59d51..674a4da 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.1.0", + "version": "9.0.0", "description": "JWT authentication utility for Angular & Angular Universal", "repository": { "type": "git",