Skip to content

Commit 2c354cf

Browse files
Version Packages (#41)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f8618d5 commit 2c354cf

15 files changed

+56
-12
lines changed

Diff for: .changeset/witty-mails-travel.md

-5
This file was deleted.

Diff for: packages/_/_/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @solana/wallet-standard
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- @solana/wallet-standard-core@1.1.1
8+
- @solana/wallet-standard-wallet-adapter@1.1.2
9+
310
## 1.1.1
411

512
### Patch Changes

Diff for: packages/_/_/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/wallet-standard",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Solana Maintainers <[email protected]>",
55
"repository": "https://github.com/solana-labs/wallet-standard",
66
"license": "Apache-2.0",

Diff for: packages/core/_/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @solana/wallet-standard-core
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f8618d5]
8+
- @solana/wallet-standard-features@1.2.0
9+
- @solana/wallet-standard-util@1.1.1
10+
311
## 1.1.0
412

513
### Minor Changes

Diff for: packages/core/_/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/wallet-standard-core",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "Solana Maintainers <[email protected]>",
55
"repository": "https://github.com/solana-labs/wallet-standard",
66
"license": "Apache-2.0",

Diff for: packages/core/features/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @solana/wallet-standard-features
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- f8618d5: Add `mode` option to `signAndSendTransaction` input
8+
39
## 1.1.0
410

511
### Minor Changes

Diff for: packages/core/features/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/wallet-standard-features",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"author": "Solana Maintainers <[email protected]>",
55
"repository": "https://github.com/solana-labs/wallet-standard",
66
"license": "Apache-2.0",

Diff for: packages/core/util/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @solana/wallet-standard-util
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f8618d5]
8+
- @solana/wallet-standard-features@1.2.0
9+
310
## 1.1.0
411

512
### Minor Changes

Diff for: packages/core/util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/wallet-standard-util",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "Solana Maintainers <[email protected]>",
55
"repository": "https://github.com/solana-labs/wallet-standard",
66
"license": "Apache-2.0",

Diff for: packages/wallet-adapter/_/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @solana/wallet-standard-wallet-adapter
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- @solana/wallet-standard-wallet-adapter-base@1.1.2
8+
- @solana/wallet-standard-wallet-adapter-react@1.1.2
9+
310
## 1.1.1
411

512
### Patch Changes

Diff for: packages/wallet-adapter/_/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/wallet-standard-wallet-adapter",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Solana Maintainers <[email protected]>",
55
"repository": "https://github.com/solana-labs/wallet-standard",
66
"license": "Apache-2.0",

Diff for: packages/wallet-adapter/base/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @solana/wallet-standard-wallet-adapter-base
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f8618d5]
8+
- @solana/wallet-standard-features@1.2.0
9+
- @solana/wallet-standard-util@1.1.1
10+
311
## 1.1.1
412

513
### Patch Changes

Diff for: packages/wallet-adapter/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/wallet-standard-wallet-adapter-base",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Solana Maintainers <[email protected]>",
55
"repository": "https://github.com/solana-labs/wallet-standard",
66
"license": "Apache-2.0",

Diff for: packages/wallet-adapter/react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @solana/wallet-standard-wallet-adapter-react
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- @solana/wallet-standard-wallet-adapter-base@1.1.2
8+
39
## 1.1.1
410

511
### Patch Changes

Diff for: packages/wallet-adapter/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/wallet-standard-wallet-adapter-react",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Solana Maintainers <[email protected]>",
55
"repository": "https://github.com/solana-labs/wallet-standard",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)