Skip to content

Commit b4e6aac

Browse files
author
Kuoki Bot
committed
chore(environment-angular): release version 0.2.0
1 parent 9dc51df commit b4e6aac

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

packages/environment-angular/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [0.2.0](https://github.com/RicardoJBarrios/kuoki/compare/environment-angular-v0.1.0...environment-angular-v0.2.0) (2022-04-16)
6+
7+
8+
### Bug Fixes
9+
10+
* **environment-angular:** add missing import ([e5eda3f](https://github.com/RicardoJBarrios/kuoki/commit/e5eda3fcf9046dc8812616a0a32c15fdec3ddca6))
11+
* **environment-angular:** fix multiple sources injection ([f31f2a1](https://github.com/RicardoJBarrios/kuoki/commit/f31f2a1b310d0b2b8a07c21ec95d66d1df6d53c0))
12+
* **environment-angular:** fix source tokens behavior and docs ([8e6b347](https://github.com/RicardoJBarrios/kuoki/commit/8e6b347e7a343890572dfc3d6f6ca12cbe88ac43))
13+
* **environment-angular:** temp fix lint ([54c5cd0](https://github.com/RicardoJBarrios/kuoki/commit/54c5cd098377b23fd1c3796950f94a6e83290496))
14+
15+
16+
### Features
17+
18+
* **environment-angular:** add OrType type to helpers ([a743dad](https://github.com/RicardoJBarrios/kuoki/commit/a743dadafe87fbc1f1ee7ac5b05b28d3ec57412b))
19+
* **environment-angular:** rename OrType to OrProvider ([ce208df](https://github.com/RicardoJBarrios/kuoki/commit/ce208df527469ea3b83c9f193b6c629c74e34925))
20+
* **environment-angular:** update module to add source factory changes ([be62311](https://github.com/RicardoJBarrios/kuoki/commit/be62311c5d181f83c065c7d799601db3f33fa93a))
21+
* **environment-angular:** update source token factory and update tests and docs ([fede127](https://github.com/RicardoJBarrios/kuoki/commit/fede127c22794a37a9f139d4ebd51d04a8c80362))
22+
23+
24+
525
# 0.1.0 (2022-04-10)
626

727

packages/environment-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kuoki/environment-angular",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "An Asynchronous Environment Manager for Angular Applications",
55
"keywords": [
66
"kuoki",

0 commit comments

Comments
 (0)