Skip to content

Commit 05b4bab

Browse files
author
Denys Oblohin
committed
2.1.4
1 parent bc95de2 commit 05b4bab

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
- 2.1.4
3+
- Fixed issue #249 with importing rules with group fields from JsonLogic format
24
- 2.1.3
35
- Fixed issue #255 with reordering
46
- 2.1.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-awesome-query-builder",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "User-friendly query builder for React. Demo: https://ukrbublik.github.io/react-awesome-query-builder",
55
"keywords": [
66
"reactjs",

sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/react-dom": "^16.9.7",
2323
"antd": "^4.1.2",
2424
"react": "^16.4.1",
25-
"react-awesome-query-builder": "^2.1.3",
25+
"react-awesome-query-builder": "^2.1.4",
2626
"react-dom": "^16.4.1",
2727
"react-scripts": "3.0.1",
2828
"typescript": "^3.8.3"

0 commit comments

Comments
 (0)