forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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/sui.js@0.31.0 ### Minor Changes - 976d3e1: Add new `getNetworkMetrics` endpoint to JSONRPCProvider. - 5a4e3e4: Change getOwnedObject to ignore checkpoint and return latest objects ### Patch Changes - 0419b7c: Match ts Publish schema to rust sdk - f3c096e: Fix PaginatedObjectsResponse schema - 27dec39: Make getOwnedObjects backward compatible from 0.29 to 0.30. ## @mysten/wallet-adapter-all-wallets@0.5.1 ### Patch Changes - @mysten/wallet-adapter-unsafe-burner@0.8.1 - @mysten/wallet-adapter-wallet-standard@0.7.1 ## @mysten/wallet-adapter-base@0.7.1 ### Patch Changes - Updated dependencies [976d3e1] - Updated dependencies [0419b7c] - Updated dependencies [f3c096e] - Updated dependencies [5a4e3e4] - Updated dependencies [27dec39] - @mysten/sui.js@0.31.0 - @mysten/wallet-standard@0.5.1 ## @mysten/wallet-adapter-unsafe-burner@0.8.1 ### Patch Changes - Updated dependencies [976d3e1] - Updated dependencies [0419b7c] - Updated dependencies [f3c096e] - Updated dependencies [5a4e3e4] - Updated dependencies [27dec39] - @mysten/sui.js@0.31.0 - @mysten/wallet-adapter-base@0.7.1 - @mysten/wallet-standard@0.5.1 ## @mysten/wallet-adapter-wallet-standard@0.7.1 ### Patch Changes - Updated dependencies [976d3e1] - Updated dependencies [0419b7c] - Updated dependencies [f3c096e] - Updated dependencies [5a4e3e4] - Updated dependencies [27dec39] - @mysten/sui.js@0.31.0 - @mysten/wallet-adapter-base@0.7.1 - @mysten/wallet-standard@0.5.1 ## @mysten/wallet-kit@0.4.1 ### Patch Changes - Updated dependencies [976d3e1] - Updated dependencies [0419b7c] - Updated dependencies [f3c096e] - Updated dependencies [5a4e3e4] - Updated dependencies [27dec39] - @mysten/sui.js@0.31.0 - @mysten/wallet-adapter-base@0.7.1 - @mysten/wallet-adapter-unsafe-burner@0.8.1 - @mysten/wallet-adapter-wallet-standard@0.7.1 - @mysten/wallet-kit-core@0.4.1 - @mysten/wallet-standard@0.5.1 ## @mysten/wallet-kit-core@0.4.1 ### Patch Changes - Updated dependencies [976d3e1] - Updated dependencies [0419b7c] - Updated dependencies [f3c096e] - Updated dependencies [5a4e3e4] - Updated dependencies [27dec39] - @mysten/sui.js@0.31.0 - @mysten/wallet-adapter-base@0.7.1 - @mysten/wallet-standard@0.5.1 ## @mysten/wallet-standard@0.5.1 ### Patch Changes - Updated dependencies [976d3e1] - Updated dependencies [0419b7c] - Updated dependencies [f3c096e] - Updated dependencies [5a4e3e4] - Updated dependencies [27dec39] - @mysten/sui.js@0.31.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b84eae4
commit def18a6
Showing
22 changed files
with
107 additions
and
34 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (c) Mysten Labs, Inc. | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
export const pkgVersion = '0.30.0'; | ||
export const pkgVersion = '0.31.0'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
sdk/wallet-adapter/adapters/wallet-standard-adapter/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
sdk/wallet-adapter/adapters/wallet-standard-adapter/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters