Skip to content

Commit ccf4d78

Browse files
author
🤖 Kuoki Bot
committed
chore(environment-angular): release version 2.0.0
1 parent b98c572 commit ccf4d78

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

packages/environment-angular/CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

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

5+
# [2.0.0](https://github.com/RicardoJBarrios/kuoki/compare/environment-angular-v1.0.10...environment-angular-v2.0.0) (2023-04-17)
6+
7+
8+
* Feature/angular pipe (#9) ([467ad59](https://github.com/RicardoJBarrios/kuoki/commit/467ad59ea50c9ae541980ccaf080c439e6f5d764)), closes [#9](https://github.com/RicardoJBarrios/kuoki/issues/9)
9+
10+
11+
### BREAKING CHANGES
12+
13+
* InvalidEnvironmentSourceError name change
14+
15+
* docs(environment): update store documentation
16+
17+
* docs(environment): update service docs
18+
19+
* feat(environment): add EnvironmentReferenceError and update docs
20+
21+
* docs(environment): update service documentation
22+
23+
* feat(environment): update path errors and docs
24+
25+
* docs(environment): update module documentation
26+
27+
* docs(environment): update module errors
28+
29+
* feat(environment): add DuplicatedEnvironmentSourcesError and update docs
30+
31+
* feat(environment): add NonUndefined and update docs
32+
33+
* feat(environment-angular): align changes in environment with angular-environment
34+
35+
* feat(environment-angular): add pipes
36+
37+
38+
539
## [1.0.10](https://github.com/RicardoJBarrios/kuoki/compare/environment-angular-v1.0.9...environment-angular-v1.0.10) (2023-04-13)
640

741

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": "1.0.10",
3+
"version": "2.0.0",
44
"description": "An Asynchronous Environment Manager for Angular Applications",
55
"keywords": [
66
"kuoki",

0 commit comments

Comments
 (0)