Skip to content

Commit

Permalink
v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Jun 5, 2023
1 parent a701255 commit 07819f1
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions packages/dflex-core-instance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dflex/core-instance",
"version": "3.8.4",
"version": "3.9.0",
"description": "Core instance is a DFlex package for interactive DOM element",
"author": "Jalal Maskoun",
"main": "./dist/dflex-core.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"LICENSE"
],
"devDependencies": {
"@dflex/utils": "workspace:^3.8.4"
"@dflex/utils": "workspace:^3.9.0"
},
"keywords": [
"drag-drop",
Expand Down
10 changes: 5 additions & 5 deletions packages/dflex-dnd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dflex/dnd",
"version": "3.8.4",
"version": "3.9.0",
"description": "Modern drag and drop package for all JavaScript frameworks",
"author": "Jalal Maskoun",
"main": "./dist/dflex-dnd.js",
Expand Down Expand Up @@ -31,10 +31,10 @@
"LICENSE"
],
"devDependencies": {
"@dflex/core-instance": "workspace:^3.8.4",
"@dflex/draggable": "workspace:^3.8.4",
"@dflex/store": "workspace:^3.8.4",
"@dflex/utils": "workspace:^3.8.4"
"@dflex/core-instance": "workspace:^3.9.0",
"@dflex/draggable": "workspace:^3.9.0",
"@dflex/store": "workspace:^3.9.0",
"@dflex/utils": "workspace:^3.9.0"
},
"keywords": [
"drag-drop",
Expand Down
4 changes: 2 additions & 2 deletions packages/dflex-dom-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dflex/dom-gen",
"version": "3.8.4",
"version": "3.9.0",
"description": "DFlex DOM relations generator algorithm",
"author": "Jalal Maskoun",
"main": "./dist/dflex-dom.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@dflex/dnd"
],
"devDependencies": {
"@dflex/utils": "workspace:^3.8.4"
"@dflex/utils": "workspace:^3.9.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
8 changes: 4 additions & 4 deletions packages/dflex-draggable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dflex/draggable",
"version": "3.8.4",
"version": "3.9.0",
"description": "Draggable only package for all JavaScript frameworks",
"author": "Jalal Maskoun",
"main": "./dist/dflex-draggable.js",
Expand Down Expand Up @@ -31,9 +31,9 @@
"LICENSE"
],
"devDependencies": {
"@dflex/core-instance": "workspace:^3.8.4",
"@dflex/store": "workspace:^3.8.4",
"@dflex/utils": "workspace:^3.8.4",
"@dflex/core-instance": "workspace:^3.9.0",
"@dflex/store": "workspace:^3.9.0",
"@dflex/utils": "workspace:^3.9.0",
"eslint-config-dflex-react": "workspace:*"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/dflex-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dflex/store",
"version": "3.8.4",
"version": "3.9.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 @@ -30,9 +30,9 @@
"LICENSE"
],
"devDependencies": {
"@dflex/core-instance": "workspace:^3.8.4",
"@dflex/dom-gen": "workspace:^3.8.4",
"@dflex/utils": "workspace:^3.8.4"
"@dflex/core-instance": "workspace:^3.9.0",
"@dflex/dom-gen": "workspace:^3.9.0",
"@dflex/utils": "workspace:^3.9.0"
},
"keywords": [
"drag-drop",
Expand Down
2 changes: 1 addition & 1 deletion packages/dflex-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dflex/utils",
"version": "3.8.4",
"version": "3.9.0",
"description": "Utility package for DFlex",
"author": "Jalal Maskoun",
"main": "./dist/dflex-utils.js",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07819f1

Please sign in to comment.