Skip to content

Commit ab354b3

Browse files
authored
Merge pull request #107 from Microsoft/pr/107
0.6.1
2 parents a93575c + 9923cef commit ab354b3

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.6.1"></a>
7+
8+
# [0.6.1](https://github.com/Microsoft/angular-react/compare/v0.6.0...v0.6.1) (2019-03-22)
9+
10+
## Features
11+
12+
- **fabric:** Update dropdown with directives. ([#104](https://github.com/Microsoft/angular-react/pull/104)) ([a93575c](https://github.com/Microsoft/angular-react/commit/a93575c7a1b31564c0baedd0706d83a77be2271c))
13+
14+
### Bug fixes
15+
16+
- **fabric:** Add blur events to Fabric text field components. ([#98](https://github.com/Microsoft/angular-react/pull/98)) ([8e997c9](https://github.com/Microsoft/angular-react/commit/8e997c9872567e8d1ad839c91e6c464b92444ea9))
17+
618
<a name="0.6.0"></a>
719

820
# [0.6.0](https://github.com/Microsoft/angular-react/compare/v0.5.12...v0.6.0) (2019-03-08)

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.6.0",
4+
"version": "0.6.1",
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.6.0",
4+
"version": "0.6.1",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",
@@ -44,7 +44,7 @@
4444
],
4545
"private": false,
4646
"peerDependencies": {
47-
"@angular-react/core": "^0.6.0",
47+
"@angular-react/core": "^0.6.1",
4848
"@angular/common": "^7.0.3",
4949
"@angular/core": "^7.0.3",
5050
"@angular/platform-browser-dynamic": "^7.0.3",

0 commit comments

Comments
 (0)