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 - 47ea5ec: Update keypair signature methods to return bytes as a base64 encoded string for better compatability ## @mysten/[email protected] ### Patch Changes - Updated dependencies [47ea5ec] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [47ea5ec] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [47ea5ec] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - @mysten/[email protected] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [47ea5ec] - @mysten/[email protected] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [47ea5ec] - @mysten/[email protected] - @mysten/[email protected] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [47ea5ec] - @mysten/[email protected] - @mysten/[email protected] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [47ea5ec] - @mysten/[email protected] - @mysten/[email protected] - @mysten/[email protected] - @mysten/[email protected] - @mysten/[email protected] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [47ea5ec] - @mysten/[email protected] - @mysten/[email protected] - @mysten/[email protected] ## @mysten/[email protected] ### Patch Changes - Updated dependencies [47ea5ec] - @mysten/[email protected] ## [email protected] ### Patch Changes - Updated dependencies [47ea5ec] - @mysten/[email protected] - @mysten/[email protected] - @mysten/[email protected] ## [email protected] ### Patch Changes - Updated dependencies [47ea5ec] - @mysten/[email protected] - @mysten/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
32f84e7
commit f6c95c9
Showing
28 changed files
with
119 additions
and
19 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# kiosk-cli | ||
|
||
## 1.0.4 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [47ea5ec7c] | ||
- @mysten/sui[email protected] | ||
- @mysten/kiosk@0.4.1 | ||
|
||
## 1.0.3 | ||
|
||
### 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
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 @@ | ||
# kiosk-demo | ||
|
||
## 0.0.5 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [47ea5ec7c] | ||
- @mysten/sui[email protected] | ||
- @mysten/kiosk@0.4.1 | ||
- @mysten/wallet-kit@0.5.1 | ||
|
||
## 0.0.4 | ||
|
||
### 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
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.3.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [47ea5ec7c] | ||
- @mysten/sui[email protected] | ||
|
||
## 0.3.0 | ||
|
||
### Minor 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.3.0", | ||
"version": "0.3.1", | ||
"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,12 @@ | ||
# @mysten/kiosk | ||
|
||
## 0.4.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [47ea5ec7c] | ||
- @mysten/sui[email protected] | ||
|
||
## 0.4.0 | ||
|
||
### Minor 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.4.0", | ||
"version": "0.4.1", | ||
"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.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [47ea5ec7c] | ||
- @mysten/sui[email protected] | ||
|
||
## 0.3.0 | ||
|
||
### Minor 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.0", | ||
"version": "0.3.1", | ||
"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.38.0", | ||
"version": "0.39.0", | ||
"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
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/wallet-adapter-all-wallets", | ||
"version": "0.5.13", | ||
"version": "0.5.14", | ||
"description": "Module exporting all integrated wallets for Sui Wallet Adapter", | ||
"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,13 @@ | ||
# @mysten/wallet-adapter-base | ||
|
||
## 0.8.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [47ea5ec7c] | ||
- @mysten/sui[email protected] | ||
- @mysten/wallet-standard@0.5.14 | ||
|
||
## 0.8.0 | ||
|
||
### Minor 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-adapter-base", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Base wallet adapter for 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 |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# @mysten/wallet-adapter-unsafe-burner | ||
|
||
## 0.9.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [47ea5ec7c] | ||
- @mysten/sui[email protected] | ||
- @mysten/wallet-adapter-base@0.8.1 | ||
- @mysten/wallet-standard@0.5.14 | ||
|
||
## 0.9.0 | ||
|
||
### Minor 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-adapter-unsafe-burner", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|
9 changes: 9 additions & 0 deletions
9
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# @mysten/wallet-adapter-wallet-standard | ||
|
||
## 0.7.14 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [47ea5ec7c] | ||
- @mysten/sui[email protected] | ||
- @mysten/wallet-adapter-base@0.8.1 | ||
- @mysten/wallet-standard@0.5.14 | ||
|
||
## 0.7.13 | ||
|
||
### Patch Changes | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/wallet-adapter-wallet-standard", | ||
"version": "0.7.13", | ||
"version": "0.7.14", | ||
"description": "Integration of the Wallet Standard for the Sui Wallet Adapter", | ||
"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-core | ||
|
||
## 0.4.14 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [47ea5ec7c] | ||
- @mysten/sui[email protected] | ||
- @mysten/wallet-adapter-base@0.8.1 | ||
- @mysten/wallet-standard@0.5.14 | ||
|
||
## 0.4.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.4.13", | ||
"version": "0.4.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,17 @@ | ||
# @mysten/wallet-kit | ||
|
||
## 0.5.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [47ea5ec7c] | ||
- @mysten/sui[email protected] | ||
- @mysten/wallet-adapter-base@0.8.1 | ||
- @mysten/wallet-adapter-unsafe-burner@0.9.1 | ||
- @mysten/wallet-adapter-wallet-standard@0.7.14 | ||
- @mysten/wallet-kit-core@0.4.14 | ||
- @mysten/wallet-standard@0.5.14 | ||
|
||
## 0.5.0 | ||
|
||
### Minor 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.5.0", | ||
"version": "0.5.1", | ||
"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.5.14 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [47ea5ec7c] | ||
- @mysten/sui[email protected] | ||
|
||
## 0.5.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-standard", | ||
"version": "0.5.13", | ||
"version": "0.5.14", | ||
"description": "A suite of standard utilities for implementing wallets based on the Wallet Standard.", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|