Skip to content

Commit 70305d5

Browse files
committed
chore(release): release v8.0.0
1 parent 5a973f6 commit 70305d5

File tree

6 files changed

+61
-6
lines changed

6 files changed

+61
-6
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [8.0.0](https://github.com/fulls1z3/ngx-auth/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **packaging:** fix publish ([b7fb206](https://github.com/fulls1z3/ngx-auth/commit/b7fb20686ca63859ec84e0b39ee60df71e733e9b))
12+
13+
14+
### Features
15+
16+
* **package:** upgrade to angular 8 ([5a973f6](https://github.com/fulls1z3/ngx-auth/commit/5a973f66e49aec265002f60b9cb6c39441d8884c))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* **package:** ng8

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"packages": ["packages/@ngx-auth/*"],
3-
"version": "7.0.0",
2+
"packages": [
3+
"packages/@ngx-auth/*"
4+
],
5+
"version": "8.0.0",
46
"npmClient": "yarn",
57
"command": {
68
"publish": {
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [8.0.0](https://github.com/fulls1z3/ngx-auth/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21)
7+
8+
9+
### Features
10+
11+
* **package:** upgrade to angular 8 ([5a973f6](https://github.com/fulls1z3/ngx-auth/commit/5a973f66e49aec265002f60b9cb6c39441d8884c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **package:** ng8

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-auth/auth0",
3-
"version": "0.0.0",
3+
"version": "8.0.0",
44
"description": "Auth0 platform implementation of ngx-auth",
55
"repository": {
66
"type": "git",
@@ -33,9 +33,9 @@
3333
"@angular/core": ">=8.0.0 <9.0.0",
3434
"@angular/platform-browser-dynamic": ">=8.0.0 <9.0.0",
3535
"@angular/router": ">=8.0.0 <9.0.0",
36-
"rxjs": ">=6.0.0",
36+
"@ngx-auth/core": ">=8.0.0 <9.0.0",
3737
"auth0-js": ">=9.0.0",
38-
"@ngx-auth/core": ">=8.0.0 <9.0.0"
38+
"rxjs": ">=6.0.0"
3939
},
4040
"publishConfig": {
4141
"access": "public",
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [8.0.0](https://github.com/fulls1z3/ngx-auth/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21)
7+
8+
9+
### Features
10+
11+
* **package:** upgrade to angular 8 ([5a973f6](https://github.com/fulls1z3/ngx-auth/commit/5a973f66e49aec265002f60b9cb6c39441d8884c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **package:** ng8

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

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

0 commit comments

Comments
 (0)