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 #1295

Merged
merged 2 commits into from
Dec 19, 2023
Merged

[ci] Release #1295

merged 2 commits into from
Dec 19, 2023

Conversation

alber70g
Copy link
Member

@alber70g alber70g commented Dec 4, 2023

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/client@1.7.0

Minor Changes

  • 9bec1fb: intruduce PactReturnType in order to extract pact functions return
    type
  • c126ca3: Extract capability type from pure string pact code
  • c637a95: Resolved the issue with Ikeypair type with two different signatures

Patch Changes

  • a3bb207: let users pass Literal or ()=>string as function inputs to cover
    more advanced usecases.
    • @kadena/chainweb-node-client@0.5.2
    • @kadena/cryptography-utils@0.4.2
    • @kadena/pactjs@0.4.2

@kadena/client-utils@0.2.0

Minor Changes

  • 4afeb19: refactor create principal
  • 34e193c: Introduce executeTo which executes the process until the specific
    event is fired then it returns the result of that and pauses the process until
    you call it again.
  • 15c203e: improve client utils returns type

Patch Changes

  • 9bec1fb: intruduce PactReturnType in order to extract pact functions return
    type
  • 70c126a: Fixed minor issue in yaml converter related to an aditional data
    field in IPactCommand.
  • a3bb207: let users pass Literal or ()=>string as function inputs to cover
    more advanced usecases.
  • Updated dependencies [9bec1fb]
  • Updated dependencies [c126ca3]
  • Updated dependencies [c637a95]
  • Updated dependencies [15c203e]
  • Updated dependencies [a3bb207]
    • @kadena/client@1.7.0
    • @kadena/types@0.6.0
    • @kadena/chainweb-node-client@0.5.2
    • @kadena/cryptography-utils@0.4.2

@kadena/pactjs-generator@1.7.0

Minor Changes

  • 9bec1fb: intruduce PactReturnType in order to extract pact functions return
    type
  • a3bb207: let users pass Literal or ()=>string as function inputs to cover
    more advanced usecases.

Patch Changes

  • 735aeb3: Fixed dependency resolution in pactjs-cli

@kadena/types@0.6.0

Minor Changes

  • c637a95: Resolved the issue with Ikeypair type with two different signatures
  • 15c203e: improve client utils returns type

@kadena/pactjs-cli@1.7.0

Minor Changes

  • 9bec1fb: intruduce PactReturnType in order to extract pact functions return
    type

Patch Changes

  • 735aeb3: Fixed dependency resolution in pactjs-cli
  • 74880bb: Extract networkId and chainId from the api
  • Updated dependencies [9bec1fb]
  • Updated dependencies [735aeb3]
  • Updated dependencies [c126ca3]
  • Updated dependencies [c637a95]
  • Updated dependencies [a3bb207]
    • @kadena/pactjs-generator@1.7.0
    • @kadena/client@1.7.0

@kadena-dev/eslint-config@1.0.3

Patch Changes

  • 1db01bb: Improve developer experience and use Typescript power to infer
    types of variables

@kadena/docs@0.8.0

Minor Changes

  • 0cee99f: bugfix: fix the buildscripts remove extra frontmatter and do not
    check on relative deeplink

Patch Changes

  • fb49b2c: fix the tree bug. now all items are visible again
  • 6d30efa: Update Text and Heading components to use new design tokens
  • Updated dependencies [5cf64e1]
  • Updated dependencies [269e3bd]
  • Updated dependencies [f2312a1]
  • Updated dependencies [5266495]
  • Updated dependencies [5a71173]
  • Updated dependencies [6d30efa]
  • Updated dependencies [d1f705b]
    • @kadena/react-ui@0.6.0
    • @kadena/docs-tools@0.1.0

@kadena/hd-wallet@0.2.0

Minor Changes

  • c637a95: Resolved the issue with Ikeypair type with two different signatures

Patch Changes

  • Updated dependencies [9bec1fb]
  • Updated dependencies [c126ca3]
  • Updated dependencies [c637a95]
  • Updated dependencies [a3bb207]
    • @kadena/client@1.7.0
    • @kadena/cryptography-utils@0.4.2

kadena.js@0.1.0

Minor Changes

  • c637a95: Resolved the issue with Ikeypair type with two different signatures

Patch Changes

  • @kadena/chainweb-node-client@0.5.2
  • @kadena/cryptography-utils@0.4.2
  • @kadena/pactjs@0.4.2

@kadena/react-ui@0.6.0

