Skip to content

Commit

Permalink
chore(release): release v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulls1z3 committed Nov 21, 2019
1 parent 5a973f6 commit 70305d5
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 6 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["packages/@ngx-auth/*"],
"version": "7.0.0",
"packages": [
"packages/@ngx-auth/*"
],
"version": "8.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
@@ -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
6 changes: 3 additions & 3 deletions 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": "0.0.0",
"version": "8.0.0",
"description": "Auth0 platform implementation of ngx-auth",
"repository": {
"type": "git",
Expand Down Expand Up @@ -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",
Expand Down
16 changes: 16 additions & 0 deletions packages/@ngx-auth/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "0.0.0",
"version": "8.0.0",
"description": "JWT authentication utility for Angular & Angular Universal",
"repository": {
"type": "git",
Expand Down

0 comments on commit 70305d5

Please sign in to comment.