-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a2946e
commit 7f50973
Showing
20 changed files
with
187 additions
and
123 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 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,50 +1,57 @@ | ||
# @solana/wallet-standard | ||
|
||
## 1.1.3 | ||
|
||
### Patch Changes | ||
|
||
- @solana/wallet-standard-core@1.1.2 | ||
- @solana/wallet-standard-wallet-adapter@1.1.3 | ||
|
||
## 1.1.2 | ||
|
||
### Patch Changes | ||
|
||
- @solana/wallet-standard-core@1.1.1 | ||
- @solana/wallet-standard-wallet-adapter@1.1.2 | ||
- @solana/wallet-standard-core@1.1.1 | ||
- @solana/wallet-standard-wallet-adapter@1.1.2 | ||
|
||
## 1.1.1 | ||
|
||
### Patch Changes | ||
|
||
- @solana/wallet-standard-wallet-adapter@1.1.1 | ||
- @solana/wallet-standard-wallet-adapter@1.1.1 | ||
|
||
## 1.1.0 | ||
|
||
### Minor Changes | ||
|
||
- f10d202: Add `solana:signIn` (Sign In With Solana) feature | ||
- f10d202: Add `solana:signIn` (Sign In With Solana) feature | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [f10d202] | ||
- @solana/wallet-standard-core@1.1.0 | ||
- @solana/wallet-standard-wallet-adapter@1.1.0 | ||
- Updated dependencies [f10d202] | ||
- @solana/wallet-standard-core@1.1.0 | ||
- @solana/wallet-standard-wallet-adapter@1.1.0 | ||
|
||
## 1.0.2 | ||
|
||
### Patch Changes | ||
|
||
- @solana/wallet-standard-wallet-adapter@1.0.2 | ||
- @solana/wallet-standard-wallet-adapter@1.0.2 | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- @solana/wallet-standard-wallet-adapter@1.0.1 | ||
- @solana/wallet-standard-wallet-adapter@1.0.1 | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- ba56499: Release v1.0.0 of all packages | ||
- ba56499: Release v1.0.0 of all packages | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [ba56499] | ||
- @solana/wallet-standard-core@1.0.0 | ||
- @solana/wallet-standard-wallet-adapter@1.0.0 | ||
- Updated dependencies [ba56499] | ||
- @solana/wallet-standard-core@1.0.0 | ||
- @solana/wallet-standard-wallet-adapter@1.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@solana/wallet-standard", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-standard", | ||
"license": "Apache-2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,45 @@ | ||
# @solana/wallet-standard-core | ||
|
||
## 1.1.2 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [4a2946e] | ||
- Updated dependencies [4e29778] | ||
- @solana/wallet-standard-features@1.3.0 | ||
- @solana/wallet-standard-chains@1.1.1 | ||
- @solana/wallet-standard-util@1.1.2 | ||
|
||
## 1.1.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [f8618d5] | ||
- @solana/wallet-standard-features@1.2.0 | ||
- @solana/wallet-standard-util@1.1.1 | ||
- Updated dependencies [f8618d5] | ||
- @solana/wallet-standard-features@1.2.0 | ||
- @solana/wallet-standard-util@1.1.1 | ||
|
||
## 1.1.0 | ||
|
||
### Minor Changes | ||
|
||
- f10d202: Add `solana:signIn` (Sign In With Solana) feature | ||
- f10d202: Add `solana:signIn` (Sign In With Solana) feature | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [f10d202] | ||
- @solana/wallet-standard-chains@1.1.0 | ||
- @solana/wallet-standard-features@1.1.0 | ||
- @solana/wallet-standard-util@1.1.0 | ||
- Updated dependencies [f10d202] | ||
- @solana/wallet-standard-chains@1.1.0 | ||
- @solana/wallet-standard-features@1.1.0 | ||
- @solana/wallet-standard-util@1.1.0 | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- ba56499: Release v1.0.0 of all packages | ||
- ba56499: Release v1.0.0 of all packages | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [ba56499] | ||
- @solana/wallet-standard-chains@1.0.0 | ||
- @solana/wallet-standard-features@1.0.0 | ||
- @solana/wallet-standard-util@1.0.0 | ||
- Updated dependencies [ba56499] | ||
- @solana/wallet-standard-chains@1.0.0 | ||
- @solana/wallet-standard-features@1.0.0 | ||
- @solana/wallet-standard-util@1.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@solana/wallet-standard-core", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-standard", | ||
"license": "Apache-2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
# @solana/wallet-standard-chains | ||
|
||
## 1.1.1 | ||
|
||
### Patch Changes | ||
|
||
- 4e29778: Update dependencies and fix types | ||
|
||
## 1.1.0 | ||
|
||
### Minor Changes | ||
|
||
- f10d202: Add `solana:signIn` (Sign In With Solana) feature | ||
- f10d202: Add `solana:signIn` (Sign In With Solana) feature | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- ba56499: Release v1.0.0 of all packages | ||
- ba56499: Release v1.0.0 of all packages |
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": "@solana/wallet-standard-chains", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-standard", | ||
"license": "Apache-2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,35 @@ | ||
# @solana/wallet-standard-features | ||
|
||
## 1.3.0 | ||
|
||
### Minor Changes | ||
|
||
- 4a2946e: Add solana:signAndSendAllTransactions feature | ||
|
||
### Patch Changes | ||
|
||
- 4e29778: Update dependencies and fix types | ||
|
||
## 1.2.0 | ||
|
||
### Minor Changes | ||
|
||
- f8618d5: Add `mode` option to `signAndSendTransaction` input | ||
- f8618d5: Add `mode` option to `signAndSendTransaction` input | ||
|
||
## 1.1.0 | ||
|
||
### Minor Changes | ||
|
||
- f10d202: Add `solana:signIn` (Sign In With Solana) feature | ||
- f10d202: Add `solana:signIn` (Sign In With Solana) feature | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- 9be9ef3: Use latest @solana/wallet-adapter-base, export reusable feature names | ||
- 9be9ef3: Use latest @solana/wallet-adapter-base, export reusable feature names | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- ba56499: Release v1.0.0 of all packages | ||
- ba56499: Release v1.0.0 of all packages |
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": "@solana/wallet-standard-features", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-standard", | ||
"license": "Apache-2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,42 @@ | ||
# @solana/wallet-standard-util | ||
|
||
## 1.1.2 | ||
|
||
### Patch Changes | ||
|
||
- 4e29778: Update dependencies and fix types | ||
- Updated dependencies [4a2946e] | ||
- Updated dependencies [4e29778] | ||
- @solana/wallet-standard-features@1.3.0 | ||
- @solana/wallet-standard-chains@1.1.1 | ||
|
||
## 1.1.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [f8618d5] | ||
- @solana/wallet-standard-features@1.2.0 | ||
- Updated dependencies [f8618d5] | ||
- @solana/wallet-standard-features@1.2.0 | ||
|
||
## 1.1.0 | ||
|
||
### Minor Changes | ||
|
||
- f10d202: Add `solana:signIn` (Sign In With Solana) feature | ||
- f10d202: Add `solana:signIn` (Sign In With Solana) feature | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [f10d202] | ||
- @solana/wallet-standard-chains@1.1.0 | ||
- @solana/wallet-standard-features@1.1.0 | ||
- Updated dependencies [f10d202] | ||
- @solana/wallet-standard-chains@1.1.0 | ||
- @solana/wallet-standard-features@1.1.0 | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- ba56499: Release v1.0.0 of all packages | ||
- ba56499: Release v1.0.0 of all packages | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [ba56499] | ||
- @solana/wallet-standard-chains@1.0.0 | ||
- @solana/wallet-standard-features@1.0.0 | ||
- Updated dependencies [ba56499] | ||
- @solana/wallet-standard-chains@1.0.0 | ||
- @solana/wallet-standard-features@1.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@solana/wallet-standard-util", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-standard", | ||
"license": "Apache-2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,64 @@ | ||
# @solana/wallet-standard-wallet-adapter | ||
|
||
## 1.1.3 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [4e29778] | ||
- @solana/wallet-standard-wallet-adapter-react@1.1.3 | ||
- @solana/wallet-standard-wallet-adapter-base@1.1.3 | ||
|
||
## 1.1.2 | ||
|
||
### Patch Changes | ||
|
||
- @solana/wallet-standard-wallet-adapter-base@1.1.2 | ||
- @solana/wallet-standard-wallet-adapter-react@1.1.2 | ||
- @solana/wallet-standard-wallet-adapter-base@1.1.2 | ||
- @solana/wallet-standard-wallet-adapter-react@1.1.2 | ||
|
||
## 1.1.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [8fa4fa3] | ||
- @solana/wallet-standard-wallet-adapter-base@1.1.1 | ||
- @solana/wallet-standard-wallet-adapter-react@1.1.1 | ||
- Updated dependencies [8fa4fa3] | ||
- @solana/wallet-standard-wallet-adapter-base@1.1.1 | ||
- @solana/wallet-standard-wallet-adapter-react@1.1.1 | ||
|
||
## 1.1.0 | ||
|
||
### Minor Changes | ||
|
||
- f10d202: Add `solana:signIn` (Sign In With Solana) feature | ||
- f10d202: Add `solana:signIn` (Sign In With Solana) feature | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [f10d202] | ||
- @solana/wallet-standard-wallet-adapter-react@1.1.0 | ||
- @solana/wallet-standard-wallet-adapter-base@1.1.0 | ||
- Updated dependencies [f10d202] | ||
- @solana/wallet-standard-wallet-adapter-react@1.1.0 | ||
- @solana/wallet-standard-wallet-adapter-base@1.1.0 | ||
|
||
## 1.0.2 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [95a482e] | ||
- @solana/wallet-standard-wallet-adapter-base@1.0.2 | ||
- @solana/wallet-standard-wallet-adapter-react@1.0.2 | ||
- Updated dependencies [95a482e] | ||
- @solana/wallet-standard-wallet-adapter-base@1.0.2 | ||
- @solana/wallet-standard-wallet-adapter-react@1.0.2 | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [9be9ef3] | ||
- @solana/wallet-standard-wallet-adapter-react@1.0.1 | ||
- @solana/wallet-standard-wallet-adapter-base@1.0.1 | ||
- Updated dependencies [9be9ef3] | ||
- @solana/wallet-standard-wallet-adapter-react@1.0.1 | ||
- @solana/wallet-standard-wallet-adapter-base@1.0.1 | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- ba56499: Release v1.0.0 of all packages | ||
- ba56499: Release v1.0.0 of all packages | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [ba56499] | ||
- @solana/wallet-standard-wallet-adapter-base@1.0.0 | ||
- @solana/wallet-standard-wallet-adapter-react@1.0.0 | ||
- Updated dependencies [ba56499] | ||
- @solana/wallet-standard-wallet-adapter-base@1.0.0 | ||
- @solana/wallet-standard-wallet-adapter-react@1.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@solana/wallet-standard-wallet-adapter", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-standard", | ||
"license": "Apache-2.0", | ||
|
Oops, something went wrong.