Skip to content

Commit 12b17e0

Browse files
committed
chore(release): release v8.0.1
1 parent 68d0e70 commit 12b17e0

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [8.0.1](https://github.com/fulls1z3/ngx-auth/compare/v8.0.0...v8.0.1) (2019-11-21)
7+
8+
**Note:** Version bump only for package ngx-auth
9+
10+
11+
12+
13+
614
# [8.0.0](https://github.com/fulls1z3/ngx-auth/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21)
715

816

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/@ngx-auth/*"
44
],
5-
"version": "8.0.0",
5+
"version": "8.0.1",
66
"npmClient": "yarn",
77
"command": {
88
"publish": {

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [8.0.1](https://github.com/fulls1z3/ngx-auth/compare/v8.0.0...v8.0.1) (2019-11-21)
7+
8+
**Note:** Version bump only for package @ngx-auth/auth0
9+
10+
11+
12+
13+
614
# [8.0.0](https://github.com/fulls1z3/ngx-auth/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21)
715

816

packages/@ngx-auth/auth0/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/auth0",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Auth0 platform implementation of ngx-auth",
55
"repository": {
66
"type": "git",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [8.0.1](https://github.com/fulls1z3/ngx-auth/compare/v8.0.0...v8.0.1) (2019-11-21)
7+
8+
**Note:** Version bump only for package @ngx-auth/core
9+
10+
11+
12+
13+
614
# [8.0.0](https://github.com/fulls1z3/ngx-auth/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21)
715

816

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": "8.0.0",
3+
"version": "8.0.1",
44
"description": "JWT authentication utility for Angular & Angular Universal",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)