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.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0d00b40
commit e1a7cc6
Showing
27 changed files
with
150 additions
and
57 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 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@mysten/sui.js", | ||
"author": "Mysten Labs <[email protected]>", | ||
"description": "Sui TypeScript API(Work in Progress)", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"dist", | ||
|
9 changes: 9 additions & 0 deletions
9
sdk/wallet-adapter/packages/adapters/all-wallets/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/wallet-adapter-all-wallets", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Module exporting all integrated wallets for Sui Wallet Adapter", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|
18 changes: 18 additions & 0 deletions
18
sdk/wallet-adapter/packages/adapters/base-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,23 @@ | ||
# @mysten/wallet-adapter-base | ||
|
||
## 0.3.0 | ||
|
||
### Minor Changes | ||
|
||
- 06ba46f7d: Remove deprecated executeMoveCall and executeSerializedMoveCall APIs. | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [e86f8bc5e] | ||
- Updated dependencies [b4a8ee9bf] | ||
- Updated dependencies [ef3571dc8] | ||
- Updated dependencies [cccfe9315] | ||
- Updated dependencies [8b4bea5e2] | ||
- Updated dependencies [e45b188a8] | ||
- Updated dependencies [2dc594ef7] | ||
- Updated dependencies [4f0c611ff] | ||
- @mysten/sui[email protected] | ||
|
||
## 0.2.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/wallet-adapter-base", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "Base wallet adapter for Sui", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|
20 changes: 20 additions & 0 deletions
20
sdk/wallet-adapter/packages/adapters/mock-wallet/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,25 @@ | ||
# @mysten/wallet-adapter-mock-wallet | ||
|
||
## 0.3.0 | ||
|
||
### Minor Changes | ||
|
||
- 06ba46f7d: Remove deprecated executeMoveCall and executeSerializedMoveCall APIs. | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [e86f8bc5e] | ||
- Updated dependencies [b4a8ee9bf] | ||
- Updated dependencies [ef3571dc8] | ||
- Updated dependencies [cccfe9315] | ||
- Updated dependencies [8b4bea5e2] | ||
- Updated dependencies [e45b188a8] | ||
- Updated dependencies [2dc594ef7] | ||
- Updated dependencies [4f0c611ff] | ||
- Updated dependencies [06ba46f7d] | ||
- @mysten/sui[email protected] | ||
- @mysten/wallet-adapter-base@0.3.0 | ||
|
||
## 0.2.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/wallet-adapter-mock-wallet", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|
20 changes: 20 additions & 0 deletions
20
sdk/wallet-adapter/packages/adapters/sui-wallet/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,25 @@ | ||
# @mysten/wallet-adapter-sui-wallet | ||
|
||
## 0.3.0 | ||
|
||
### Minor Changes | ||
|
||
- 06ba46f7d: Remove deprecated executeMoveCall and executeSerializedMoveCall APIs. | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [e86f8bc5e] | ||
- Updated dependencies [b4a8ee9bf] | ||
- Updated dependencies [ef3571dc8] | ||
- Updated dependencies [cccfe9315] | ||
- Updated dependencies [8b4bea5e2] | ||
- Updated dependencies [e45b188a8] | ||
- Updated dependencies [2dc594ef7] | ||
- Updated dependencies [4f0c611ff] | ||
- Updated dependencies [06ba46f7d] | ||
- @mysten/sui[email protected] | ||
- @mysten/wallet-adapter-base@0.3.0 | ||
|
||
## 0.2.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/wallet-adapter-sui-wallet", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "Integration of Sui Wallet into the Sui Wallet Adapter", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|
17 changes: 17 additions & 0 deletions
17
sdk/wallet-adapter/packages/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,22 @@ | ||
# @mysten/wallet-adapter-wallet-standard | ||
|
||
## 0.2.2 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [e86f8bc5e] | ||
- Updated dependencies [b4a8ee9bf] | ||
- Updated dependencies [ef3571dc8] | ||
- Updated dependencies [cccfe9315] | ||
- Updated dependencies [8b4bea5e2] | ||
- Updated dependencies [e45b188a8] | ||
- Updated dependencies [2dc594ef7] | ||
- Updated dependencies [4f0c611ff] | ||
- Updated dependencies [06ba46f7d] | ||
- @mysten/sui[email protected] | ||
- @mysten/wallet-adapter-base@0.3.0 | ||
- @mysten/wallet-standard@0.1.2 | ||
|
||
## 0.2.1 | ||
|
||
### Patch Changes | ||
|
2 changes: 1 addition & 1 deletion
2
sdk/wallet-adapter/packages/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.2.1", | ||
"version": "0.2.2", | ||
"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,25 @@ | ||
# @mysten/wallet-adapter-react | ||
|
||
## 5.0.0 | ||
|
||
### Minor Changes | ||
|
||
- 06ba46f7d: Remove deprecated executeMoveCall and executeSerializedMoveCall APIs. | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [e86f8bc5e] | ||
- Updated dependencies [b4a8ee9bf] | ||
- Updated dependencies [ef3571dc8] | ||
- Updated dependencies [cccfe9315] | ||
- Updated dependencies [8b4bea5e2] | ||
- Updated dependencies [e45b188a8] | ||
- Updated dependencies [2dc594ef7] | ||
- Updated dependencies [4f0c611ff] | ||
- Updated dependencies [06ba46f7d] | ||
- @mysten/sui[email protected] | ||
- @mysten/wallet-adapter-base@0.3.0 | ||
|
||
## 4.0.0 | ||
|
||
### 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-adapter-react", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "React interface 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
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-react-ui", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "UI 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,19 @@ | ||
# @mysten/wallet-standard | ||
|
||
## 0.1.2 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [e86f8bc5e] | ||
- Updated dependencies [b4a8ee9bf] | ||
- Updated dependencies [ef3571dc8] | ||
- Updated dependencies [cccfe9315] | ||
- Updated dependencies [8b4bea5e2] | ||
- Updated dependencies [e45b188a8] | ||
- Updated dependencies [2dc594ef7] | ||
- Updated dependencies [4f0c611ff] | ||
- @mysten/sui[email protected] | ||
|
||
## 0.1.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mysten/wallet-standard", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A suite of standard utilities for implementing wallets based on the Wallet Standard.", | ||
"license": "Apache-2.0", | ||
"author": "Mysten Labs <[email protected]>", | ||
|