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

Version Packages #14329

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Version Packages #14329

merged 1 commit into from
Oct 26, 2023

Conversation

sui-merge-bot[bot]
Copy link
Contributor

@sui-merge-bot sui-merge-bot bot commented Oct 18, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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

@mysten/[email protected]

Minor Changes

  • d4d9c92: Upgrade dapp-kit and the scaffold applications to react-query v5

Patch Changes

@mysten/[email protected]

Minor Changes

  • d4d9c92: Upgrade dapp-kit and the scaffold applications to react-query v5

  • fb0ce34: Add global connection status info and change the hook interface of useCurrentWallet to
    return an object to encapsulate connection info together. To migrate:

    Before:
    const currentWallet = useCurrentWallet();

    After:
    const { currentWallet } = useCurrentWallet();

Patch Changes

@mysten/[email protected]

Minor Changes

  • b9afb55: adds "transfer to object" (receivingRef) support

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@mysten/[email protected]

Patch Changes

@sui-merge-bot sui-merge-bot bot requested a review from a team as a code owner October 18, 2023 18:19
@vercel
Copy link

vercel bot commented Oct 18, 2023

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

Name Status Preview Comments Updated (UTC)
explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 26, 2023 5:58am
multisig-toolkit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 26, 2023 5:58am
mysten-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 26, 2023 5:58am
sui-kiosk ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 26, 2023 5:58am
sui-typescript-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 26, 2023 5:58am

@github-actions
Copy link
Contributor

github-actions bot commented Oct 18, 2023

⚠️ 🦋 Changesets Warning: This PR has changes to public npm packages, but does not contain a changeset. You can create a changeset easily by running pnpm changeset in the root of the Sui repo, and following the prompts. If your change does not need a changeset (e.g. a documentation-only change), you can ignore this message. This warning will be removed when a changeset is added to this pull request.

Learn more about Changesets.

@vercel vercel bot temporarily deployed to Preview – mysten-ui October 18, 2023 18:21 Inactive
@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from 7152ccd to 3b0907e Compare October 18, 2023 19:04
@vercel vercel bot temporarily deployed to Preview – mysten-ui October 18, 2023 19:04 Inactive
@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from 3b0907e to f682c43 Compare October 18, 2023 19:20
@vercel vercel bot temporarily deployed to Preview – mysten-ui October 18, 2023 19:22 Inactive
@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from f682c43 to 3803309 Compare October 18, 2023 19:41
@vercel vercel bot temporarily deployed to Preview – mysten-ui October 18, 2023 19:42 Inactive
@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from 3803309 to 77889d1 Compare October 18, 2023 20:59
@vercel vercel bot temporarily deployed to Preview – mysten-ui October 18, 2023 20:59 Inactive
@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from 77889d1 to 3e8148f Compare October 18, 2023 22:52
@vercel vercel bot temporarily deployed to Preview – mysten-ui October 18, 2023 22:53 Inactive
@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from 3e8148f to 453bbee Compare October 18, 2023 22:55
@vercel vercel bot temporarily deployed to Preview – mysten-ui October 18, 2023 22:56 Inactive
@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from 62167cb to b55c4da Compare October 26, 2023 02:54
@vercel vercel bot temporarily deployed to Preview – mysten-ui October 26, 2023 02:55 Inactive
@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from b55c4da to 9761a52 Compare October 26, 2023 04:42
@vercel vercel bot temporarily deployed to Preview – mysten-ui October 26, 2023 04:43 Inactive
@sui-merge-bot sui-merge-bot bot force-pushed the changeset-release/main branch from 9761a52 to 7ff3b4d Compare October 26, 2023 05:29
@vercel vercel bot temporarily deployed to Preview – mysten-ui October 26, 2023 05:29 Inactive
@hayes-mysten hayes-mysten merged commit 823d3cd into main Oct 26, 2023
35 checks passed
@hayes-mysten hayes-mysten deleted the changeset-release/main branch October 26, 2023 17:00
jonas-lj pushed a commit to jonas-lj/sui that referenced this pull request Nov 2, 2023
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and publish to npm
yourself or [setup this action to publish
automatically](https://github.com/changesets/action#with-publishing). 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
## @mysten/[email protected]

### Minor Changes

- d4d9c92: Upgrade dapp-kit and the scaffold applications to
react-query v5

### Patch Changes

-   Updated dependencies [d4d9c92]
-   Updated dependencies [fb0ce34]
-   Updated dependencies [09c1030]
-   Updated dependencies [e057809]
-   Updated dependencies [b9afb55]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Minor Changes

- d4d9c92: Upgrade dapp-kit and the scaffold applications to
react-query v5
- fb0ce34: Add global connection status info and change the hook
interface of `useCurrentWallet` to
return an object to encapsulate connection info together. To migrate:

    Before:
    const currentWallet = useCurrentWallet();

    After:
    const { currentWallet } = useCurrentWallet();

### Patch Changes

-   09c1030: fix pagination in useSuiClientInfiniteQuery
-   e057809: Fix typing of data for useSuiClientInfiniteQuery
-   Updated dependencies [b9afb55]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Minor Changes

-   b9afb55: adds "transfer to object" (receivingRef) support

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [b9afb55]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [b9afb55]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [b9afb55]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [b9afb55]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [b9afb55]
    -   @mysten/[email protected]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [b9afb55]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [b9afb55]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [d4d9c92]
-   Updated dependencies [fb0ce34]
-   Updated dependencies [09c1030]
-   Updated dependencies [e057809]
-   Updated dependencies [b9afb55]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

1 participant