Skip to content

Commit

Permalink
chore: add changeset versions for canary
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Feb 15, 2024
1 parent 2ad3559 commit f4b4c7a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"mode": "pre",
"tag": "2ad35598",
"initialVersions": {
"@apps/gallery": "4.0.5",
"@apps/laboratory": "4.0.5",
"@examples/html-ethers5": "4.0.5",
"@examples/html-wagmi": "4.0.5",
"@examples/next-wagmi": "4.0.5",
"@examples/react-ethers5": "4.0.5",
"@examples/react-wagmi": "4.0.5",
"@examples/vue-ethers5": "4.0.5",
"@examples/vue-wagmi": "4.0.5",
"@web3modal/common": "4.0.5",
"@web3modal/core": "4.0.5",
"@web3modal/ethers": "4.0.5",
"@web3modal/ethers5": "4.0.5",
"@web3modal/polyfills": "4.0.5",
"@web3modal/scaffold": "4.0.5",
"@web3modal/scaffold-react": "4.0.5",
"@web3modal/scaffold-utils": "4.0.5",
"@web3modal/scaffold-vue": "4.0.5",
"@web3modal/siwe": "4.0.5",
"@web3modal/ui": "4.0.5",
"@web3modal/wagmi": "4.0.5",
"@web3modal/wallet": "4.0.5"
},
"changesets": []
}
2 changes: 1 addition & 1 deletion packages/scaffold-utils/src/ConstantsUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export const ConstantsUtil = {
ADD_CHAIN_METHOD: 'wallet_addEthereumChain',
EIP6963_ANNOUNCE_EVENT: 'eip6963:announceProvider',
EIP6963_REQUEST_EVENT: 'eip6963:requestProvider',
VERSION: '4.0.5'
VERSION: '4.0.5-2ad35598'
}

0 comments on commit f4b4c7a

Please sign in to comment.