Skip to content

Commit

Permalink
Version Packages (#16639)
Browse files Browse the repository at this point in the history
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

- c05a4e8: removed listClaimableAssets, and added new assets and
claimed properties to link instances
-   c05a4e8: Use contract by default for new links
-   c05a4e8: Add helper for bulk link creation
-   c05a4e8: Removed options for filtering claims
-   c05a4e8: renamed loadOwnedData to loadAssets

## @mysten/[email protected]

### Patch Changes

-   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sui-merge-bot[bot] and github-actions[bot] authored Mar 27, 2024
1 parent 986f509 commit e15995f
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-colts-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-ghosts-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-rabbits-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-deers-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-worms-teach.md

This file was deleted.

6 changes: 6 additions & 0 deletions sdk/create-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mysten/create-dapp

## 0.2.8

### Patch Changes

- @mysten/dapp-kit@0.12.6

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/create-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Mysten Labs <[email protected]>",
"description": "A CLI for creating new Sui dApps",
"homepage": "https://sdk.mystenlabs.com",
"version": "0.2.7",
"version": "0.2.8",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
11 changes: 11 additions & 0 deletions sdk/dapp-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @mysten/dapp-kit

## 0.12.6

### Patch Changes

- Updated dependencies [c05a4e8cb7]
- Updated dependencies [c05a4e8cb7]
- Updated dependencies [c05a4e8cb7]
- Updated dependencies [c05a4e8cb7]
- Updated dependencies [c05a4e8cb7]
- @mysten/zksend@0.4.0

## 0.12.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/dapp-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Mysten Labs <[email protected]>",
"description": "A collection of React hooks and components for interacting with the Sui blockchain and wallets.",
"homepage": "https://sdk.mystenlabs.com/typescript",
"version": "0.12.5",
"version": "0.12.6",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
10 changes: 10 additions & 0 deletions sdk/zksend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @mysten/zksend

## 0.4.0

### Minor Changes

- c05a4e8cb7: removed listClaimableAssets, and added new assets and claimed properties to link instances
- c05a4e8cb7: Use contract by default for new links
- c05a4e8cb7: Add helper for bulk link creation
- c05a4e8cb7: Removed options for filtering claims
- c05a4e8cb7: renamed loadOwnedData to loadAssets

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/zksend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/zksend",
"version": "0.3.1",
"version": "0.4.0",
"description": "TODO: Write Description",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down

0 comments on commit e15995f

Please sign in to comment.