From 428928f82583804e5ddc923f3d69bbf17d10a2f1 Mon Sep 17 00:00:00 2001 From: jalal246 Date: Thu, 23 Feb 2023 23:56:58 +0200 Subject: [PATCH] v3.8.1 --- 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 ++-- packages/dflex-draggable/package.json | 8 +++---- packages/dflex-store/package.json | 8 +++---- packages/dflex-utils/package.json | 2 +- pnpm-lock.yaml | 26 +++++++++++----------- 8 files changed, 33 insertions(+), 33 deletions(-) diff --git a/packages/dflex-core-instance/package.json b/packages/dflex-core-instance/package.json index 59c0d1b4f..8730ead4f 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.8.0", + "version": "3.8.1", "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.8.0" + "@dflex/utils": "workspace:^3.8.1" }, "keywords": [ "drag-drop", diff --git a/packages/dflex-dnd-playground/package.json b/packages/dflex-dnd-playground/package.json index bb8c473c9..24806d3ef 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.3.0", + "version": "0.3.1", "license": "MIT", "private": true, "scripts": { @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@dflex/dnd": "workspace:^3.7.0" + "@dflex/dnd": "workspace:^3.8.1" }, "devDependencies": { "cypress": "^12.6.0", diff --git a/packages/dflex-dnd/package.json b/packages/dflex-dnd/package.json index bd92a41f1..067819809 100644 --- a/packages/dflex-dnd/package.json +++ b/packages/dflex-dnd/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/dnd", - "version": "3.8.0", + "version": "3.8.1", "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.8.0", - "@dflex/draggable": "workspace:^3.8.0", - "@dflex/store": "workspace:^3.8.0", - "@dflex/utils": "workspace:^3.8.0" + "@dflex/core-instance": "workspace:^3.8.1", + "@dflex/draggable": "workspace:^3.8.1", + "@dflex/store": "workspace:^3.8.1", + "@dflex/utils": "workspace:^3.8.1" }, "keywords": [ "drag-drop", diff --git a/packages/dflex-dom-gen/package.json b/packages/dflex-dom-gen/package.json index 83b3eb8be..c71d4414b 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.8.0", + "version": "3.8.1", "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.8.0" + "@dflex/utils": "workspace:^3.8.1" }, "publishConfig": { "registry": "https://registry.npmjs.org/", diff --git a/packages/dflex-draggable/package.json b/packages/dflex-draggable/package.json index 103ca5198..a0edb9c09 100644 --- a/packages/dflex-draggable/package.json +++ b/packages/dflex-draggable/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/draggable", - "version": "3.8.0", + "version": "3.8.1", "description": "Draggable only package for all JavaScript frameworks", "author": "Jalal Maskoun", "main": "./dist/dflex-draggable.js", @@ -31,9 +31,9 @@ "LICENSE" ], "devDependencies": { - "@dflex/core-instance": "workspace:^3.8.0", - "@dflex/store": "workspace:^3.8.0", - "@dflex/utils": "workspace:^3.8.0", + "@dflex/core-instance": "workspace:^3.8.1", + "@dflex/store": "workspace:^3.8.1", + "@dflex/utils": "workspace:^3.8.1", "eslint-config-dflex-react": "workspace:*" }, "keywords": [ diff --git a/packages/dflex-store/package.json b/packages/dflex-store/package.json index ee7a91ee8..b8a246167 100644 --- a/packages/dflex-store/package.json +++ b/packages/dflex-store/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/store", - "version": "3.8.0", + "version": "3.8.1", "description": "DOM store allows you to traverse through the DOM tree with element-id", "author": "Jalal Maskoun", "main": "./dist/dflex-store.js", @@ -30,9 +30,9 @@ "LICENSE" ], "devDependencies": { - "@dflex/core-instance": "workspace:^3.8.0", - "@dflex/dom-gen": "workspace:^3.8.0", - "@dflex/utils": "workspace:^3.8.0" + "@dflex/core-instance": "workspace:^3.8.1", + "@dflex/dom-gen": "workspace:^3.8.1", + "@dflex/utils": "workspace:^3.8.1" }, "keywords": [ "drag-drop", diff --git a/packages/dflex-utils/package.json b/packages/dflex-utils/package.json index f76e6ab6e..8ae1308f8 100644 --- a/packages/dflex-utils/package.json +++ b/packages/dflex-utils/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/utils", - "version": "3.8.0", + "version": "3.8.1", "description": "Utility package for DFlex", "author": "Jalal Maskoun", "main": "./dist/dflex-utils.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 06c55f996..82ab4bf00 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,16 +58,16 @@ importers: packages/dflex-core-instance: specifiers: - '@dflex/utils': workspace:^3.8.0 + '@dflex/utils': workspace:^3.8.1 devDependencies: '@dflex/utils': link:../dflex-utils packages/dflex-dnd: specifiers: - '@dflex/core-instance': workspace:^3.8.0 - '@dflex/draggable': workspace:^3.8.0 - '@dflex/store': workspace:^3.8.0 - '@dflex/utils': workspace:^3.8.0 + '@dflex/core-instance': workspace:^3.8.1 + '@dflex/draggable': workspace:^3.8.1 + '@dflex/store': workspace:^3.8.1 + '@dflex/utils': workspace:^3.8.1 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.7.0 + '@dflex/dnd': workspace:^3.8.1 cypress: ^12.6.0 eslint: ^8.34.0 eslint-config-dflex-react: workspace:* @@ -91,15 +91,15 @@ importers: packages/dflex-dom-gen: specifiers: - '@dflex/utils': workspace:^3.8.0 + '@dflex/utils': workspace:^3.8.1 devDependencies: '@dflex/utils': link:../dflex-utils packages/dflex-draggable: specifiers: - '@dflex/core-instance': workspace:^3.8.0 - '@dflex/store': workspace:^3.8.0 - '@dflex/utils': workspace:^3.8.0 + '@dflex/core-instance': workspace:^3.8.1 + '@dflex/store': workspace:^3.8.1 + '@dflex/utils': workspace:^3.8.1 eslint-config-dflex-react: workspace:* devDependencies: '@dflex/core-instance': link:../dflex-core-instance @@ -118,9 +118,9 @@ importers: packages/dflex-store: specifiers: - '@dflex/core-instance': workspace:^3.8.0 - '@dflex/dom-gen': workspace:^3.8.0 - '@dflex/utils': workspace:^3.8.0 + '@dflex/core-instance': workspace:^3.8.1 + '@dflex/dom-gen': workspace:^3.8.1 + '@dflex/utils': workspace:^3.8.1 devDependencies: '@dflex/core-instance': link:../dflex-core-instance '@dflex/dom-gen': link:../dflex-dom-gen