From 4b8041860e28a9a408467c92c140202535a17d83 Mon Sep 17 00:00:00 2001 From: Alex Ni <12097569+nialexsan@users.noreply.github.com> Date: Fri, 1 Sep 2023 17:21:43 -0400 Subject: [PATCH] changeset tag --- .changeset/pre.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .changeset/pre.json diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000..08d01d434 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,25 @@ +{ + "mode": "pre", + "tag": "typescript", + "initialVersions": { + "@onflow/config": "1.2.0", + "@onflow/fcl": "1.6.0", + "@onflow/fcl-bundle": "1.4.0", + "@onflow/fcl-wc": "4.0.0", + "@onflow/protobuf": "1.2.1", + "@onflow/rlp": "1.2.0", + "@onflow/sdk": "1.3.0", + "@onflow/transport-grpc": "1.3.0", + "@onflow/transport-http": "1.8.0", + "@onflow/typedefs": "1.2.0", + "@onflow/types": "1.2.0", + "@onflow/util-actor": "1.3.0", + "@onflow/util-address": "1.2.0", + "@onflow/util-encode-key": "1.2.0", + "@onflow/util-invariant": "1.2.0", + "@onflow/util-logger": "1.3.0", + "@onflow/util-template": "1.2.0", + "@onflow/util-uid": "1.2.0" + }, + "changesets": [] +}