Skip to content

Commit 2c9dbb7

Browse files
committed
chore(release): release v8.2.0
1 parent 58fdac3 commit 2c9dbb7

File tree

8 files changed

+48
-4
lines changed

8 files changed

+48
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([#161](https://github.com/fulls1z3/ngx-config/issues/161)) ([58fdac3](https://github.com/fulls1z3/ngx-config/commit/58fdac3d0e8c581440e8854c66b3db58dc2ef47c))
12+
13+
14+
15+
16+
617
# [8.1.0](https://github.com/fulls1z3/ngx-config/compare/v8.0.2...v8.1.0) (2020-03-10)
718

819

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.1.0",
5+
"version": "8.2.0",
66
"npmClient": "yarn",
77
"command": {
88
"publish": {

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([#161](https://github.com/fulls1z3/ngx-config/issues/161)) ([58fdac3](https://github.com/fulls1z3/ngx-config/commit/58fdac3d0e8c581440e8854c66b3db58dc2ef47c))
12+
13+
14+
15+
16+
617
# [8.1.0](https://github.com/fulls1z3/ngx-config/compare/v8.0.2...v8.1.0) (2020-03-10)
718

819

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.1.0",
3+
"version": "8.2.0",
44
"description": "Configuration utility for Angular",
55
"repository": {
66
"type": "git",

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([#161](https://github.com/fulls1z3/ngx-config/issues/161)) ([58fdac3](https://github.com/fulls1z3/ngx-config/commit/58fdac3d0e8c581440e8854c66b3db58dc2ef47c))
12+
13+
14+
15+
16+
617
## [8.0.2](https://github.com/fulls1z3/ngx-config/compare/v8.0.1...v8.0.2) (2019-12-02)
718

819

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.0.2",
3+
"version": "8.2.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27)
7+
8+
9+
### Features
10+
11+
* **package:** migrate to ng9 ([#161](https://github.com/fulls1z3/ngx-config/issues/161)) ([58fdac3](https://github.com/fulls1z3/ngx-config/commit/58fdac3d0e8c581440e8854c66b3db58dc2ef47c))
12+
13+
14+
15+
16+
617
## [8.0.1](https://github.com/fulls1z3/ngx-config/compare/v8.0.0...v8.0.1) (2019-11-21)
718

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

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.0.1",
3+
"version": "8.2.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)