* bump version

* update changelog
This commit is contained in:
Ben Grynhaus 2019-01-31 19:12:06 +02:00 коммит произвёл GitHub
Родитель 498cfded1c
Коммит ca4b474e91
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 11 добавлений и 3 удалений

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.11"></a>
# [0.5.11](https://github.com/Microsoft/angular-react/compare/v0.5.10...v0.5.11) (2019-01-31)
### Bug fixes
- **fabric:** fix typed-changes failing in some AOT configurations ([#86](https://github.com/Microsoft/angular-react/pull/86)) ([498cfde](https://github.com/Microsoft/angular-react/commit/498cfded1ca9a1ae830ed78f5a75c802ddee5f6d))
<a name="0.5.10"></a>
# [0.5.10](https://github.com/Microsoft/angular-react/compare/v0.5.9...v0.5.10) (2019-01-27)

Просмотреть файл

@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@angular-react/core",
"version": "0.5.10",
"version": "0.5.11",
"ngPackage": {
"deleteDestPath": true,
"whitelistedNonPeerDependencies": [

Просмотреть файл

@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@angular-react/fabric",
"version": "0.5.10",
"version": "0.5.11",
"ngPackage": {
"lib": {
"entryFile": "public-api.ts",
@ -44,7 +44,7 @@
],
"private": false,
"peerDependencies": {
"@angular-react/core": "^0.5.10",
"@angular-react/core": "^0.5.11",
"@angular/common": "^7.0.3",
"@angular/core": "^7.0.3",
"@angular/platform-browser-dynamic": "^7.0.3",