From f8de8b2df5c2f7266954558968aa13a2c327abb4 Mon Sep 17 00:00:00 2001 From: Jordan Ribbink Date: Fri, 15 Nov 2024 01:03:21 -0800 Subject: [PATCH] add changesets --- .changeset/brown-bobcats-remain.md | 5 +++++ .changeset/little-spies-glow.md | 5 +++++ .changeset/poor-carrots-wink.md | 5 +++++ .changeset/rotten-paws-retire.md | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changeset/brown-bobcats-remain.md create mode 100644 .changeset/little-spies-glow.md create mode 100644 .changeset/poor-carrots-wink.md create mode 100644 .changeset/rotten-paws-retire.md diff --git a/.changeset/brown-bobcats-remain.md b/.changeset/brown-bobcats-remain.md new file mode 100644 index 000000000..53bf8f394 --- /dev/null +++ b/.changeset/brown-bobcats-remain.md @@ -0,0 +1,5 @@ +--- +"@onflow/fcl-bundle": minor +--- + +Add tailwindcss support, preact support, image loading support diff --git a/.changeset/little-spies-glow.md b/.changeset/little-spies-glow.md new file mode 100644 index 000000000..4f2bac120 --- /dev/null +++ b/.changeset/little-spies-glow.md @@ -0,0 +1,5 @@ +--- +"@onflow/fcl-wc": minor +--- + +Add UI notifications for pending requests diff --git a/.changeset/poor-carrots-wink.md b/.changeset/poor-carrots-wink.md new file mode 100644 index 000000000..23ffa6394 --- /dev/null +++ b/.changeset/poor-carrots-wink.md @@ -0,0 +1,5 @@ +--- +"@onflow/fcl": minor +--- + +Add `walletconnect.showNotifications` config option to disable WC notification UI diff --git a/.changeset/rotten-paws-retire.md b/.changeset/rotten-paws-retire.md new file mode 100644 index 000000000..38990d4d3 --- /dev/null +++ b/.changeset/rotten-paws-retire.md @@ -0,0 +1,5 @@ +--- +"@onflow/fcl-core": patch +--- + +Pass missing fields to service redirects in execService