Minor Changes

  • 269e3bd: Added changes in the NavHeader component to improve visibility on
    mobile
  • f2312a1: Updated the Notification, Card, Divider, Tooltip, Dialog, Modal,
    and GradientText components to use the updated design tokens
  • 5266495: New aria complete button without new tokens
    1. Use react aria which come with one major change is onPress instead of
      onClick read more about why
      https://react-spectrum.adobe.com/blog/building-a-button-part-1.html. we
      added onClick to allow easy migration but it is deprecated and we should
      not use it for new code.
    2. Unify the IconButton and Button components using
      <Button icon={<SomeIcon/>} /> instead of IconButton.
    3. Change some props names to be consistent with react-aria naming compact
      -> isCompact.
    4. Button is not a polymorphic component anymore we will have a separate
      link component.
    5. iconAlign is replaced by specific icon renders props startIcon and
      endIcon, and icon is repurposed for icon-only buttons aka IconButton.
    6. Use recipe instead of individual styleVariants.
    7. color and variant are now one prop variant and all alternative
      variants are added as a standalone variant eg
      <Button color="primary" variant="alternative" /> is now
      <Button variant="primaryInverted" /> we use inverted postfix is used
      instead of alternative to match the intended color inversion behavior.
    8. The isCompact variant now works for all button variations before it only
      worked for some color variants.
  • 5a71173: Update design tokens
  • d1f705b: Added atoms which are utility css classes based on the new design
    tokens

Patch Changes

  • 5cf64e1: Changed icon to startIcon for form components
  • 6d30efa: Update Text and Heading components to use new design tokens

@kadena/graph@1.0.7

Patch Changes

  • 4afeb19: refactor create principal
  • c2b60a1: Added descriptions to objects, fields and queries
  • ca1834e: Complexity calculations and limitations added
  • Updated dependencies [9bec1fb]
  • Updated dependencies [4afeb19]
  • Updated dependencies [c126ca3]
  • Updated dependencies [c637a95]
  • Updated dependencies [34e193c]
  • Updated dependencies [70c126a]
  • Updated dependencies [15c203e]
  • Updated dependencies [a3bb207]
    • @kadena/client@1.7.0
    • @kadena/client-utils@0.2.0
    • @kadena/chainweb-node-client@0.5.2
    • @kadena/cryptography-utils@0.4.2
    • @kadena/pactjs@0.4.2

@kadena/graph-client@0.1.8

Patch Changes

@kadena/client-examples@0.0.10

Patch Changes

  • 9bec1fb: intruduce PactReturnType in order to extract pact functions return
    type
  • 735aeb3: Fixed dependency resolution in pactjs-cli
  • Updated dependencies [9bec1fb]
  • Updated dependencies [4afeb19]
  • Updated dependencies [c126ca3]
  • Updated dependencies [c637a95]
  • Updated dependencies [34e193c]
  • Updated dependencies [70c126a]
  • Updated dependencies [15c203e]
  • Updated dependencies [a3bb207]
    • @kadena/client@1.7.0
    • @kadena/client-utils@0.2.0
    • @kadena/chainweb-node-client@0.5.2
    • @kadena/pactjs@0.4.2

@kadena/cookbook@0.0.9

Patch Changes

  • Updated dependencies [9bec1fb]
  • Updated dependencies [c126ca3]
  • Updated dependencies [c637a95]
  • Updated dependencies [a3bb207]
    • @kadena/client@1.7.0
    • @kadena/chainweb-node-client@0.5.2
    • @kadena/cryptography-utils@0.4.2

Copy link

vercel bot commented Dec 4, 2023

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

5 Ignored Deployments
Name Status Preview Comments Updated (UTC)
alpha-docs ⬜️ Ignored (Inspect) Visit Preview Dec 19, 2023 0:58am
docs-storybook ⬜️ Ignored (Inspect) Visit Preview Dec 19, 2023 0:58am
proof-of-us ⬜️ Ignored (Inspect) Visit Preview Dec 19, 2023 0:58am
react-ui ⬜️ Ignored (Inspect) Visit Preview Dec 19, 2023 0:58am
tools ⬜️ Ignored (Inspect) Visit Preview Dec 19, 2023 0:58am

@github-actions github-actions bot force-pushed the changeset-release/main branch from 63809f8 to 939bcc8 Compare December 4, 2023 13:59
@github-actions github-actions bot force-pushed the changeset-release/main branch from 939bcc8 to 0006fe6 Compare December 5, 2023 09:38
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0006fe6 to 5e6f80d Compare December 5, 2023 10:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5e6f80d to 1e545d8 Compare December 5, 2023 11:03
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1e545d8 to 88d410d Compare December 5, 2023 12:46
@github-actions github-actions bot force-pushed the changeset-release/main branch from 46dd288 to 0e702da Compare December 18, 2023 12:08
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0e702da to 54c1843 Compare December 18, 2023 17:17
@github-actions github-actions bot force-pushed the changeset-release/main branch from 54c1843 to 3833607 Compare December 18, 2023 17:21
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3833607 to 8e84033 Compare December 19, 2023 08:30
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8e84033 to f375520 Compare December 19, 2023 10:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from f375520 to fbfeaa3 Compare December 19, 2023 10:59
@javadkh2 javadkh2 merged commit 696fdb0 into main Dec 19, 2023
7 of 8 checks passed
@javadkh2 javadkh2 deleted the changeset-release/main branch December 19, 2023 12:42
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.

7 participants