From 6c45ac61a553b92bc0ca6bcb6757d057bf91fb05 Mon Sep 17 00:00:00 2001 From: jalal246 Date: Tue, 10 May 2022 12:05:55 +0200 Subject: [PATCH] v3.5.0 --- packages/core-instance/package.json | 4 +-- packages/dnd/package.json | 10 +++---- .../playgrounds/dflex-react-dnd/package.json | 4 +-- packages/dom-gen/package.json | 4 +-- packages/draggable/package.json | 8 +++--- .../dflex-react-draggable/package.json | 4 +-- packages/store/package.json | 6 ++--- packages/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/core-instance/package.json b/packages/core-instance/package.json index 73735d473..c4dc38e0b 100644 --- a/packages/core-instance/package.json +++ b/packages/core-instance/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/core-instance", - "version": "3.4.1", + "version": "3.5.0", "description": "Core instance is the mirror of interactive element that includes all the properties and methods to manipulate the node", "author": "Jalal Maskoun", "main": "./dist/dflex-core.js", @@ -30,7 +30,7 @@ "LICENSE" ], "devDependencies": { - "@dflex/utils": "workspace:^3.4.1" + "@dflex/utils": "workspace:^3.5.0" }, "keywords": [ "drag-drop", diff --git a/packages/dnd/package.json b/packages/dnd/package.json index 9aae2cd27..01d55e190 100644 --- a/packages/dnd/package.json +++ b/packages/dnd/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/dnd", - "version": "3.4.1", + "version": "3.5.0", "description": "Modern drag and drop package for all JavaScript frameworks", "author": "Jalal Maskoun", "main": "./dist/dflex-dnd.js", @@ -39,10 +39,10 @@ "LICENSE" ], "devDependencies": { - "@dflex/core-instance": "workspace:^3.4.1", - "@dflex/draggable": "workspace:^3.4.1", - "@dflex/store": "workspace:^3.4.1", - "@dflex/utils": "workspace:^3.4.1", + "@dflex/core-instance": "workspace:^3.5.0", + "@dflex/draggable": "workspace:^3.5.0", + "@dflex/store": "workspace:^3.5.0", + "@dflex/utils": "workspace:^3.5.0", "cross-env": "^7.0.3", "cypress": "^9.6.1", "eslint": "^8.15.0", diff --git a/packages/dnd/playgrounds/dflex-react-dnd/package.json b/packages/dnd/playgrounds/dflex-react-dnd/package.json index 3e4fb6033..333dfd23c 100644 --- a/packages/dnd/playgrounds/dflex-react-dnd/package.json +++ b/packages/dnd/playgrounds/dflex-react-dnd/package.json @@ -1,6 +1,6 @@ { "name": "dflex-react-dnd", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "private": true, "scripts": { @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@dflex/dnd": "workspace:^3.4.1", + "@dflex/dnd": "workspace:^3.5.0", "@folo/utils": "^0.1.5", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/packages/dom-gen/package.json b/packages/dom-gen/package.json index 6b7050add..7d5da000c 100644 --- a/packages/dom-gen/package.json +++ b/packages/dom-gen/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/dom-gen", - "version": "3.4.1", + "version": "3.5.0", "description": "DFlex DOM relations generator algorithm", "author": "Jalal Maskoun", "main": "./dist/dflex-dom.js", @@ -47,7 +47,7 @@ "@dflex/dnd" ], "devDependencies": { - "@dflex/utils": "workspace:^3.4.1" + "@dflex/utils": "workspace:^3.5.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/", diff --git a/packages/draggable/package.json b/packages/draggable/package.json index f5be1c3b9..f3dcbd6c3 100644 --- a/packages/draggable/package.json +++ b/packages/draggable/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/draggable", - "version": "3.4.1", + "version": "3.5.0", "description": "Modern Draggable package for all JavaScript frameworks", "author": "Jalal Maskoun", "main": "./dist/dflex-draggable.js", @@ -33,9 +33,9 @@ "LICENSE" ], "devDependencies": { - "@dflex/core-instance": "workspace:^3.4.1", - "@dflex/store": "workspace:^3.4.1", - "@dflex/utils": "workspace:^3.4.1", + "@dflex/core-instance": "workspace:^3.5.0", + "@dflex/store": "workspace:^3.5.0", + "@dflex/utils": "workspace:^3.5.0", "eslint-config-dflex-react": "workspace:*" }, "keywords": [ diff --git a/packages/draggable/playgrounds/dflex-react-draggable/package.json b/packages/draggable/playgrounds/dflex-react-draggable/package.json index 77ccb895f..ab3dc533e 100644 --- a/packages/draggable/playgrounds/dflex-react-draggable/package.json +++ b/packages/draggable/playgrounds/dflex-react-draggable/package.json @@ -1,6 +1,6 @@ { "name": "dflex-react-draggable", - "version": "0.0.1", + "version": "0.1.0", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@dflex/draggable": "workspace:^3.4.1", + "@dflex/draggable": "workspace:^3.5.0", "react": "^18.1.0", "react-dom": "^18.1.0", "react-router-dom": "^6.3.0" diff --git a/packages/store/package.json b/packages/store/package.json index 132330df7..aa82fc600 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/store", - "version": "3.4.1", + "version": "3.5.0", "description": "DOM store allows you to traverse through the DOM tree with element-id", "author": "Jalal Maskoun", "main": "./dist/dflex-store.js", @@ -31,8 +31,8 @@ "LICENSE" ], "devDependencies": { - "@dflex/core-instance": "workspace:^3.4.1", - "@dflex/dom-gen": "workspace:^3.4.1" + "@dflex/core-instance": "workspace:^3.5.0", + "@dflex/dom-gen": "workspace:^3.5.0" }, "keywords": [ "drag-drop", diff --git a/packages/utils/package.json b/packages/utils/package.json index 96dcc3727..948c04b79 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@dflex/utils", - "version": "3.4.1", + "version": "3.5.0", "author": "Jalal Maskoun", "main": "./dist/dflex-utils.js", "module": "./dist/dflex-utils.mjs", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ca02dde3e..48a98d6ab 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,16 +40,16 @@ importers: packages/core-instance: specifiers: - '@dflex/utils': workspace:^3.4.1 + '@dflex/utils': workspace:^3.5.0 devDependencies: '@dflex/utils': link:../utils packages/dnd: specifiers: - '@dflex/core-instance': workspace:^3.4.1 - '@dflex/draggable': workspace:^3.4.1 - '@dflex/store': workspace:^3.4.1 - '@dflex/utils': workspace:^3.4.1 + '@dflex/core-instance': workspace:^3.5.0 + '@dflex/draggable': workspace:^3.5.0 + '@dflex/store': workspace:^3.5.0 + '@dflex/utils': workspace:^3.5.0 cross-env: ^7.0.3 cypress: ^9.6.1 eslint: ^8.15.0 @@ -70,7 +70,7 @@ importers: packages/dnd/playgrounds/dflex-react-dnd: specifiers: - '@dflex/dnd': workspace:^3.4.1 + '@dflex/dnd': workspace:^3.5.0 '@folo/utils': ^0.1.5 '@types/react': ^18.0.9 '@types/react-dom': ^18.0.3 @@ -97,15 +97,15 @@ importers: packages/dom-gen: specifiers: - '@dflex/utils': workspace:^3.4.1 + '@dflex/utils': workspace:^3.5.0 devDependencies: '@dflex/utils': link:../utils packages/draggable: specifiers: - '@dflex/core-instance': workspace:^3.4.1 - '@dflex/store': workspace:^3.4.1 - '@dflex/utils': workspace:^3.4.1 + '@dflex/core-instance': workspace:^3.5.0 + '@dflex/store': workspace:^3.5.0 + '@dflex/utils': workspace:^3.5.0 eslint-config-dflex-react: workspace:* devDependencies: '@dflex/core-instance': link:../core-instance @@ -115,7 +115,7 @@ importers: packages/draggable/playgrounds/dflex-react-draggable: specifiers: - '@dflex/draggable': workspace:^3.4.1 + '@dflex/draggable': workspace:^3.5.0 '@types/react': ^18.0.9 '@types/react-dom': ^18.0.3 '@vitejs/plugin-react': ^1.3.2 @@ -134,8 +134,8 @@ importers: packages/store: specifiers: - '@dflex/core-instance': workspace:^3.4.1 - '@dflex/dom-gen': workspace:^3.4.1 + '@dflex/core-instance': workspace:^3.5.0 + '@dflex/dom-gen': workspace:^3.5.0 devDependencies: '@dflex/core-instance': link:../core-instance '@dflex/dom-gen': link:../dom-gen diff --git a/scripts/eslint-config-dflex-react/package.json b/scripts/eslint-config-dflex-react/package.json index fe24ebd5e..eb57d574f 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.1.1", + "version": "0.2.0", "main": "index.js", "license": "MIT", "private": true, diff --git a/scripts/eslint-config-dflex/package.json b/scripts/eslint-config-dflex/package.json index 795a8c5e8..127fe3504 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.1.1", + "version": "0.2.0", "private": true, "main": "index.js", "license": "MIT",