Merge pull request #22 from Microsoft/0.4.5

0.4.5
This commit is contained in:
Ben Grynhaus 2018-10-16 00:44:12 +03:00 коммит произвёл GitHub
Родитель ed15a3c2bf d0e6109bb5
Коммит 6d99ee66c0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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.4.5"></a>
# [0.4.4](https://github.com/Microsoft/angular-react/compare/v0.4.4...v0.4.5) (2018-10-16)
### Bug fixes
- **fabric:** Fix wrong intellisense for `ICommandBarItem` ([#21](https://github.com/Microsoft/angular-react/pull/21)) ([ed15a3c](https://github.com/Microsoft/angular-react/commit/ed15a3c2bfbeb28b8b2def33b1098ac5b13c42fe))
<a name="0.4.4"></a>
# [0.4.4](https://github.com/Microsoft/angular-react/compare/v0.4.3...v0.4.4) (2018-10-02)

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

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

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

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