Skip to content

Commit 9a5b0af

Browse files
author
Martynas Žilinskas
committed
v4.3.2 Firefox dispatchEvent fix.
1 parent 7c86b70 commit 9a5b0af

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/react-forms-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplr/react-forms-dom",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"description": "DOM components for @simplr/react-forms.",
55
"repository": "SimplrJS/react-forms",
66
"homepage": "https://github.com/SimplrJS/react-forms",
@@ -55,7 +55,7 @@
5555
"webpack": "^3.0.0"
5656
},
5757
"dependencies": {
58-
"@simplr/react-forms": "^4.3.1",
58+
"@simplr/react-forms": "^4.3.2",
5959
"@types/classnames": "^2.2.0",
6060
"@types/prop-types": "^15.5.1",
6161
"@types/react": "^15.0.34",

packages/react-forms-validation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplr/react-forms-validation",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"description": "Validation library for @simplr/react-forms.",
55
"repository": "SimplrJS/react-forms",
66
"homepage": "https://github.com/SimplrJS/react-forms",
@@ -58,7 +58,7 @@
5858
"action-emitter": "^0.2.1",
5959
"immutable": "^3.8.1",
6060
"react": "^15.6.1",
61-
"@simplr/react-forms": "^4.3.1",
61+
"@simplr/react-forms": "^4.3.2",
6262
"tslib": "^1.7.1",
6363
"validator": "^7.2.0"
6464
},

packages/react-forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplr/react-forms",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"description": "Shared @simplr/react-forms logic.",
55
"repository": "SimplrJS/react-forms",
66
"homepage": "https://github.com/SimplrJS/react-forms",

0 commit comments

Comments
 (0)