Skip to content

Commit 93fe455

Browse files
committedJun 16, 2023
release: 0.0.9-alpha.6
1 parent 951f060 commit 93fe455

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crossmint/connect",
3-
"version": "0.0.9-alpha.5",
3+
"version": "0.0.9-alpha.6",
44
"author": "Crossmint",
55
"license": "Apache-2.0",
66
"repository": "https://github.com/Crossmint/connect",
@@ -39,7 +39,6 @@
3939
"typescript": "^4.7.4"
4040
},
4141
"dependencies": {
42-
"@crossmint/connect": "0.0.9-alpha.4",
4342
"@solana/wallet-adapter-base": "^0.9.7",
4443
"@solana/web3.js": "^1.47.3",
4544
"ethers": "^5.6.9",

‎src/consts/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const LIB_VERSION = "0.0.9-alpha.5";
1+
export const LIB_VERSION = "0.0.9-alpha.6";

‎yarn.lock

-12
Original file line numberDiff line numberDiff line change
@@ -221,18 +221,6 @@
221221
"@babel/helper-validator-identifier" "^7.18.6"
222222
to-fast-properties "^2.0.0"
223223

224-
"@crossmint/connect@0.0.9-alpha.4":
225-
version "0.0.9-alpha.4"
226-
resolved "https://registry.yarnpkg.com/@crossmint/connect/-/connect-0.0.9-alpha.4.tgz#5c0080e7ef22c3a7068050c606492d641c8a388f"
227-
integrity sha512-OxJnhp1L7hsfJsbSZvA0B8KjxIqdWU9/ZCWqxBmHEkdYWPlWGpyUXyy41RUDetWXV5CD0uw5wvRi6IU3wSF71Q==
228-
dependencies:
229-
"@solana/wallet-adapter-base" "^0.9.7"
230-
"@solana/web3.js" "^1.47.3"
231-
ethers "^5.6.9"
232-
lucid-cardano "^0.10.1"
233-
react "^18.2.0"
234-
store2 "^2.13.2"
235-
236224
"@ethersproject/abi@5.6.4", "@ethersproject/abi@^5.6.3":
237225
version "5.6.4"
238226
resolved "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.6.4.tgz#f6e01b6ed391a505932698ecc0d9e7a99ee60362"

0 commit comments

Comments
 (0)
Please sign in to comment.