This commit is contained in:
Ben Grynhaus 2018-10-21 10:54:42 +03:00
Родитель 37cb1bb519
Коммит 94e7123aae
3 изменённых файлов: 10 добавлений и 2 удалений

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

@ -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.7"></a>
# [0.4.7](https://github.com/Microsoft/angular-react/compare/v0.4.6...v0.4.7) (2018-10-21)
### Bug fixes
- **core:** Fix typo in `bundledDependencies`.
<a name="0.4.6"></a>
# [0.4.6](https://github.com/Microsoft/angular-react/compare/v0.4.5...v0.4.6) (2018-10-21)

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

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

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

@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@angular-react/fabric",
"version": "0.4.6",
"version": "0.4.7",
"ngPackage": {
"lib": {
"entryFile": "public-api.ts",