Skip to content

Commit

Permalink
chore(release): release v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulls1z3 committed Apr 27, 2020
1 parent 0a1c4c1 commit 3166113
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/@ngx-auth/*"
],
"version": "8.1.0",
"version": "9.0.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
16 changes: 16 additions & 0 deletions packages/@ngx-auth/auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/@ngx-auth/auth0/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
16 changes: 16 additions & 0 deletions packages/@ngx-auth/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/@ngx-auth/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3166113

Please sign in to comment.