Skip to content

Commit

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

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


### Features

* **package:** migrate to ng9 ([9370d36](https://github.com/fulls1z3/ngx-config/commit/9370d36f63fcfb81b50e688d660edda83c077aed))
* **package:** migrate to ng9 ([a8ad746](https://github.com/fulls1z3/ngx-config/commit/a8ad74608ec94fe935e4dcb5857ae3c282a3432f))


### BREAKING CHANGES

* **package:** ng9
* **package:** ng9





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


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

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


### Features

* **package:** migrate to ng9 ([9370d36](https://github.com/fulls1z3/ngx-config/commit/9370d36f63fcfb81b50e688d660edda83c077aed))


### BREAKING CHANGES

* **package:** ng9





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


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

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


### Features

* **package:** migrate to ng9 ([9370d36](https://github.com/fulls1z3/ngx-config/commit/9370d36f63fcfb81b50e688d660edda83c077aed))


### BREAKING CHANGES

* **package:** ng9





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


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

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


### Features

* **package:** migrate to ng9 ([9370d36](https://github.com/fulls1z3/ngx-config/commit/9370d36f63fcfb81b50e688d660edda83c077aed))


### BREAKING CHANGES

* **package:** ng9





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


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.2.0",
"version": "9.0.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 5786b9a

Please sign in to comment.