Skip to content

Commit

Permalink
fix: Foblex Core is unable to slide the schema #37
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheihuzarevich committed Aug 22, 2024
1 parent bc7ae0c commit 55a4070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "12.5.0",
"version": "12.5.1",
"description": "An Angular library designed to simplify the creation and manipulation of dynamic flow. Provides components for flows, nodes, and connections, automating node manipulation and inter-node connections.",
"author": "Siarhei Huzarevich",
"homepage": "https://flow.foblex.com",
Expand Down
4 changes: 2 additions & 2 deletions projects/f-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foblex/flow",
"version": "12.5.0",
"version": "12.5.1",
"description": "An Angular library designed to simplify the creation and manipulation of dynamic flow. Provides components for flows, nodes, and connections, automating node manipulation and inter-node connections.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@foblex/core": ">=1.1.6",
"@foblex/core": ">=1.1.8",
"rxjs": ">=6.6.0"
},
"dependencies": {
Expand Down

0 comments on commit 55a4070

Please sign in to comment.