Skip to content

Commit

Permalink
v3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Jun 11, 2022
1 parent d959d41 commit 077afd2
Show file tree
Hide file tree
Showing 11 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.3",
"version": "3.5.4",
"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.3"
"@dflex/utils": "workspace:^3.5.4"
},
"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.2",
"version": "0.1.3",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@dflex/dnd": "workspace:^3.5.3",
"@dflex/dnd": "workspace:^3.5.4",
"@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.3",
"version": "3.5.4",
"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.3",
"@dflex/draggable": "workspace:^3.5.3",
"@dflex/store": "workspace:^3.5.3",
"@dflex/utils": "workspace:^3.5.3"
"@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"
},
"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.3",
"version": "3.5.4",
"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.3"
"@dflex/utils": "workspace:^3.5.4"
},
"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.2",
"version": "0.1.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@dflex/draggable": "workspace:^3.5.3"
"@dflex/draggable": "workspace:^3.5.4"
},
"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.3",
"version": "3.5.4",
"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.3",
"@dflex/store": "workspace:^3.5.3",
"@dflex/utils": "workspace:^3.5.3",
"@dflex/core-instance": "workspace:^3.5.4",
"@dflex/store": "workspace:^3.5.4",
"@dflex/utils": "workspace:^3.5.4",
"eslint-config-dflex-react": "workspace:*"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "3.5.4",
"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,8 +30,8 @@
"LICENSE"
],
"devDependencies": {
"@dflex/core-instance": "workspace:^3.5.3",
"@dflex/dom-gen": "workspace:^3.5.3"
"@dflex/core-instance": "workspace:^3.5.4",
"@dflex/dom-gen": "workspace:^3.5.4"
},
"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.3",
"version": "3.5.4",
"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.

2 changes: 1 addition & 1 deletion scripts/eslint-config-dflex-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-dflex-react",
"version": "0.2.2",
"version": "0.2.3",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion scripts/eslint-config-dflex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-dflex",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 077afd2

Please sign in to comment.