Skip to content

Commit 091e69d

Browse files
committed
2.0.9
1 parent 1a8cbbb commit 091e69d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
- 2.0.9
3+
- Fixed issues #215, #214, #208
4+
- Fixed `validateValue`
5+
- Simpler sandbox demo
26
- 2.0.8
37
- Fixed issue #207
48
- 2.0.7

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

0 commit comments

Comments
 (0)