chore(package): bump

This commit is contained in:
moklick
2024-01-03 23:53:51 +01:00
parent 7ea999f74b
commit 0aad2488e0
5 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@xyflow/react",
"version": "12.0.0-next.0",
"version": "12.0.0-next.1",
"description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.",
"keywords": [
"react",
+6
View File
@@ -1,5 +1,11 @@
# @xyflow/svelte
## 0.0.31
### Bugfix
- fix edge rendering
## 0.0.30
### Features
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@xyflow/svelte",
"version": "0.0.30",
"version": "0.0.31",
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
"keywords": [
"svelte",
+4
View File
@@ -104,6 +104,10 @@
fill: none;
}
.xy-flow__edges {
position: absolute;
}
.xy-flow__edge {
pointer-events: visibleStroke;
cursor: pointer;