Skip to content

Commit

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

### Bug Fixes

* an example how to handle "TypeError: Cannot read property 'subscribe' of undefined" ([6501a87](6501a87)), closes [#226](#226)
* info how to solve "type is part of the declarations of 2 modules" ([f5ee1bc](f5ee1bc))
* mock-render proxy ([eaeabba](eaeabba))
* relaxed signature of MockInstance ([dccaa2d](dccaa2d))
  • Loading branch information
satanTime committed Nov 7, 2020
1 parent 0c1b5c0 commit 127ab06
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 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.3](https://github.com/ike18t/ng-mocks/compare/v10.5.2...v10.5.3) (2020-11-07)


### Bug Fixes

* an example how to handle "TypeError: Cannot read property 'subscribe' of undefined" ([6501a87](https://github.com/ike18t/ng-mocks/commit/6501a87b7ea433c9250ae7805dd2a7f8d2a4d063)), closes [#226](https://github.com/ike18t/ng-mocks/issues/226)
* info how to solve "type is part of the declarations of 2 modules" ([f5ee1bc](https://github.com/ike18t/ng-mocks/commit/f5ee1bcfde02443ff4fadb0ca1f357f02cdeb610))
* mock-render proxy ([eaeabba](https://github.com/ike18t/ng-mocks/commit/eaeabba28897ea29b2f58109c193a27bf5278518))
* relaxed signature of MockInstance ([dccaa2d](https://github.com/ike18t/ng-mocks/commit/dccaa2d93f671474aedc76de381ff8546310a55f))

## [10.5.2](https://github.com/ike18t/ng-mocks/compare/v10.5.1...v10.5.2) (2020-11-04)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-mocks",
"version": "10.5.2",
"version": "10.5.3",
"description": "A library creating angular mock 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

0 comments on commit 127ab06

Please sign in to comment.