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/[email protected] ### Minor Changes - fce0a08: Deprecate the bcs.generic helper. This helper causes typescript performance issues, and the generated generics can't be exported ## @mysten/[email protected] ### Minor Changes - cdcfa76: Add a new client method for retrieving epoch metrics (suix_getEpochMetrics) ### Patch Changes - Updated dependencies [fce0a08] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [2ae1a6a] - Updated dependencies [b30fecb] - Updated dependencies [cdcfa76] - @mysten/[email protected] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - 2ae1a6a: Early return on `useAutoConnectWallet` to improve account switching performance - b30fecb: Fix missing export of useSuiClientQueries - Updated dependencies [cdcfa76] - @mysten/[email protected] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [cdcfa76] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - dd48544: Update to new two-step API - Updated dependencies [cdcfa76] - @mysten/[email protected] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [cdcfa76] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [cdcfa76] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [cdcfa76] - @mysten/[email protected] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [cdcfa76] - @mysten/[email protected] - @mysten/[email protected] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [cdcfa76] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [cdcfa76] - Updated dependencies [fce0a08] - @mysten/[email protected] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - @mysten/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b30fecb
commit b4c7e4a
Showing
32 changed files
with
122 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/bcs", | ||
"version": "0.8.1", | ||
"version": "0.9.0", | ||
"description": "BCS - Canonical Binary Serialization implementation for JavaScript", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|
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,5 +1,15 @@ | ||
# @mysten/create-dapp | ||
|
||
## 0.1.7 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [2ae1a6a108] | ||
- Updated dependencies [b30fecbbca] | ||
- Updated dependencies [cdcfa76c43] | ||
- @mysten/dapp-kit@0.10.2 | ||
- @mysten/sui[email protected] | ||
|
||
## 0.1.6 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"author": "Mysten Labs <[email protected]>", | ||
"description": "A CLI for creating new Sui dApps", | ||
"homepage": "https://sui-typescript-docs.vercel.app", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# @mysten/dapp-kit | ||
|
||
## 0.10.2 | ||
|
||
### Patch Changes | ||
|
||
- 2ae1a6a108: Early return on `useAutoConnectWallet` to improve account switching performance | ||
- b30fecbbca: Fix missing export of useSuiClientQueries | ||
- Updated dependencies [cdcfa76c43] | ||
- @mysten/sui[email protected] | ||
- @mysten/wallet-standard@0.8.11 | ||
|
||
## 0.10.1 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
|
@@ -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://sui-typescript-docs.vercel.app/typescript", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# @mysten/deepbook | ||
|
||
## 0.5.11 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [cdcfa76c43] | ||
- @mysten/sui[email protected] | ||
|
||
## 0.5.10 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@mysten/deepbook", | ||
"author": "Mysten Labs <[email protected]>", | ||
"description": "Sui Deepbook SDK", | ||
"version": "0.5.10", | ||
"version": "0.5.11", | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"dist", | ||
|
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,5 +1,14 @@ | ||
# @mysten/enoki | ||
|
||
## 0.0.7 | ||
|
||
### Patch Changes | ||
|
||
- dd485449a7: Update to new two-step API | ||
- Updated dependencies [cdcfa76c43] | ||
- @mysten/sui[email protected] | ||
- @mysten/zklogin@0.3.9 | ||
|
||
## 0.0.6 | ||
|
||
### Patch Changes | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/enoki", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "TODO: Description", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|
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,5 +1,12 @@ | ||
# @mysten/kiosk | ||
|
||
## 0.7.12 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [cdcfa76c43] | ||
- @mysten/sui[email protected] | ||
|
||
## 0.7.11 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@mysten/kiosk", | ||
"author": "Mysten Labs <[email protected]>", | ||
"description": "Sui Kiosk library", | ||
"version": "0.7.11", | ||
"version": "0.7.12", | ||
"license": "Apache-2.0", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
|
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,5 +1,12 @@ | ||
# @mysten/suins-toolkit | ||
|
||
## 0.3.17 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [cdcfa76c43] | ||
- @mysten/sui[email protected] | ||
|
||
## 0.3.16 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@mysten/suins-toolkit", | ||
"author": "Mysten Labs <[email protected]>", | ||
"description": "SuiNS TypeScript SDK", | ||
"version": "0.3.16", | ||
"version": "0.3.17", | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"dist", | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"author": "Mysten Labs <[email protected]>", | ||
"description": "Sui TypeScript API(Work in Progress)", | ||
"homepage": "https://sui-typescript-docs.vercel.app", | ||
"version": "0.47.0", | ||
"version": "0.48.0", | ||
"license": "Apache-2.0", | ||
"sideEffects": false, | ||
"files": [ | ||
|
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,5 +1,13 @@ | ||
# @mysten/wallet-kit-core | ||
|
||
## 0.6.14 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [cdcfa76c43] | ||
- @mysten/sui[email protected] | ||
- @mysten/wallet-standard@0.8.11 | ||
|
||
## 0.6.13 | ||
|
||
### Patch Changes | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/wallet-kit-core", | ||
"version": "0.6.13", | ||
"version": "0.6.14", | ||
"description": "TODO: Write description", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|
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,5 +1,14 @@ | ||
# @mysten/wallet-kit | ||
|
||
## 0.8.6 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [cdcfa76c43] | ||
- @mysten/sui[email protected] | ||
- @mysten/wallet-kit-core@0.6.14 | ||
- @mysten/wallet-standard@0.8.11 | ||
|
||
## 0.8.5 | ||
|
||
### Patch Changes | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/wallet-kit", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"description": "TODO: Write description", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|
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,5 +1,12 @@ | ||
# @mysten/wallet-standard | ||
|
||
## 0.8.11 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [cdcfa76c43] | ||
- @mysten/sui[email protected] | ||
|
||
## 0.8.10 | ||
|
||
### Patch Changes | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/wallet-standard", | ||
"version": "0.8.10", | ||
"version": "0.8.11", | ||
"description": "A suite of standard utilities for implementing wallets based on the Wallet Standard.", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|
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,5 +1,14 @@ | ||
# @mysten/zklogin | ||
|
||
## 0.3.9 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [cdcfa76c43] | ||
- Updated dependencies [fce0a08d0f] | ||
- @mysten/sui[email protected] | ||
- @mysten/bcs@0.9.0 | ||
|
||
## 0.3.8 | ||
|
||
### Patch Changes | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/zklogin", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "Utilities for interacting with zkLogin in Sui", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @mysten/zksend | ||
|
||
## 0.0.2 | ||
|
||
### Patch Changes | ||
|
||
- @mysten/wallet-standard@0.8.11 |
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,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/zksend", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "TODO: Write Description", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|