From 077afd28b38bbeaade136d6cc454264b87f08a77 Mon Sep 17 00:00:00 2001 From: jalal246 Date: Sat, 11 Jun 2022 20:46:40 +0200 Subject: [PATCH] v3.5.4 --- packages/dflex-core-instance/package.json | 4 +-- packages/dflex-dnd-playground/package.json | 4 +-- packages/dflex-dnd/package.json | 10 +++---- packages/dflex-dom-gen/package.json | 4 +-- .../dflex-draggable-playground/package.json | 4 +-- packages/dflex-draggable/package.json | 8 +++--- packages/dflex-store/package.json | 6 ++--- packages/dflex-utils/package.json | 2 +- pnpm-lock.yaml | 26 +++++++++---------- .../eslint-config-dflex-react/package.json | 2 +- scripts/eslint-config-dflex/package.json | 2 +- 11 files changed, 36 insertions(+), 36 deletions(-) diff --git a/packages/dflex-core-instance/package.json b/packages/dflex-core-instance/package.json index 109bbd59a..e161a608b 100644 --- a/packages/dflex-core-instance/package.json +++ b/packages/dflex-core-instance/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/core-instance", - "version": "3.5.3", + "version": "3.5.4", "description": "Core instance is a DFlex package for interactive DOM element", "author": "Jalal Maskoun", "main": "./dist/dflex-core.js", @@ -30,7 +30,7 @@ "LICENSE" ], "devDependencies": { - "@dflex/utils": "workspace:^3.5.3" + "@dflex/utils": "workspace:^3.5.4" }, "keywords": [ "drag-drop", diff --git a/packages/dflex-dnd-playground/package.json b/packages/dflex-dnd-playground/package.json index d95d383c1..803dd522e 100644 --- a/packages/dflex-dnd-playground/package.json +++ b/packages/dflex-dnd-playground/package.json @@ -1,6 +1,6 @@ { "name": "dflex-dnd-playground", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "private": true, "scripts": { @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@dflex/dnd": "workspace:^3.5.3", + "@dflex/dnd": "workspace:^3.5.4", "@folo/utils": "^0.1.5" }, "devDependencies": { diff --git a/packages/dflex-dnd/package.json b/packages/dflex-dnd/package.json index 8aa749978..baf47571d 100644 --- a/packages/dflex-dnd/package.json +++ b/packages/dflex-dnd/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/dnd", - "version": "3.5.3", + "version": "3.5.4", "description": "Modern drag and drop package for all JavaScript frameworks", "author": "Jalal Maskoun", "main": "./dist/dflex-dnd.js", @@ -31,10 +31,10 @@ "LICENSE" ], "devDependencies": { - "@dflex/core-instance": "workspace:^3.5.3", - "@dflex/draggable": "workspace:^3.5.3", - "@dflex/store": "workspace:^3.5.3", - "@dflex/utils": "workspace:^3.5.3" + "@dflex/core-instance": "workspace:^3.5.4", + "@dflex/draggable": "workspace:^3.5.4", + "@dflex/store": "workspace:^3.5.4", + "@dflex/utils": "workspace:^3.5.4" }, "keywords": [ "drag-drop", diff --git a/packages/dflex-dom-gen/package.json b/packages/dflex-dom-gen/package.json index 38cfaa17a..c197a97e8 100644 --- a/packages/dflex-dom-gen/package.json +++ b/packages/dflex-dom-gen/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/dom-gen", - "version": "3.5.3", + "version": "3.5.4", "description": "DFlex DOM relations generator algorithm", "author": "Jalal Maskoun", "main": "./dist/dflex-dom.js", @@ -45,7 +45,7 @@ "@dflex/dnd" ], "devDependencies": { - "@dflex/utils": "workspace:^3.5.3" + "@dflex/utils": "workspace:^3.5.4" }, "publishConfig": { "registry": "https://registry.npmjs.org/", diff --git a/packages/dflex-draggable-playground/package.json b/packages/dflex-draggable-playground/package.json index 5f41bfd4d..ad211973a 100644 --- a/packages/dflex-draggable-playground/package.json +++ b/packages/dflex-draggable-playground/package.json @@ -1,6 +1,6 @@ { "name": "dflex-draggable-playground", - "version": "0.1.2", + "version": "0.1.3", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@dflex/draggable": "workspace:^3.5.3" + "@dflex/draggable": "workspace:^3.5.4" }, "devDependencies": { "eslint-config-dflex-react": "workspace:*" diff --git a/packages/dflex-draggable/package.json b/packages/dflex-draggable/package.json index 105cf02cf..3ba7c793c 100644 --- a/packages/dflex-draggable/package.json +++ b/packages/dflex-draggable/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/draggable", - "version": "3.5.3", + "version": "3.5.4", "description": "Draggable only package for all JavaScript frameworks", "author": "Jalal Maskoun", "main": "./dist/dflex-draggable.js", @@ -32,9 +32,9 @@ "LICENSE" ], "devDependencies": { - "@dflex/core-instance": "workspace:^3.5.3", - "@dflex/store": "workspace:^3.5.3", - "@dflex/utils": "workspace:^3.5.3", + "@dflex/core-instance": "workspace:^3.5.4", + "@dflex/store": "workspace:^3.5.4", + "@dflex/utils": "workspace:^3.5.4", "eslint-config-dflex-react": "workspace:*" }, "keywords": [ diff --git a/packages/dflex-store/package.json b/packages/dflex-store/package.json index 59c75672a..e91cbdd49 100644 --- a/packages/dflex-store/package.json +++ b/packages/dflex-store/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/store", - "version": "3.5.3", + "version": "3.5.4", "description": "DOM store allows you to traverse through the DOM tree with element-id", "author": "Jalal Maskoun", "main": "./dist/dflex-store.js", @@ -30,8 +30,8 @@ "LICENSE" ], "devDependencies": { - "@dflex/core-instance": "workspace:^3.5.3", - "@dflex/dom-gen": "workspace:^3.5.3" + "@dflex/core-instance": "workspace:^3.5.4", + "@dflex/dom-gen": "workspace:^3.5.4" }, "keywords": [ "drag-drop", diff --git a/packages/dflex-utils/package.json b/packages/dflex-utils/package.json index 964aeef5a..803ca4107 100644 --- a/packages/dflex-utils/package.json +++ b/packages/dflex-utils/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/utils", - "version": "3.5.3", + "version": "3.5.4", "description": "Utility package for DFlex", "author": "Jalal Maskoun", "main": "./dist/dflex-utils.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 33eb6ca23..3da6d7dd1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,16 +58,16 @@ importers: packages/dflex-core-instance: specifiers: - '@dflex/utils': workspace:^3.5.3 + '@dflex/utils': workspace:^3.5.4 devDependencies: '@dflex/utils': link:../dflex-utils packages/dflex-dnd: specifiers: - '@dflex/core-instance': workspace:^3.5.3 - '@dflex/draggable': workspace:^3.5.3 - '@dflex/store': workspace:^3.5.3 - '@dflex/utils': workspace:^3.5.3 + '@dflex/core-instance': workspace:^3.5.4 + '@dflex/draggable': workspace:^3.5.4 + '@dflex/store': workspace:^3.5.4 + '@dflex/utils': workspace:^3.5.4 devDependencies: '@dflex/core-instance': link:../dflex-core-instance '@dflex/draggable': link:../dflex-draggable @@ -76,7 +76,7 @@ importers: packages/dflex-dnd-playground: specifiers: - '@dflex/dnd': workspace:^3.5.3 + '@dflex/dnd': workspace:^3.5.4 '@folo/utils': ^0.1.5 cypress: ^10.0.2 eslint: ^8.16.0 @@ -93,15 +93,15 @@ importers: packages/dflex-dom-gen: specifiers: - '@dflex/utils': workspace:^3.5.3 + '@dflex/utils': workspace:^3.5.4 devDependencies: '@dflex/utils': link:../dflex-utils packages/dflex-draggable: specifiers: - '@dflex/core-instance': workspace:^3.5.3 - '@dflex/store': workspace:^3.5.3 - '@dflex/utils': workspace:^3.5.3 + '@dflex/core-instance': workspace:^3.5.4 + '@dflex/store': workspace:^3.5.4 + '@dflex/utils': workspace:^3.5.4 eslint-config-dflex-react: workspace:* devDependencies: '@dflex/core-instance': link:../dflex-core-instance @@ -111,7 +111,7 @@ importers: packages/dflex-draggable-playground: specifiers: - '@dflex/draggable': workspace:^3.5.3 + '@dflex/draggable': workspace:^3.5.4 eslint-config-dflex-react: workspace:* dependencies: '@dflex/draggable': link:../dflex-draggable @@ -120,8 +120,8 @@ importers: packages/dflex-store: specifiers: - '@dflex/core-instance': workspace:^3.5.3 - '@dflex/dom-gen': workspace:^3.5.3 + '@dflex/core-instance': workspace:^3.5.4 + '@dflex/dom-gen': workspace:^3.5.4 devDependencies: '@dflex/core-instance': link:../dflex-core-instance '@dflex/dom-gen': link:../dflex-dom-gen diff --git a/scripts/eslint-config-dflex-react/package.json b/scripts/eslint-config-dflex-react/package.json index 037e0b717..3b8e25828 100644 --- a/scripts/eslint-config-dflex-react/package.json +++ b/scripts/eslint-config-dflex-react/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-dflex-react", - "version": "0.2.2", + "version": "0.2.3", "main": "index.js", "license": "MIT", "private": true, diff --git a/scripts/eslint-config-dflex/package.json b/scripts/eslint-config-dflex/package.json index af525e622..ea7e727ab 100644 --- a/scripts/eslint-config-dflex/package.json +++ b/scripts/eslint-config-dflex/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-dflex", - "version": "0.2.2", + "version": "0.2.3", "private": true, "main": "index.js", "license": "MIT",