Skip to content

Commit

Permalink
chore(release): 10.5.2
Browse files Browse the repository at this point in the history
## [10.5.2](v10.5.1...v10.5.2) (2020-11-04)

### Bug Fixes

* keeping root providers for kept modules ([dc078af](dc078af)), closes [#222](#222)
* providing a root service as it is for kept declarations ([e5486e6](e5486e6)), closes [#222](#222)
* respecting mock keep switch in nested modules ([2f185fb](2f185fb))
* support of ngOnChanges from OnChanges interface ([820dc94](820dc94))
  • Loading branch information
satanTime committed Nov 4, 2020
1 parent 0319543 commit bfb4328
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [10.5.2](https://github.com/ike18t/ng-mocks/compare/v10.5.1...v10.5.2) (2020-11-04)


### Bug Fixes

* keeping root providers for kept modules ([dc078af](https://github.com/ike18t/ng-mocks/commit/dc078af4b85e9e57b17091c21b11d670960f95df)), closes [#222](https://github.com/ike18t/ng-mocks/issues/222)
* providing a root service as it is for kept declarations ([e5486e6](https://github.com/ike18t/ng-mocks/commit/e5486e6b29e39ee403aa3f514b7671f3fa442b58)), closes [#222](https://github.com/ike18t/ng-mocks/issues/222)
* respecting mock keep switch in nested modules ([2f185fb](https://github.com/ike18t/ng-mocks/commit/2f185fb9ca7be3d96abb14e37f700d76826a13de))
* support of ngOnChanges from OnChanges interface ([820dc94](https://github.com/ike18t/ng-mocks/commit/820dc946c0c4963c1ea715584471d25ff44e6c60))

## [10.5.1](https://github.com/ike18t/ng-mocks/compare/v10.5.0...v10.5.1) (2020-11-01)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-mocks",
"version": "10.5.1",
"version": "10.5.2",
"description": "A library mocking angular components, directives, pipes, services, providers and modules in unit tests, which also includes shallow rendering and precise stubs to dump child dependencies.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -80,7 +80,7 @@
"keywords": [
"angular unit tests",
"angular testing",
"angular test",
"angular test example",
"mocking TestBed how to",
"mock component",
"mock directive",
Expand Down

0 comments on commit bfb4328

Please sign in to comment.