Skip to content

Commit

Permalink
v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Jul 13, 2022
1 parent 02bc413 commit 5f085d8
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 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.5.4",
"version": "3.6.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.5.4"
"@dflex/utils": "workspace:^3.6.0"
},
"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.1.3",
"version": "0.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@dflex/dnd": "workspace:^3.5.4",
"@dflex/dnd": "workspace:^3.6.0",
"@folo/utils": "^0.1.5"
},
"devDependencies": {
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.5.4",
"version": "3.6.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.5.4",
"@dflex/draggable": "workspace:^3.5.4",
"@dflex/store": "workspace:^3.5.4",
"@dflex/utils": "workspace:^3.5.4"
"@dflex/core-instance": "workspace:^3.6.0",
"@dflex/draggable": "workspace:^3.6.0",
"@dflex/store": "workspace:^3.6.0",
"@dflex/utils": "workspace:^3.6.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.5.4",
"version": "3.6.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.5.4"
"@dflex/utils": "workspace:^3.6.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
4 changes: 2 additions & 2 deletions packages/dflex-draggable-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dflex-draggable-playground",
"version": "0.1.3",
"version": "0.2.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@dflex/draggable": "workspace:^3.5.4"
"@dflex/draggable": "workspace:^3.6.0"
},
"devDependencies": {
"eslint-config-dflex-react": "workspace:*"
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.5.4",
"version": "3.6.0",
"description": "Draggable only package for all JavaScript frameworks",
"author": "Jalal Maskoun",
"main": "./dist/dflex-draggable.js",
Expand Down Expand Up @@ -32,9 +32,9 @@
"LICENSE"
],
"devDependencies": {
"@dflex/core-instance": "workspace:^3.5.4",
"@dflex/store": "workspace:^3.5.4",
"@dflex/utils": "workspace:^3.5.4",
"@dflex/core-instance": "workspace:^3.6.0",
"@dflex/store": "workspace:^3.6.0",
"@dflex/utils": "workspace:^3.6.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.5.4",
"version": "3.6.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.5.4",
"@dflex/dom-gen": "workspace:^3.5.4",
"@dflex/utils": "workspace:^3.5.4"
"@dflex/core-instance": "workspace:^3.6.0",
"@dflex/dom-gen": "workspace:^3.6.0",
"@dflex/utils": "workspace:^3.6.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.5.4",
"version": "3.6.0",
"description": "Utility package for DFlex",
"author": "Jalal Maskoun",
"main": "./dist/dflex-utils.js",
Expand Down
28 changes: 14 additions & 14 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 5f085d8

Please sign in to comment.