From c1727516ae8449878f31cf51094e6dfd73238540 Mon Sep 17 00:00:00 2001 From: Jordan Ribbink <17958158+jribbink@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:49:05 -0700 Subject: [PATCH] Enter alpha mode (#1984) --- .changeset/pre.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .changeset/pre.json diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000..df60b2203 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,29 @@ +{ + "mode": "pre", + "tag": "alpha", + "initialVersions": { + "@onflow/config": "1.5.0", + "@onflow/fcl": "1.12.3", + "@onflow/fcl-bundle": "1.5.0", + "@onflow/fcl-core": "1.12.0", + "@onflow/fcl-react-native": "1.9.6", + "@onflow/fcl-wc": "5.4.0", + "@onflow/protobuf": "1.3.0", + "@onflow/rlp": "1.2.2", + "@onflow/sdk": "1.5.3", + "@onflow/transport-grpc": "1.4.1", + "@onflow/transport-http": "1.10.2", + "@onflow/typedefs": "1.3.1", + "@onflow/types": "1.4.0", + "@onflow/util-actor": "1.3.3", + "@onflow/util-address": "1.2.2", + "@onflow/util-encode-key": "1.2.3", + "@onflow/util-invariant": "1.2.3", + "@onflow/util-logger": "1.3.2", + "@onflow/util-rpc": "0.0.1", + "@onflow/util-semver": "1.0.2", + "@onflow/util-template": "1.2.2", + "@onflow/util-uid": "1.2.2" + }, + "changesets": [] +}