Skip to content

Commit 5786b9a

Browse files
committed
chore(release): release v9.0.0
1 parent 9370d36 commit 5786b9a

File tree

8 files changed

+70
-4
lines changed

8 files changed

+70
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [9.0.0](https://github.com/fulls1z3/ngx-config/compare/v8.2.0...v9.0.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([9370d36](https://github.com/fulls1z3/ngx-config/commit/9370d36f63fcfb81b50e688d660edda83c077aed))
12+
* **package:** migrate to ng9 ([a8ad746](https://github.com/fulls1z3/ngx-config/commit/a8ad74608ec94fe935e4dcb5857ae3c282a3432f))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **package:** ng9
18+
* **package:** ng9
19+
20+
21+
22+
23+
624
# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27)
725

826

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-config/*"
44
],
5-
"version": "8.2.0",
5+
"version": "9.0.0",
66
"npmClient": "yarn",
77
"command": {
88
"publish": {

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [9.0.0](https://github.com/fulls1z3/ngx-config/compare/v8.2.0...v9.0.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([9370d36](https://github.com/fulls1z3/ngx-config/commit/9370d36f63fcfb81b50e688d660edda83c077aed))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **package:** ng9
17+
18+
19+
20+
21+
622
# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27)
723

824

packages/@ngx-config/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-config/core",
3-
"version": "8.2.0",
3+
"version": "9.0.0",
44
"description": "Configuration utility for Angular",
55
"repository": {
66
"type": "git",

packages/@ngx-config/http-loader/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [9.0.0](https://github.com/fulls1z3/ngx-config/compare/v8.2.0...v9.0.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([9370d36](https://github.com/fulls1z3/ngx-config/commit/9370d36f63fcfb81b50e688d660edda83c077aed))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **package:** ng9
17+
18+
19+
20+
21+
622
# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27)
723

824

packages/@ngx-config/http-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-config/http-loader",
3-
"version": "8.2.0",
3+
"version": "9.0.0",
44
"description": "Loader for ngx-config that provides application settings using http",
55
"repository": {
66
"type": "git",

packages/@ngx-config/merge-loader/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [9.0.0](https://github.com/fulls1z3/ngx-config/compare/v8.2.0...v9.0.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([9370d36](https://github.com/fulls1z3/ngx-config/commit/9370d36f63fcfb81b50e688d660edda83c077aed))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **package:** ng9
17+
18+
19+
20+
21+
622
# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27)
723

824

packages/@ngx-config/merge-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-config/merge-loader",
3-
"version": "8.2.0",
3+
"version": "9.0.0",
44
"description": "Loader for ngx-config that provides application settings by executing loaders in parallel and in series",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)