Skip to content

Commit 976d212

Browse files
committed
2.2.2
1 parent 02ac973 commit 976d212

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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.2.2
3+
- Fix issue #306: Wrong import from JsonLogic and export to MongoDb for negated single-item group
24
- 2.2.1
35
- Fix issue #300: If using query builder inside a form element, buttons try to submit the form
46
- 2.2.0

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.2.1",
3+
"version": "2.2.2",
44
"description": "User-friendly query builder for React. Demo: https://ukrbublik.github.io/react-awesome-query-builder",
55
"keywords": [
66
"query-builder",

sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"antd": ">=4.0.0 <4.5.0",
2525
"lodash": "^4.6",
2626
"react": "^16.4.1",
27-
"react-awesome-query-builder": "^2.2.1",
27+
"react-awesome-query-builder": "^2.2.2",
2828
"react-dom": "^16.4.1",
2929
"react-scripts": "^3.4.3",
3030
"typescript": "3.4.5"

sandbox_simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"lodash": "^4.6",
2121
"react": "^16.4.1",
22-
"react-awesome-query-builder": "^2.2.1",
22+
"react-awesome-query-builder": "^2.2.2",
2323
"react-dom": "^16.4.1",
2424
"react-scripts": "^3.4.3"
2525
},

0 commit comments

Comments
 (0)