Skip to content

Commit

Permalink
v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Feb 23, 2023
1 parent 18953c8 commit 428928f
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 33 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.0",
"version": "3.8.1",
"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.0"
"@dflex/utils": "workspace:^3.8.1"
},
"keywords": [
"drag-drop",
Expand Down
4 changes: 2 additions & 2 deletions packages/dflex-dnd-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dflex-dnd-playground",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -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",
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.0",
"version": "3.8.1",
"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.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",
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.0",
"version": "3.8.1",
"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.0"
"@dflex/utils": "workspace:^3.8.1"
},
"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.0",
"version": "3.8.1",
"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.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": [
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.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",
Expand Down Expand Up @@ -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",
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.0",
"version": "3.8.1",
"description": "Utility package for DFlex",
"author": "Jalal Maskoun",
"main": "./dist/dflex-utils.js",
Expand Down
26 changes: 13 additions & 13 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 428928f

Please sign in to comment.