Merge pull request #4466 from xyflow/changeset-release/main

Release packages
This commit is contained in:
Moritz Klack
2024-07-18 16:08:47 +02:00
committed by GitHub
9 changed files with 27 additions and 18 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/system': patch
---
fix(nodes): re-measure when measured is not set
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/system': patch
---
fix(handles): reconnect for connectionMode=loose
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/system': patch
---
chore(subflows): log warning instead of throwing an error when parent node cant be found
+7
View File
@@ -1,5 +1,12 @@
# @xyflow/react
## 12.0.3
### Patch Changes
- Updated dependencies [[`543c0939`](https://github.com/xyflow/xyflow/commit/543c09392d53fdd56a8876e65f4ce2d8ab250098), [`89cd677b`](https://github.com/xyflow/xyflow/commit/89cd677b5668b78434e02e7b025c6ac58db91e58), [`c253c7c5`](https://github.com/xyflow/xyflow/commit/c253c7c59a2ccd2cb91ad44ce4acbe481d9d7fe1)]:
- @xyflow/system@0.0.37
## 12.0.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@xyflow/react",
"version": "12.0.2",
"version": "12.0.3",
"description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.",
"keywords": [
"react",
+7
View File
@@ -1,5 +1,12 @@
# @xyflow/svelte
## 0.1.13
### Patch Changes
- Updated dependencies [[`543c0939`](https://github.com/xyflow/xyflow/commit/543c09392d53fdd56a8876e65f4ce2d8ab250098), [`89cd677b`](https://github.com/xyflow/xyflow/commit/89cd677b5668b78434e02e7b025c6ac58db91e58), [`c253c7c5`](https://github.com/xyflow/xyflow/commit/c253c7c59a2ccd2cb91ad44ce4acbe481d9d7fe1)]:
- @xyflow/system@0.0.37
## 0.1.12
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@xyflow/svelte",
"version": "0.1.12",
"version": "0.1.13",
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
"keywords": [
"svelte",
+10
View File
@@ -1,5 +1,15 @@
# @xyflow/system
## 0.0.37
### Patch Changes
- [#4465](https://github.com/xyflow/xyflow/pull/4465) [`543c0939`](https://github.com/xyflow/xyflow/commit/543c09392d53fdd56a8876e65f4ce2d8ab250098) Thanks [@moklick](https://github.com/moklick)! - fix(nodes): re-measure when measured is not set
- [#4464](https://github.com/xyflow/xyflow/pull/4464) [`89cd677b`](https://github.com/xyflow/xyflow/commit/89cd677b5668b78434e02e7b025c6ac58db91e58) Thanks [@moklick](https://github.com/moklick)! - fix(handles): reconnect for connectionMode=loose
- [#4467](https://github.com/xyflow/xyflow/pull/4467) [`c253c7c5`](https://github.com/xyflow/xyflow/commit/c253c7c59a2ccd2cb91ad44ce4acbe481d9d7fe1) Thanks [@moklick](https://github.com/moklick)! - chore(subflows): log warning instead of throwing an error when parent node cant be found
## 0.0.36
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@xyflow/system",
"version": "0.0.36",
"version": "0.0.37",
"description": "xyflow core system that powers React Flow and Svelte Flow.",
"keywords": [
"node-based UI",