Skip to content

Commit 1ddece5

Browse files
author
Denys Oblohin
committed
2.1.8
1 parent 5f2959f commit 1ddece5

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.8
3+
- Fixed issue #263
24
- 2.1.7
35
- Fixed TS def for conjunctionOptions (#247)
46
- 2.1.6

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.7",
3+
"version": "2.1.8",
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.0.0 <4.5.0",
2424
"react": "^16.4.1",
25-
"react-awesome-query-builder": "^2.1.4",
25+
"react-awesome-query-builder": "^2.1.8",
2626
"react-dom": "^16.4.1",
2727
"react-scripts": "3.0.1",
2828
"typescript": "^3.8.3"

0 commit comments

Comments
 (0)