Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Release #2497

Merged
merged 1 commit into from
Sep 10, 2024
Merged

[ci] Release #2497

merged 1 commit into from
Sep 10, 2024

Conversation

alber70g
Copy link
Member

@alber70g alber70g commented Aug 30, 2024

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 main, this PR will be updated.

Releases

@kadena/[email protected]

Minor Changes

  • d07b424: Add eckoStatus to createEckoWalletQuicksign and
    createEckoWalletSign.

@kadena/[email protected]

Minor Changes

  • ae3dbc7: Feature to add components in the description

@kadena/[email protected]

Patch Changes

  • 7ef4a06: Fix issue where missing crosschain transfer would error
  • Updated dependencies [d07b424]
    • @kadena/client\@1.14.0
    • @kadena/client-utils\@0.9.1

@kadena/[email protected]

Patch Changes

  • Updated dependencies [d07b424]
    • @kadena/client\@1.14.0
    • @kadena/pactjs-cli\@1.14.0

@kadena/[email protected]

Patch Changes

  • Updated dependencies [d07b424]
    • @kadena/client\@1.14.0
    • @kadena/client-utils\@0.9.1
    • @kadena/pactjs-cli\@1.14.0
    • @kadena/pactjs-generator\@1.14.0

@kadena/[email protected]

Patch Changes

  • Updated dependencies [d07b424]
    • @kadena/client\@1.14.0
    • @kadena/pactjs-generator\@1.14.0

@kadena/[email protected]

@kadena/[email protected]

Minor Changes

  • 9d2227e: Prepare type Guard for interface InterfaceGuard to support all
    guard types

    Instead of using a union Guard = { ... } | { ... } we've opted to use an
    interface that dictates that every Guard has to provide a
    keys: string[], predicate: string property. For all guards except
    KeysetGuard this will be an empty array keys = [] or empty string
    predicate = "".

    This way we don't break the current signature. The Guards properties keys
    and predicate are now @deprecated and will be removed in the next major
    version.

    DEPRECATION NOTICE: The keys and predicate properties of the generic
    Guard type. Use guard { ... on KeysetGuard { keys predicate } } instead.

Patch Changes

  • Updated dependencies [ae3dbc7]
  • Updated dependencies [7ef4a06]
    • @kadena/kode-ui\@0.15.0
    • @kadena/graph\@1.0.11

@kadena-dev/[email protected]

Minor Changes

  • bae860a: Adds a script to validate whether changed files are exclusively of a
    specific set

    • check-changed-files.sh in packages/tools/scripts/:
      • A script to validate that changes in a pull request are restricted to
        specific documentation and asset files.
      • The script checks the modified files against a predefined list of allowed
        paths and file types and exits with an error if any disallowed files are
        detected.

    Purpose: To support automated approval of pull requests that only modify
    approved documentation or asset files, enhancing the CI/CD workflow
    efficiency.

@kadena/[email protected]

Patch Changes

  • Updated dependencies [ae3dbc7]
  • Updated dependencies [d07b424]
    • @kadena/kode-ui\@0.15.0
    • @kadena/client\@1.14.0
    • @kadena/client-utils\@0.9.1
    • @kadena/pactjs-generator\@1.14.0

@kadena/[email protected]

Patch Changes

  • @kadena/dev-wallet\@0.3.5

@kadena/[email protected]

Patch Changes

  • 2d6573b: a fix for adding a network
  • Updated dependencies [ae3dbc7]
  • Updated dependencies [7ef4a06]
    • @kadena/kode-ui\@0.15.0
    • @kadena/graph\@1.0.11

@kadena/[email protected]

Patch Changes

  • Updated dependencies [ae3dbc7]
  • Updated dependencies [d07b424]
    • @kadena/kode-ui\@0.15.0
    • @kadena/client\@1.14.0
    • @kadena/client-utils\@0.9.1

@kadena/[email protected]

Patch Changes

  • 73dc734: update the spirekey package
  • Updated dependencies [ae3dbc7]
  • Updated dependencies [d07b424]
  • Updated dependencies [7ef4a06]
    • @kadena/kode-ui\@0.15.0
    • @kadena/client\@1.14.0
    • @kadena/graph\@1.0.11

@kadena/[email protected]

Patch Changes

  • Updated dependencies [d07b424]
    • @kadena/client\@1.14.0

@kadena/[email protected]

Patch Changes

  • Updated dependencies [d07b424]
    • @kadena/client\@1.14.0
    • @kadena/client-utils\@0.9.1

Copy link

vercel bot commented Aug 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
alpha-docs ✅ Ready (Inspect) Visit Preview Sep 10, 2024 7:22pm
dev-wallet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 10, 2024 7:22pm
explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 10, 2024 7:22pm
kode-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 10, 2024 7:22pm
marmalade-marketplace ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 10, 2024 7:22pm
proof-of-us ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 10, 2024 7:22pm
tools ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 10, 2024 7:22pm

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment