Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6332256

Browse files
committedJul 9, 2018
Release 9.0.1 (#60)
* Fix build error from typo
1 parent f10cf2a commit 6332256

File tree

3 files changed

+947
-99
lines changed

3 files changed

+947
-99
lines changed
 

‎packages/form/package.json

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

‎packages/form/source/connect/connect-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Subscription } from 'rxjs';
1212

1313
import { Unsubscribe } from 'redux';
1414

15-
import { debounceTime } 'rxjs/operators';
15+
import { debounceTime } from 'rxjs/operators';
1616

1717
import { FormStore } from '../form-store';
1818
import { State } from '../state';

‎packages/form/yarn.lock

Lines changed: 945 additions & 97 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.