Skip to content

Commit

Permalink
2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys Oblohin committed Jul 31, 2020
1 parent 2f4ae76 commit a41a907
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
- 2.1.6
- Temporary disable AntDesign 4.5.0+ because of "Invalid hook call" problem
- 2.1.4
- Fixed issue #249 with importing rules with group fields from JsonLogic format
- 2.1.3
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Denis Oblogin <[email protected]> (https://github.com/ukrbublik)",
"dependencies": {
"react-awesome-query-builder": "file:..",
"antd": "^4.1.2",
"antd": ">=4.0.0 <4.5.0",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-awesome-query-builder",
"version": "2.1.5",
"version": "2.1.6",
"description": "User-friendly query builder for React. Demo: https://ukrbublik.github.io/react-awesome-query-builder",
"keywords": [
"reactjs",
Expand Down Expand Up @@ -53,7 +53,7 @@
"transit-js": "^0.8.846"
},
"peerDependencies": {
"antd": "^4.1.2",
"antd": ">=4.0.0 <4.5.0",
"react": "^0.14.6 || ^15.0.0 || ^16.4.1 ",
"react-dom": "^0.14.6 || ^15.0.0 || ^16.4.1",
"react-redux": "^4.0.6 || ^5.0.0",
Expand All @@ -78,7 +78,7 @@
"@types/react-dom": "^16.4.1",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"antd": "^4.1.2",
"antd": ">=4.0.0 <4.5.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.13.0",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "^13.13.4",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"antd": "^4.1.2",
"antd": ">=4.0.0 <4.5.0",
"react": "^16.4.1",
"react-awesome-query-builder": "^2.1.4",
"react-dom": "^16.4.1",
Expand Down

0 comments on commit a41a907

Please sign in to comment.