Skip to content

Commit 3166113

Browse files
committed
chore(release): release v9.0.0
1 parent 0a1c4c1 commit 3166113

File tree

6 files changed

+53
-3
lines changed

6 files changed

+53
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [9.0.0](https://github.com/fulls1z3/ngx-auth/compare/v8.1.0...v9.0.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([0a1c4c1](https://github.com/fulls1z3/ngx-auth/commit/0a1c4c11d8cfa3e9649d713da0797b5cdd815d35))
12+
* **package:** migrate to ng9 ([b606776](https://github.com/fulls1z3/ngx-auth/commit/b606776586c2144c3f7594591e91d800d58d450f))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **package:** ng9
18+
* **package:** ng9
19+
20+
21+
22+
23+
624
# [8.1.0](https://github.com/fulls1z3/ngx-auth/compare/v8.0.1...v8.1.0) (2020-04-27)
725

826

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/@ngx-auth/*"
44
],
5-
"version": "8.1.0",
5+
"version": "9.0.0",
66
"npmClient": "yarn",
77
"command": {
88
"publish": {

packages/@ngx-auth/auth0/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [9.0.0](https://github.com/fulls1z3/ngx-auth/compare/v8.1.0...v9.0.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([0a1c4c1](https://github.com/fulls1z3/ngx-auth/commit/0a1c4c11d8cfa3e9649d713da0797b5cdd815d35))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **package:** ng9
17+
18+
19+
20+
21+
622
# [8.1.0](https://github.com/fulls1z3/ngx-auth/compare/v8.0.1...v8.1.0) (2020-04-27)
723

824

packages/@ngx-auth/auth0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-auth/auth0",
3-
"version": "8.1.0",
3+
"version": "9.0.0",
44
"description": "Auth0 platform implementation of ngx-auth",
55
"repository": {
66
"type": "git",

packages/@ngx-auth/core/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [9.0.0](https://github.com/fulls1z3/ngx-auth/compare/v8.1.0...v9.0.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([0a1c4c1](https://github.com/fulls1z3/ngx-auth/commit/0a1c4c11d8cfa3e9649d713da0797b5cdd815d35))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **package:** ng9
17+
18+
19+
20+
21+
622
# [8.1.0](https://github.com/fulls1z3/ngx-auth/compare/v8.0.1...v8.1.0) (2020-04-27)
723

824

packages/@ngx-auth/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-auth/core",
3-
"version": "8.1.0",
3+
"version": "9.0.0",
44
"description": "JWT authentication utility for Angular & Angular Universal",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)