Skip to content

Commit

Permalink
v3.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Sep 22, 2023
1 parent d810fb7 commit fb0415b
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 37 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.9.6",
"version": "3.9.7",
"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.9.6"
"@dflex/utils": "workspace:^3.9.7"
},
"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.5",
"version": "0.3.6",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@dflex/dnd": "workspace:^3.9.4"
"@dflex/dnd": "workspace:^3.9.7"
},
"devDependencies": {
"cypress": "^13.2.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.9.6",
"version": "3.9.7",
"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.9.6",
"@dflex/draggable": "workspace:^3.9.6",
"@dflex/store": "workspace:^3.9.6",
"@dflex/utils": "workspace:^3.9.6"
"@dflex/core-instance": "workspace:^3.9.7",
"@dflex/draggable": "workspace:^3.9.7",
"@dflex/store": "workspace:^3.9.7",
"@dflex/utils": "workspace:^3.9.7"
},
"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.9.6",
"version": "3.9.7",
"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.9.6"
"@dflex/utils": "workspace:^3.9.7"
},
"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.9.6",
"version": "3.9.7",
"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.9.6",
"@dflex/store": "workspace:^3.9.6",
"@dflex/utils": "workspace:^3.9.6",
"@dflex/core-instance": "workspace:^3.9.7",
"@dflex/store": "workspace:^3.9.7",
"@dflex/utils": "workspace:^3.9.7",
"eslint-config-dflex-react": "workspace:*"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/dflex-next-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dflex-next-playground",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@dflex/dnd": "workspace:^3.9.4",
"@dflex/dnd": "workspace:^3.9.7",
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
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.9.6",
"version": "3.9.7",
"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.9.6",
"@dflex/dom-gen": "workspace:^3.9.6",
"@dflex/utils": "workspace:^3.9.6"
"@dflex/core-instance": "workspace:^3.9.7",
"@dflex/dom-gen": "workspace:^3.9.7",
"@dflex/utils": "workspace:^3.9.7"
},
"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.9.6",
"version": "3.9.7",
"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.

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

0 comments on commit fb0415b

Please sign in to comment.