Skip to content

Commit a2578b0

Browse files
authored
0.5.12 (#93)
* bump core and fabric versions * add changelog
1 parent 2f48c6c commit a2578b0

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
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.5.12"></a>
7+
8+
# [0.5.12](https://github.com/Microsoft/angular-react/compare/v0.5.11...v0.5.12) (2019-02-20)
9+
10+
## Features
11+
12+
- **fabric:** Add `Nav` component. ([#88](https://github.com/Microsoft/angular-react/pull/88)) ([a50eacc](https://github.com/Microsoft/angular-react/commit/a50eaccf775958722c59ab80e0db5c216b7ce332))
13+
14+
### Bug fixes
15+
16+
- **fabric:** Add explicit events for FabTextField and FabMaskedTextField components ([#92](https://github.com/Microsoft/angular-react/pull/92)) ([2f48c6c](https://github.com/Microsoft/angular-react/commit/2f48c6c492991d0af53b27571d4523e6bdbcc65b))
17+
618
<a name="0.5.11"></a>
719

820
# [0.5.11](https://github.com/Microsoft/angular-react/compare/v0.5.10...v0.5.11) (2019-01-31)

libs/core/package.json

+1-1
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.5.11",
4+
"version": "0.5.12",
55
"ngPackage": {
66
"deleteDestPath": true,
77
"whitelistedNonPeerDependencies": [

libs/fabric/package.json

+2-2
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.5.11",
4+
"version": "0.5.12",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",
@@ -44,7 +44,7 @@
4444
],
4545
"private": false,
4646
"peerDependencies": {
47-
"@angular-react/core": "^0.5.11",
47+
"@angular-react/core": "^0.5.12",
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)