Skip to content

Commit

Permalink
Trigger release to update WALLET_ADAPTER_CORE_VERSION injected variab…
Browse files Browse the repository at this point in the history
…le (#308)
  • Loading branch information
0xmaayan authored Jun 6, 2024
1 parent 34eb9f3 commit 4db7a8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-turtles-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aptos-labs/wallet-adapter-core": patch
---

Trigger release to update WALLET_ADAPTER_CORE_VERSION injected variable
1 change: 1 addition & 0 deletions packages/wallet-adapter-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export * from "./constants";
export * from "./utils";
export * from "./AIP62StandardWallets";

// inject adapter core version to the window
if (typeof window !== "undefined") {
(window as any).WALLET_ADAPTER_CORE_VERSION = WALLET_ADAPTER_CORE_VERSION;
}

0 comments on commit 4db7a8d

Please sign in to comment.