Skip to content

Commit

Permalink
Add changeset for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes-mysten committed May 28, 2024
1 parent fea9bdb commit 6495437
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/bright-wombats-try.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@mysten/sui.js': patch
'@mysten/sui': patch
---

Add support for more JSON RPC error codes
18 changes: 18 additions & 0 deletions .changeset/witty-llamas-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@mysten/sui': major
'@mysten/bcs': major
'@mysten/ledgerjs-hw-app-sui': minor
'@mysten/graphql-transport': minor
'@mysten/wallet-standard': minor
'@mysten/suins-toolkit': minor
'@mysten/create-dapp': minor
'@mysten/dapp-kit': minor
'@mysten/deepbook': minor
'@mysten/zklogin': minor
'@mysten/zksend': minor
'@mysten/enoki': minor
'@mysten/kiosk': minor
---

The Typescript SDK has been renamed to `@mysten/sui` and includes many new features and breaking changes.
See the [full migration guide](https://sdk.mystenlabs.com/typescript/migrations/sui-1.0) for details on how to upgrade.

0 comments on commit 6495437

Please sign in to comment.