Skip to content

Commit f9bcb12

Browse files
SethDavenportsmithad15
authored andcommitted
6.5.1 release prep. (angular-redux#33)
1 parent 65c4229 commit f9bcb12

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/form/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 6.5.1 - Support typescript unused checks
2+
3+
* https://github.com/angular-redux/form/pull/32
4+
* Minor README updates.
5+
16
# 6.5.0 - Added support for non-template forms.
27

38
# 6.3.0 - Version bump to match [email protected]

packages/form/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## @angular-redux/form
22

3+
[![Join the chat at https://gitter.im/angular-redux/ng2-redux](https://badges.gitter.im/angular-redux/ng2-redux.svg)](https://gitter.im/angular-redux/ng2-redux?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
34
[![npm version](https://img.shields.io/npm/v/@angular-redux/form.svg)](https://www.npmjs.com/package/@angular-redux/form)
5+
[![downloads per month](https://img.shields.io/npm/dm/@angular-redux/form.svg)](https://www.npmjs.com/package/@angular-redux/form)
46

57
This library is a thin layer of connective tissue between Angular 2+ forms and
68
Redux. It provides unidirectional data binding between your Redux state and
@@ -9,7 +11,7 @@ your forms elements. It builds on existing Angular functionality like
911
and
1012
[NgControl](https://angular.io/docs/ts/latest/api/forms/index/NgControl-class.html)
1113

12-
This supports both [Tempalte driven forms](https://angular.io/guide/forms) and [Reactive driven forms](https://angular.io/guide/reactive-forms).
14+
This supports both [Template driven forms](https://angular.io/guide/forms) and [Reactive driven forms](https://angular.io/guide/reactive-forms).
1315

1416
#### Template Driven
1517

packages/form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-redux/form",
3-
"version": "6.5.0",
3+
"version": "6.5.1",
44
"description": "Build Angular 2+ forms with Redux",
55
"dependencies": {
66
"immutable": "^3.8.1"

0 commit comments

Comments
 (0)