* bump version

* update changelog
This commit is contained in:
Ben Grynhaus 2019-03-24 19:27:05 +02:00 коммит произвёл GitHub
Родитель ab354b3928
Коммит 11b46f1fa4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 10 добавлений и 3 удалений

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

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.6.2"></a>
# [0.6.2](https://github.com/Microsoft/angular-react/compare/v0.6.1...v0.6.2) (2019-03-24)
Fix for broken `0.6.1` release.
<a name="0.6.1"></a>
# [0.6.1](https://github.com/Microsoft/angular-react/compare/v0.6.0...v0.6.1) (2019-03-22)

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

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

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

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