Skip to content

Commit 84de63a

Browse files
Version Packages (#1078)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 27e408d commit 84de63a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1536
-1198
lines changed

Diff for: .changeset/busy-forks-beam.md

-47
This file was deleted.

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

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,43 @@
11
# @solana/wallet-adapter-base
22

3+
## 0.9.25
4+
5+
### Patch Changes
6+
7+
- 27e408d: Update dependencies
8+
39
## 0.9.24
410

511
### Patch Changes
612

7-
- c96cae47: The base version of Node has been raised to v20
13+
- c96cae47: The base version of Node has been raised to v20
814

915
## 0.9.23
1016

1117
### Patch Changes
1218

13-
- a3d35a1: Add `signIn` (Sign In With Solana) method
19+
- a3d35a1: Add `signIn` (Sign In With Solana) method
1420

1521
## 0.9.22
1622

1723
### Patch Changes
1824

19-
- 8a8fdc72: Update dependencies
25+
- 8a8fdc72: Update dependencies
2026

2127
## 0.9.21
2228

2329
### Patch Changes
2430

25-
- f99c2154: Add StandardAdapter to base Adapter type
31+
- f99c2154: Add StandardAdapter to base Adapter type
2632

2733
## 0.9.20
2834

2935
### Patch Changes
3036

31-
- 912cc0e: Allow wallets to customize autoConnect handling, adding support for Phantom deep links on iOS
37+
- 912cc0e: Allow wallets to customize autoConnect handling, adding support for Phantom deep links on iOS
3238

3339
## 0.9.19
3440

3541
### Patch Changes
3642

37-
- 353f2a5: Add isVersionedTransaction helper function
43+
- 353f2a5: Add isVersionedTransaction helper function

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

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

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

+40-32
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,117 @@
11
# @solana/wallet-adapter-react
22

3+
## 0.15.37
4+
5+
### Patch Changes
6+
7+
- 27e408d: Update dependencies
8+
- Updated dependencies [27e408d]
9+
- @solana/wallet-adapter-base@0.9.25
10+
311
## 0.15.36
412

513
### Patch Changes
614

7-
- e25e7971: Update the default MWA selection behavior
8-
- c96cae47: The base version of Node has been raised to v20
9-
- Updated dependencies [c96cae47]
10-
- @solana/wallet-adapter-base@0.9.24
15+
- e25e7971: Update the default MWA selection behavior
16+
- c96cae47: The base version of Node has been raised to v20
17+
- Updated dependencies [c96cae47]
18+
- @solana/wallet-adapter-base@0.9.24
1119

1220
## 0.15.35
1321

1422
### Patch Changes
1523

16-
- bdc0eff: Remove deprecated wallet adapters that implement the Wallet Standard or are no longer functioning
24+
- bdc0eff: Remove deprecated wallet adapters that implement the Wallet Standard or are no longer functioning
1725

1826
## 0.15.34
1927

2028
### Patch Changes
2129

22-
- a3d35a1: Add `signIn` (Sign In With Solana) method
23-
- Updated dependencies [a3d35a1]
24-
- @solana/wallet-adapter-base@0.9.23
30+
- a3d35a1: Add `signIn` (Sign In With Solana) method
31+
- Updated dependencies [a3d35a1]
32+
- @solana/wallet-adapter-base@0.9.23
2533

2634
## 0.15.33
2735

2836
### Patch Changes
2937

30-
- 7b06737: Use wallet button hooks from base-ui package
31-
- ba57f75: feat: extract wallet buttons and text labels into separate components
32-
Now that the wallet connection state is an enum, it makes it easier to extract the labels from the components. You can now bring your own i18n framework to bear on the `Base*` version of `WalletConnectButton`, `WalletDisconnectButton`, and `WalletMultiButton` to inject your own translated labels.
33-
- 7c6f2e1: feat: hooks that you can use to create custom wallet connection UI components
34-
Hooks that track the state of the wallet connection specifically for the purpose of rendering wallet connection UI. This will allow UI developers to create custom controls easily, using their own UI frameworks, localization infrastructure, and styles.
38+
- 7b06737: Use wallet button hooks from base-ui package
39+
- ba57f75: feat: extract wallet buttons and text labels into separate components
40+
Now that the wallet connection state is an enum, it makes it easier to extract the labels from the components. You can now bring your own i18n framework to bear on the `Base*` version of `WalletConnectButton`, `WalletDisconnectButton`, and `WalletMultiButton` to inject your own translated labels.
41+
- 7c6f2e1: feat: hooks that you can use to create custom wallet connection UI components
42+
Hooks that track the state of the wallet connection specifically for the purpose of rendering wallet connection UI. This will allow UI developers to create custom controls easily, using their own UI frameworks, localization infrastructure, and styles.
3543

3644
## 0.15.32
3745

3846
### Patch Changes
3947

40-
- f62ce364: Update to 2.0.0 of the Solana Mobile Wallet adapter. This fixes a bug where the app's `AppIdentity` would not be forwarded to the wallet when `reauthorize` was called, as demanded by the specification.
48+
- f62ce364: Update to 2.0.0 of the Solana Mobile Wallet adapter. This fixes a bug where the app's `AppIdentity` would not be forwarded to the wallet when `reauthorize` was called, as demanded by the specification.
4149

4250
## 0.15.31
4351

4452
### Patch Changes
4553

46-
- 61d62efa: Add VersionedTransaction support to AnchorWallet interface and useAnchorWallet hook
54+
- 61d62efa: Add VersionedTransaction support to AnchorWallet interface and useAnchorWallet hook
4755

4856
## 0.15.30
4957

5058
### Patch Changes
5159

52-
- 8a8fdc72: Update dependencies
53-
- Updated dependencies [8a8fdc72]
54-
- @solana/wallet-adapter-base@0.9.22
60+
- 8a8fdc72: Update dependencies
61+
- Updated dependencies [8a8fdc72]
62+
- @solana/wallet-adapter-base@0.9.22
5563

5664
## 0.15.29
5765

5866
### Patch Changes
5967

60-
- Updated dependencies [f99c2154]
61-
- @solana/wallet-adapter-base@0.9.21
68+
- Updated dependencies [f99c2154]
69+
- @solana/wallet-adapter-base@0.9.21
6270

6371
## 0.15.28
6472

6573
### Patch Changes
6674

67-
- 0a5f56e: Wallet adapter no longer accidentally disconnects upon refreshing the page when in React Strict Mode.
75+
- 0a5f56e: Wallet adapter no longer accidentally disconnects upon refreshing the page when in React Strict Mode.
6876

6977
## 0.15.27
7078

7179
### Patch Changes
7280

73-
- faf61e6: Only call autoConnect if the connect is not a user selection
81+
- faf61e6: Only call autoConnect if the connect is not a user selection
7482

7583
## 0.15.26
7684

7785
### Patch Changes
7886

79-
- 912cc0e: Allow wallets to customize autoConnect handling, adding support for Phantom deep links on iOS
80-
- Updated dependencies [912cc0e]
81-
- @solana/wallet-adapter-base@0.9.20
87+
- 912cc0e: Allow wallets to customize autoConnect handling, adding support for Phantom deep links on iOS
88+
- Updated dependencies [912cc0e]
89+
- @solana/wallet-adapter-base@0.9.20
8290

8391
## 0.15.25
8492

8593
### Patch Changes
8694

87-
- Updated dependencies [353f2a5]
88-
- @solana/wallet-adapter-base@0.9.19
95+
- Updated dependencies [353f2a5]
96+
- @solana/wallet-adapter-base@0.9.19
8997

9098
## 0.15.24
9199

92100
### Patch Changes
93101

94-
- 21200bc: Optimize `WalletProvider.onError`
102+
- 21200bc: Optimize `WalletProvider.onError`
95103

96104
## 0.15.23
97105

98106
### Patch Changes
99107

100-
- 0e62d22: Fix for WalletProvider state being reset when `onError` function changes #637
108+
- 0e62d22: Fix for WalletProvider state being reset when `onError` function changes #637
101109

102110
## 0.15.22
103111

104112
### Patch Changes
105113

106-
- 5d016a2: Mobile Wallet Adapter and Wallet Standard support in `@solana/wallet-adapter-react`
114+
- 5d016a2: Mobile Wallet Adapter and Wallet Standard support in `@solana/wallet-adapter-react`
107115

108-
- Early Access + Upgrade Guide: https://github.com/solana-labs/wallet-adapter/issues/604
109-
- Changes in this release: https://github.com/solana-labs/wallet-adapter/pull/598
116+
- Early Access + Upgrade Guide: https://github.com/solana-labs/wallet-adapter/issues/604
117+
- Changes in this release: https://github.com/solana-labs/wallet-adapter/pull/598

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

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

0 commit comments

Comments
 (0)