Skip to content

Commit f5abed6

Browse files
committed
Release version 0.6.5
1 parent 3c731e8 commit f5abed6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.5"></a>
7+
8+
# [0.6.5](https://github.com/Microsoft/angular-react/compare/v0.6.2...v0.6.5) (2019-05-16)
9+
10+
Propagate max length attribute in fab-text-field component
11+
612
<a name="0.6.2"></a>
713

814
# [0.6.2](https://github.com/Microsoft/angular-react/compare/v0.6.1...v0.6.2) (2019-03-24)

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

libs/fabric/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/fabric",
4-
"version": "0.6.3",
4+
"version": "0.6.5",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",

0 commit comments

Comments
 (0)