Skip to content

Commit

Permalink
chore(release): release v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fulls1z3 committed Nov 21, 2019
1 parent e372f8b commit f6248eb
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package ngx-config





# [8.0.0](https://github.com/fulls1z3/ngx-config/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21)


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-config/*"
],
"version": "8.0.0",
"version": "8.0.1",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions packages/@ngx-config/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @ngx-config/core





# [8.0.0](https://github.com/fulls1z3/ngx-config/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/@ngx-config/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-config/core",
"version": "8.0.0",
"version": "8.0.1",
"description": "Configuration utility for Angular",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/@ngx-config/http-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @ngx-config/http-loader





# [8.0.0](https://github.com/fulls1z3/ngx-config/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/@ngx-config/http-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-config/http-loader",
"version": "8.0.0",
"version": "8.0.1",
"description": "Loader for ngx-config that provides application settings using http",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/@ngx-config/merge-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @ngx-config/merge-loader





# [8.0.0](https://github.com/fulls1z3/ngx-config/compare/v6.0.0-rc.1...v8.0.0) (2019-11-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/@ngx-config/merge-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-config/merge-loader",
"version": "8.0.0",
"version": "8.0.1",
"description": "Loader for ngx-config that provides application settings by executing loaders in parallel and in series",
"repository": {
"type": "git",
Expand Down

0 comments on commit f6248eb

Please sign in to comment.