Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 3, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@onflow/fcl-core@1.22.0

Minor Changes

  • #2638 d9d994cdaca8fe82cce0a3bcf48b5b4f7d3dc960 Thanks @jribbink! - Adds support for signature extension data introduced by FLIP 264.

    Users can now include signature extension data in their transactions by returning an additional extensionData property in their signing functions.

    const authz = (ix: Interaction) => {
      return {
        addr: "0x1234567890abcdef",
        keyId: 0,
        signingFunction: (signable: Signable) => ({
          signature: "1234",
          extensionData: "1234",
        }),
      }
    }

Patch Changes

@onflow/react-sdk@0.11.0

Minor Changes

Patch Changes

  • Updated dependencies []:
    • @onflow/fcl@1.20.3

@onflow/sdk@1.11.0

Minor Changes

  • #2669 ef3fb70d694e83bc19c2bd6b6d6ea44b6df6ac23 Thanks @mfbz! - Added support for mixed cadence imports

  • #2638 d9d994cdaca8fe82cce0a3bcf48b5b4f7d3dc960 Thanks @jribbink! - Adds support for signature extension data introduced by FLIP 264.

    Users can now include signature extension data in their transactions by returning an additional extensionData property in their signing functions.

    const authz = (ix: Interaction) => {
      return {
        addr: "0x1234567890abcdef",
        keyId: 0,
        signingFunction: (signable: Signable) => ({
          signature: "1234",
          extensionData: "1234",
        }),
      }
    }

Patch Changes

@onflow/transport-http@1.14.0

Minor Changes

  • #2638 d9d994cdaca8fe82cce0a3bcf48b5b4f7d3dc960 Thanks @jribbink! - Adds support for signature extension data introduced by FLIP 264.

    Users can now include signature extension data in their transactions by returning an additional extensionData property in their signing functions.

    const authz = (ix: Interaction) => {
      return {
        addr: "0x1234567890abcdef",
        keyId: 0,
        signingFunction: (signable: Signable) => ({
          signature: "1234",
          extensionData: "1234",
        }),
      }
    }

@onflow/typedefs@1.8.0

Minor Changes

  • #2638 d9d994cdaca8fe82cce0a3bcf48b5b4f7d3dc960 Thanks @jribbink! - Adds support for signature extension data introduced by FLIP 264.

    Users can now include signature extension data in their transactions by returning an additional extensionData property in their signing functions.

    const authz = (ix: Interaction) => {
      return {
        addr: "0x1234567890abcdef",
        keyId: 0,
        signingFunction: (signable: Signable) => ({
          signature: "1234",
          extensionData: "1234",
        }),
      }
    }

@onflow/fcl@1.20.3

Patch Changes

@onflow/fcl-ethereum-provider@0.0.10

Patch Changes

  • Updated dependencies []:
    • @onflow/fcl@1.20.3
    • @onflow/fcl-wc@7.0.0

@onflow/fcl-rainbowkit-adapter@0.2.6

Patch Changes

  • Updated dependencies []:
    • @onflow/fcl@1.20.3
    • @onflow/fcl-ethereum-provider@0.0.10
    • @onflow/fcl-wagmi-adapter@0.0.10

@onflow/fcl-react-native@1.13.3

Patch Changes

@onflow/fcl-wagmi-adapter@0.0.10

Patch Changes

  • Updated dependencies []:
    • @onflow/fcl@1.20.3
    • @onflow/fcl-ethereum-provider@0.0.10

@onflow/fcl-wc@7.0.0

Patch Changes

@onflow/demo@1.1.0

Minor Changes

@github-actions github-actions bot requested a review from a team as a code owner October 3, 2025 18:08
Copy link

vercel bot commented Oct 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
react-sdk-demo Ready Ready Preview Comment Oct 17, 2025 9:24pm

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

@github-actions github-actions bot force-pushed the changeset-release/master branch from d43ba99 to 3b5dcd0 Compare October 7, 2025 22:33
@github-actions github-actions bot force-pushed the changeset-release/master branch from 3b5dcd0 to 7527957 Compare October 7, 2025 22:56
@github-actions github-actions bot force-pushed the changeset-release/master branch from 7527957 to c52052e Compare October 8, 2025 19:17
@github-actions github-actions bot force-pushed the changeset-release/master branch from c52052e to 369c09d Compare October 9, 2025 19:33
@github-actions github-actions bot force-pushed the changeset-release/master branch from 369c09d to fe34718 Compare October 10, 2025 18:19
@github-actions github-actions bot force-pushed the changeset-release/master branch from fe34718 to 8748b43 Compare October 12, 2025 21:10
@github-actions github-actions bot force-pushed the changeset-release/master branch from 8748b43 to 6b4f6ed Compare October 14, 2025 16:27
@github-actions github-actions bot force-pushed the changeset-release/master branch from 6b4f6ed to e95b833 Compare October 16, 2025 20:34
@github-actions github-actions bot force-pushed the changeset-release/master branch from e95b833 to 353dc39 Compare October 17, 2025 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants