File tree Expand file tree Collapse file tree 6 files changed +61
-6
lines changed
Expand file tree Collapse file tree 6 files changed +61
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments