Merge pull request #20 from Microsoft/0.4.4
Bump core + fabric to 0.4.4
This commit is contained in:
Коммит
d57e8a8039
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
<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)
|
||||||
|
|
||||||
|
### Breaking changes
|
||||||
|
|
||||||
|
- **fabric:** Fix 'toggled'->'toggle' @Input typo in base-button ([#19](https://github.com/Microsoft/angular-react/pull/19)) ([cbd1f82](https://github.com/Microsoft/angular-react/commit/cbd1f82))
|
||||||
|
|
||||||
<a name="0.4.3"></a>
|
<a name="0.4.3"></a>
|
||||||
|
|
||||||
# [0.4.3](https://github.com/Microsoft/angular-react/compare/v0.4.2...v0.4.3) (2018-09-27)
|
# [0.4.3](https://github.com/Microsoft/angular-react/compare/v0.4.2...v0.4.3) (2018-09-27)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "../../node_modules/ng-packagr/package.schema.json",
|
"$schema": "../../node_modules/ng-packagr/package.schema.json",
|
||||||
"name": "@angular-react/core",
|
"name": "@angular-react/core",
|
||||||
"version": "0.4.3",
|
"version": "0.4.4",
|
||||||
"ngPackage": {
|
"ngPackage": {
|
||||||
"deleteDestPath": true,
|
"deleteDestPath": true,
|
||||||
"whitelistedNonPeerDependencies": [
|
"whitelistedNonPeerDependencies": [
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "../../node_modules/ng-packagr/package.schema.json",
|
"$schema": "../../node_modules/ng-packagr/package.schema.json",
|
||||||
"name": "@angular-react/fabric",
|
"name": "@angular-react/fabric",
|
||||||
"version": "0.4.3",
|
"version": "0.4.4",
|
||||||
"ngPackage": {
|
"ngPackage": {
|
||||||
"lib": {
|
"lib": {
|
||||||
"entryFile": "public-api.ts",
|
"entryFile": "public-api.ts",
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
],
|
],
|
||||||
"private": false,
|
"private": false,
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular-react/core": "^0.4.3",
|
"@angular-react/core": "^0.4.4",
|
||||||
"@angular/common": "^6.1.0",
|
"@angular/common": "^6.1.0",
|
||||||
"@angular/core": "^6.1.0",
|
"@angular/core": "^6.1.0",
|
||||||
"@angular/platform-browser-dynamic": "^6.1.0",
|
"@angular/platform-browser-dynamic": "^6.1.0",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче