From aaf46dc22ca8daa507e8e7eb7c3646bde158d8bc Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 5 Feb 2023 22:08:56 +0100 Subject: [PATCH] chore: add changesets Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .changeset/new-falcons-approve.md | 5 +++++ .changeset/shaggy-dots-wait.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/new-falcons-approve.md create mode 100644 .changeset/shaggy-dots-wait.md diff --git a/.changeset/new-falcons-approve.md b/.changeset/new-falcons-approve.md new file mode 100644 index 00000000..9735005b --- /dev/null +++ b/.changeset/new-falcons-approve.md @@ -0,0 +1,5 @@ +--- +'@vue-flow/core': patch +--- + +Add `valid` and `connecting` class names instead of `vue-flow__handle-valid` and `vue-flow__handle-connecting` (old class names kept for backwards compatibility but will be removed in the future) diff --git a/.changeset/shaggy-dots-wait.md b/.changeset/shaggy-dots-wait.md new file mode 100644 index 00000000..38efac67 --- /dev/null +++ b/.changeset/shaggy-dots-wait.md @@ -0,0 +1,5 @@ +--- +'@vue-flow/core': patch +--- + +Fix ios connection error