Skip to content

Commit

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

# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27)


### Features

* **package:** migrate to ng9 ([#161](https://github.com/fulls1z3/ngx-config/issues/161)) ([58fdac3](https://github.com/fulls1z3/ngx-config/commit/58fdac3d0e8c581440e8854c66b3db58dc2ef47c))





# [8.1.0](https://github.com/fulls1z3/ngx-config/compare/v8.0.2...v8.1.0) (2020-03-10)


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

# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27)


### Features

* **package:** migrate to ng9 ([#161](https://github.com/fulls1z3/ngx-config/issues/161)) ([58fdac3](https://github.com/fulls1z3/ngx-config/commit/58fdac3d0e8c581440e8854c66b3db58dc2ef47c))





# [8.1.0](https://github.com/fulls1z3/ngx-config/compare/v8.0.2...v8.1.0) (2020-03-10)


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.1.0",
"version": "8.2.0",
"description": "Configuration utility for Angular",
"repository": {
"type": "git",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27)


### Features

* **package:** migrate to ng9 ([#161](https://github.com/fulls1z3/ngx-config/issues/161)) ([58fdac3](https://github.com/fulls1z3/ngx-config/commit/58fdac3d0e8c581440e8854c66b3db58dc2ef47c))





## [8.0.2](https://github.com/fulls1z3/ngx-config/compare/v8.0.1...v8.0.2) (2019-12-02)


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.2",
"version": "8.2.0",
"description": "Loader for ngx-config that provides application settings using http",
"repository": {
"type": "git",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27)


### Features

* **package:** migrate to ng9 ([#161](https://github.com/fulls1z3/ngx-config/issues/161)) ([58fdac3](https://github.com/fulls1z3/ngx-config/commit/58fdac3d0e8c581440e8854c66b3db58dc2ef47c))





## [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
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.1",
"version": "8.2.0",
"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 2c9dbb7

Please sign in to comment.