From 20baaeecdd03e5fc7e7d2cef0ae7a9c267121994 Mon Sep 17 00:00:00 2001 From: Sherif Abdelmoatty Date: Sun, 19 May 2024 21:30:22 +0300 Subject: [PATCH] Bump version --- .../CreateAccountAndSendTransaction/package.json | 2 +- .../CreateAccountAndSendTransactionMultiSigners/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../PasskeysCreateAccountandSendTransaction/package.json | 2 +- examples/SafeAccountExamples/SocialRecovery/package.json | 2 +- examples/UsingBundlerRPC/package.json | 2 +- package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/SafeAccountExamples/CreateAccountAndSendTransaction/package.json b/examples/SafeAccountExamples/CreateAccountAndSendTransaction/package.json index 25dfd0a..de6b61e 100644 --- a/examples/SafeAccountExamples/CreateAccountAndSendTransaction/package.json +++ b/examples/SafeAccountExamples/CreateAccountAndSendTransaction/package.json @@ -13,6 +13,6 @@ "dependencies": { "dotenv": "^16.3.1", "typescript": "^5.1.6", - "abstractionkit": "0.1.11" + "abstractionkit": "0.1.12" } } diff --git a/examples/SafeAccountExamples/CreateAccountAndSendTransactionMultiSigners/package.json b/examples/SafeAccountExamples/CreateAccountAndSendTransactionMultiSigners/package.json index 25dfd0a..de6b61e 100644 --- a/examples/SafeAccountExamples/CreateAccountAndSendTransactionMultiSigners/package.json +++ b/examples/SafeAccountExamples/CreateAccountAndSendTransactionMultiSigners/package.json @@ -13,6 +13,6 @@ "dependencies": { "dotenv": "^16.3.1", "typescript": "^5.1.6", - "abstractionkit": "0.1.11" + "abstractionkit": "0.1.12" } } diff --git a/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingSponsorPaymaster/package.json b/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingSponsorPaymaster/package.json index 6a31762..621af42 100644 --- a/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingSponsorPaymaster/package.json +++ b/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingSponsorPaymaster/package.json @@ -14,6 +14,6 @@ "dotenv": "^16.3.1", "ethers": "^6.6.7", "typescript": "^5.1.6", - "abstractionkit": "0.1.11" + "abstractionkit": "0.1.12" } } diff --git a/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingTokenPaymaster/package.json b/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingTokenPaymaster/package.json index 6a31762..621af42 100644 --- a/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingTokenPaymaster/package.json +++ b/examples/SafeAccountExamples/CreateAccountAndSendTransactionUsingTokenPaymaster/package.json @@ -14,6 +14,6 @@ "dotenv": "^16.3.1", "ethers": "^6.6.7", "typescript": "^5.1.6", - "abstractionkit": "0.1.11" + "abstractionkit": "0.1.12" } } diff --git a/examples/SafeAccountExamples/PasskeysCreateAccountandSendTransaction/package.json b/examples/SafeAccountExamples/PasskeysCreateAccountandSendTransaction/package.json index b2f826c..e27efea 100644 --- a/examples/SafeAccountExamples/PasskeysCreateAccountandSendTransaction/package.json +++ b/examples/SafeAccountExamples/PasskeysCreateAccountandSendTransaction/package.json @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "abstractionkit": "0.1.11", + "abstractionkit": "0.1.12", "buffer": "^6.0.3", "ethers": "^6.10.0", "react": "^18.2.0", diff --git a/examples/SafeAccountExamples/SocialRecovery/package.json b/examples/SafeAccountExamples/SocialRecovery/package.json index 416cf75..63c07fc 100644 --- a/examples/SafeAccountExamples/SocialRecovery/package.json +++ b/examples/SafeAccountExamples/SocialRecovery/package.json @@ -14,6 +14,6 @@ "dotenv": "^16.3.1", "ethers": "^6.6.7", "typescript": "^5.1.6", - "abstractionkit": "0.1.11" + "abstractionkit": "0.1.12" } } diff --git a/examples/UsingBundlerRPC/package.json b/examples/UsingBundlerRPC/package.json index f6bd629..aeb5858 100644 --- a/examples/UsingBundlerRPC/package.json +++ b/examples/UsingBundlerRPC/package.json @@ -11,7 +11,7 @@ }, "license": "MIT", "dependencies": { - "abstractionkit": "0.1.11", + "abstractionkit": "0.1.12", "typescript": "^5.1.6" } } diff --git a/package.json b/package.json index 9df058e..6e2591e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "name": "Candidelabs", "url": "https://candide.dev" }, - "version": "0.1.11", + "version": "0.1.12", "description": "Account Abstraction 4337 SDK by Candidelabs", "main": "dist/index.js", "module": "dist/index.m.js",