Skip to content

Commit

Permalink
v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Mar 12, 2022
1 parent b46e2e7 commit 7cbb025
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "4.2.1",
"version": "4.2.2",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-querybuilder/antd",
"description": "Custom Ant Design components for react-querybuilder",
"version": "4.2.1",
"version": "4.2.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -28,7 +28,7 @@
"@types/react": "^17.0.0",
"antd": "^4.17.3",
"react": "^17.0.1",
"react-querybuilder": "^4.2.1",
"react-querybuilder": "^4.2.2",
"typescript": "^4.5.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-querybuilder/bootstrap",
"description": "Custom Bootstrap components for react-querybuilder",
"version": "4.2.1",
"version": "4.2.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -27,7 +27,7 @@
"@types/react": "^17.0.0",
"bootstrap-icons": "^1.7.0",
"react": "^17.0.1",
"react-querybuilder": "^4.2.1",
"react-querybuilder": "^4.2.2",
"typescript": "^4.5.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bulma/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-querybuilder/bulma",
"description": "Custom Bulma components for react-querybuilder",
"version": "4.2.1",
"version": "4.2.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@types/react": "^17.0.0",
"react": "^17.0.1",
"react-querybuilder": "^4.2.1",
"react-querybuilder": "^4.2.2",
"typescript": "^4.5.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/chakra/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-querybuilder/chakra",
"description": "Custom Chakra UI components for react-querybuilder",
"version": "4.2.1",
"version": "4.2.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/react": "^17.0.0",
"framer-motion": "^4",
"react": "^17.0.1",
"react-querybuilder": "^4.2.1",
"react-querybuilder": "^4.2.2",
"typescript": "^4.5.0"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-querybuilder/demo",
"version": "4.2.1",
"version": "4.2.2",
"private": true,
"devDependencies": {
"@types/react": "^17.0.0",
Expand All @@ -16,11 +16,11 @@
"@emotion/styled": "^11",
"@mui/icons-material": "^5.0.5",
"@mui/material": "^5.0.6",
"@react-querybuilder/antd": "^4.2.1",
"@react-querybuilder/bootstrap": "^4.2.1",
"@react-querybuilder/bulma": "^4.2.1",
"@react-querybuilder/chakra": "^4.2.1",
"@react-querybuilder/material": "^4.2.1",
"@react-querybuilder/antd": "^4.2.2",
"@react-querybuilder/bootstrap": "^4.2.2",
"@react-querybuilder/bulma": "^4.2.2",
"@react-querybuilder/chakra": "^4.2.2",
"@react-querybuilder/material": "^4.2.2",
"antd": "^4.17.3",
"bootstrap": "^5.0.2",
"bootstrap-icons": "^1.7.0",
Expand All @@ -30,7 +30,7 @@
"query-string": "^7.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-querybuilder": "^4.2.1",
"react-querybuilder": "^4.2.2",
"react-syntax-highlighter": "^15.4.4"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/material/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-querybuilder/material",
"description": "Custom MUI (Material Design) components for react-querybuilder",
"version": "4.2.1",
"version": "4.2.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -28,7 +28,7 @@
"@mui/material": "^5.0.6",
"@types/react": "^17.0.0",
"react": "^17.0.1",
"react-querybuilder": "^4.2.1",
"react-querybuilder": "^4.2.2",
"typescript": "^4.5.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-querybuilder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-querybuilder",
"version": "4.2.1",
"version": "4.2.2",
"description": "The React <QueryBuilder /> component for constructing queries",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 7cbb025

Please sign in to comment.