Skip to content

Commit

Permalink
chore(release): release v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulls1z3 committed Apr 27, 2020
1 parent e37267e commit 61c703a
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0](https://github.com/fulls1z3/ngx-auth/compare/v8.0.1...v8.1.0) (2020-04-27)


### Bug Fixes

* **packaging:** fix deployment ([#131](https://github.com/fulls1z3/ngx-auth/issues/131)) ([a43baf5](https://github.com/fulls1z3/ngx-auth/commit/a43baf5f48edf7cc200d06c08fbae005ee17e0cd))
* **packaging:** fix deployment ([#132](https://github.com/fulls1z3/ngx-auth/issues/132)) ([a769718](https://github.com/fulls1z3/ngx-auth/commit/a769718c0a2ce3e0545a23aaa2a86ee4c6a0bc51))


### Features

* **package:** migrate to ng9 ([#134](https://github.com/fulls1z3/ngx-auth/issues/134)) ([e37267e](https://github.com/fulls1z3/ngx-auth/commit/e37267ef3128ef8bb6eea38941c671e1a6010e51))





## [8.0.1](https://github.com/fulls1z3/ngx-auth/compare/v8.0.0...v8.0.1) (2019-11-21)

**Note:** Version bump only for package ngx-auth
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.0.1",
"version": "8.1.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
17 changes: 17 additions & 0 deletions packages/@ngx-auth/auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0](https://github.com/fulls1z3/ngx-auth/compare/v8.0.1...v8.1.0) (2020-04-27)


### Bug Fixes

* **packaging:** fix deployment ([#131](https://github.com/fulls1z3/ngx-auth/issues/131)) ([a43baf5](https://github.com/fulls1z3/ngx-auth/commit/a43baf5f48edf7cc200d06c08fbae005ee17e0cd))
* **packaging:** fix deployment ([#132](https://github.com/fulls1z3/ngx-auth/issues/132)) ([a769718](https://github.com/fulls1z3/ngx-auth/commit/a769718c0a2ce3e0545a23aaa2a86ee4c6a0bc51))


### Features

* **package:** migrate to ng9 ([#134](https://github.com/fulls1z3/ngx-auth/issues/134)) ([e37267e](https://github.com/fulls1z3/ngx-auth/commit/e37267ef3128ef8bb6eea38941c671e1a6010e51))





## [8.0.1](https://github.com/fulls1z3/ngx-auth/compare/v8.0.0...v8.0.1) (2019-11-21)

**Note:** Version bump only for package @ngx-auth/auth0
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.0.1",
"version": "8.1.0",
"description": "Auth0 platform implementation of ngx-auth",
"repository": {
"type": "git",
Expand Down
17 changes: 17 additions & 0 deletions packages/@ngx-auth/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.1.0](https://github.com/fulls1z3/ngx-auth/compare/v8.0.1...v8.1.0) (2020-04-27)


### Bug Fixes

* **packaging:** fix deployment ([#131](https://github.com/fulls1z3/ngx-auth/issues/131)) ([a43baf5](https://github.com/fulls1z3/ngx-auth/commit/a43baf5f48edf7cc200d06c08fbae005ee17e0cd))
* **packaging:** fix deployment ([#132](https://github.com/fulls1z3/ngx-auth/issues/132)) ([a769718](https://github.com/fulls1z3/ngx-auth/commit/a769718c0a2ce3e0545a23aaa2a86ee4c6a0bc51))


### Features

* **package:** migrate to ng9 ([#134](https://github.com/fulls1z3/ngx-auth/issues/134)) ([e37267e](https://github.com/fulls1z3/ngx-auth/commit/e37267ef3128ef8bb6eea38941c671e1a6010e51))





## [8.0.1](https://github.com/fulls1z3/ngx-auth/compare/v8.0.0...v8.0.1) (2019-11-21)

**Note:** Version bump only for package @ngx-auth/core
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.0.1",
"version": "8.1.0",
"description": "JWT authentication utility for Angular & Angular Universal",
"repository": {
"type": "git",
Expand Down

0 comments on commit 61c703a

Please sign in to comment.