From 3a41584c613af0567bfb15e1b76ea3ecbf7c59ae Mon Sep 17 00:00:00 2001 From: ukrbublik Date: Tue, 25 Jul 2023 03:03:36 +0300 Subject: [PATCH] bump 6.4.0 --- lerna.json | 3 +-- packages/antd/package.json | 2 +- packages/bootstrap/package.json | 2 +- packages/core/package.json | 2 +- packages/examples/package.json | 2 +- packages/fluent/package.json | 2 +- packages/material/package.json | 2 +- packages/mui/package.json | 2 +- packages/sandbox/package.json | 2 +- packages/sandbox_next/package.json | 2 +- packages/sandbox_simple/package.json | 2 +- packages/tests/package.json | 2 +- packages/ui/package.json | 2 +- 13 files changed, 13 insertions(+), 14 deletions(-) diff --git a/lerna.json b/lerna.json index 233220b01..28e5c9acb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,9 +1,8 @@ { - "useWorkspaces": true, "npmClient": "pnpm", "workspaces": [ "./packages/*" ], "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "6.3.0" + "version": "6.4.0" } diff --git a/packages/antd/package.json b/packages/antd/package.json index 1f974ed5b..aa9479f73 100644 --- a/packages/antd/package.json +++ b/packages/antd/package.json @@ -1,6 +1,6 @@ { "name": "@react-awesome-query-builder/antd", - "version": "6.3.0", + "version": "6.4.0", "description": "User-friendly query builder for React. AntDesign widgets", "keywords": [ "query-builder", diff --git a/packages/bootstrap/package.json b/packages/bootstrap/package.json index 94befdf77..b6a35df5d 100644 --- a/packages/bootstrap/package.json +++ b/packages/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@react-awesome-query-builder/bootstrap", - "version": "6.3.0", + "version": "6.4.0", "description": "User-friendly query builder for React. Bootstrap widgets", "keywords": [ "query-builder", diff --git a/packages/core/package.json b/packages/core/package.json index fb4766792..b3a4af7b6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-awesome-query-builder/core", - "version": "6.3.0", + "version": "6.4.0", "description": "User-friendly query builder for React. Core", "keywords": [ "query-builder", diff --git a/packages/examples/package.json b/packages/examples/package.json index d909e40d3..e89bdc6ad 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,6 +1,6 @@ { "name": "@react-awesome-query-builder/examples", - "version": "6.3.0", + "version": "6.4.0", "description": "Local hot-reloadable demo for @react-awesome-query-builder", "repository": { "type": "git", diff --git a/packages/fluent/package.json b/packages/fluent/package.json index 1956977b0..18f7bb949 100644 --- a/packages/fluent/package.json +++ b/packages/fluent/package.json @@ -1,6 +1,6 @@ { "name": "@react-awesome-query-builder/fluent", - "version": "6.3.0", + "version": "6.4.0", "description": "User-friendly query builder for React. Fluent 8 widgets", "keywords": [ "query-builder", diff --git a/packages/material/package.json b/packages/material/package.json index fd59af367..db9b4a2e2 100644 --- a/packages/material/package.json +++ b/packages/material/package.json @@ -1,6 +1,6 @@ { "name": "@react-awesome-query-builder/material", - "version": "6.3.0", + "version": "6.4.0", "description": "User-friendly query builder for React. Material-UI 4 widgets", "keywords": [ "query-builder", diff --git a/packages/mui/package.json b/packages/mui/package.json index 779461cb4..00fa1a098 100644 --- a/packages/mui/package.json +++ b/packages/mui/package.json @@ -1,6 +1,6 @@ { "name": "@react-awesome-query-builder/mui", - "version": "6.3.0", + "version": "6.4.0", "description": "User-friendly query builder for React. MUI 5 widgets", "keywords": [ "query-builder", diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index ba6d07d3f..4a0d33b0e 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@react-awesome-query-builder/sandbox", - "version": "6.3.0", + "version": "6.4.0", "description": "Demo for @react-awesome-query-builder", "repository": { "type": "git", diff --git a/packages/sandbox_next/package.json b/packages/sandbox_next/package.json index acc7211f9..8a4370f7e 100644 --- a/packages/sandbox_next/package.json +++ b/packages/sandbox_next/package.json @@ -1,6 +1,6 @@ { "name": "@react-awesome-query-builder/sandbox-next", - "version": "6.3.0", + "version": "6.4.0", "description": "Demo for @react-awesome-query-builder", "repository": { "type": "git", diff --git a/packages/sandbox_simple/package.json b/packages/sandbox_simple/package.json index 2b9b24394..a20c948fc 100644 --- a/packages/sandbox_simple/package.json +++ b/packages/sandbox_simple/package.json @@ -1,6 +1,6 @@ { "name": "@react-awesome-query-builder/sandbox-simple", - "version": "6.3.0", + "version": "6.4.0", "description": "Simple demo for @react-awesome-query-builder", "repository": { "type": "git", diff --git a/packages/tests/package.json b/packages/tests/package.json index b4eaa8e7b..85503f403 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -1,6 +1,6 @@ { "name": "@react-awesome-query-builder/tests", - "version": "6.3.0", + "version": "6.4.0", "private": true, "description": "Tests for @react-awesome-query-builder", "repository": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 8e98f56da..ffa11b40d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@react-awesome-query-builder/ui", - "version": "6.3.0", + "version": "6.4.0", "description": "User-friendly query builder for React. Core React UI", "keywords": [ "query-builder",