Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Apr 5, 2022
1 parent f1af4d2 commit 0d65a6b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"version": "3.3.2",
"version": "3.4.0",
"packages": [
"packages/utils",
"packages/core-instance",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-instance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dflex/core-instance",
"version": "3.3.2",
"version": "3.4.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",
Expand Down Expand Up @@ -30,7 +30,7 @@
"LICENSE"
],
"devDependencies": {
"@dflex/utils": "^3.3.0"
"@dflex/utils": "^3.4.0"
},
"keywords": [
"drag-drop",
Expand Down
11 changes: 5 additions & 6 deletions packages/dnd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dflex/dnd",
"version": "3.3.2",
"version": "3.4.0",
"description": "Modern drag and drop package for all JavaScript frameworks",
"author": "Jalal Maskoun",
"main": "./dist/dflex-dnd.js",
Expand Down Expand Up @@ -37,17 +37,16 @@
"LICENSE"
],
"devDependencies": {
"@dflex/utils": "^3.3.2",
"@dflex/core-instance": "^3.3.2",
"@dflex/draggable": "^3.3.2",
"@dflex/store": "^3.3.2",
"@dflex/core-instance": "^3.4.0",
"@dflex/draggable": "^3.4.0",
"@dflex/store": "^3.4.0",
"@dflex/utils": "^3.4.0",
"cross-env": "^7.0.2",
"cypress": "^9.5.0",
"eslint-plugin-cypress": "^2.11.1",
"start-server-and-test": "^1.11.2",
"v8-to-istanbul": "^8.0.0"
},
"dependencies": {},
"keywords": [
"drag-drop",
"dnd",
Expand Down
2 changes: 1 addition & 1 deletion packages/dom-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dflex/dom-gen",
"version": "3.3.2",
"version": "3.4.0",
"description": "DFlex DOM relations generator algorithm",
"author": "Jalal Maskoun",
"main": "./dist/dflex-dom.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/draggable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dflex/draggable",
"version": "3.3.2",
"version": "3.4.0",
"description": "Modern Draggable package for all JavaScript frameworks",
"author": "Jalal Maskoun",
"main": "./dist/dflex-draggable.js",
Expand Down Expand Up @@ -33,10 +33,10 @@
"LICENSE"
],
"devDependencies": {
"eslint-config-dflex-react": "*",
"@dflex/utils": "^3.3.2",
"@dflex/core-instance": "^3.3.2",
"@dflex/store": "^3.3.2"
"@dflex/core-instance": "^3.4.0",
"@dflex/store": "^3.4.0",
"@dflex/utils": "^3.4.0",
"eslint-config-dflex-react": "*"
},
"keywords": [
"drag-drop",
Expand Down
6 changes: 3 additions & 3 deletions packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dflex/store",
"version": "3.3.2",
"version": "3.4.0",
"description": "DOM store allows you to traverse through the DOM tree with element-id",
"author": "Jalal Maskoun",
"main": "./dist/dflex-store.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
"LICENSE"
],
"devDependencies": {
"@dflex/core-instance": "^3.3.2",
"@dflex/dom-gen": "^3.3.2"
"@dflex/core-instance": "^3.4.0",
"@dflex/dom-gen": "^3.4.0"
},
"keywords": [
"drag-drop",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dflex/utils",
"version": "3.3.2",
"version": "3.4.0",
"author": "Jalal Maskoun",
"main": "./dist/dflex-utils.js",
"module": "./dist/dflex-utils.mjs",
Expand Down

0 comments on commit 0d65a6b

Please sign in to comment.