Skip to content

Commit d57e8a8

Browse files
authored
Merge pull request #20 from Microsoft/0.4.4
Bump core + fabric to 0.4.4
2 parents cbd1f82 + 9f45fd1 commit d57e8a8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.4.4"></a>
7+
8+
# [0.4.4](https://github.com/Microsoft/angular-react/compare/v0.4.3...v0.4.4) (2018-10-02)
9+
10+
### Breaking changes
11+
12+
- **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))
13+
614
<a name="0.4.3"></a>
715

816
# [0.4.3](https://github.com/Microsoft/angular-react/compare/v0.4.2...v0.4.3) (2018-09-27)

libs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@angular-react/core",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"ngPackage": {
66
"deleteDestPath": true,
77
"whitelistedNonPeerDependencies": [

libs/fabric/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@angular-react/fabric",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",
@@ -70,7 +70,7 @@
7070
],
7171
"private": false,
7272
"peerDependencies": {
73-
"@angular-react/core": "^0.4.3",
73+
"@angular-react/core": "^0.4.4",
7474
"@angular/common": "^6.1.0",
7575
"@angular/core": "^6.1.0",
7676
"@angular/platform-browser-dynamic": "^6.1.0",

0 commit comments

Comments
 (0)