From d320fc2a87c70b93daf8eab3e0b78ab91b25f0a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 16:15:32 -0500 Subject: [PATCH] Release v0.1.1 (#49) * Release v0.1.1 * release 0.1.1 --------- Co-authored-by: GitHub Actions Co-authored-by: Idris Bowman --- package.json | 2 +- packages/site/CHANGELOG.md | 6 ++++++ packages/site/package.json | 2 +- packages/snap/README.md | 2 +- packages/snap/package.json | 2 +- packages/snap/snap.manifest.json | 4 ++-- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index aaefd50..fd1f139 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.1.0", + "version": "0.1.1", "private": true, "description": "", "homepage": "https://github.com/transeptorlabs/smarthub-snap#readme", diff --git a/packages/site/CHANGELOG.md b/packages/site/CHANGELOG.md index 11bddf3..d5fe5b3 100644 --- a/packages/site/CHANGELOG.md +++ b/packages/site/CHANGELOG.md @@ -6,3 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.1] - 2023-11-18 + +### Added + +- Initial site release. diff --git a/packages/site/package.json b/packages/site/package.json index 7b92543..2384a33 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@transeptor-labs/smarthub-site", - "version": "0.1.0", + "version": "0.1.1", "license": "(MIT-0 OR Apache-2.0)", "author": { "name": "Transeptor Labs", diff --git a/packages/snap/README.md b/packages/snap/README.md index dd438b6..ea85b7d 100644 --- a/packages/snap/README.md +++ b/packages/snap/README.md @@ -259,7 +259,7 @@ await window.ethereum.request({ ## Keyring methods -Used MetaMask keyring to create and manage accounts that are natively supported within the extension, appearing in MetaMask's UI, and can be used with dapps. Dapps can invoke these methods using the `KeyringSnapRpcClient` instance. +We use MetaMask keyring to create and manage accounts that are natively supported within the extension, appearing in MetaMask's UI, and can be used with dapps. Dapps can invoke these methods using the `KeyringSnapRpcClient` instance. ### Create Account diff --git a/packages/snap/package.json b/packages/snap/package.json index dd99124..8100a03 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@transeptor-labs/smarthub-snap", - "version": "0.1.0", + "version": "0.1.1", "description": "A MetaMask snap the helps you manage ERC-4337 smart account", "keywords": [ "metamask", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index 20c309f..486c602 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.1", "description": "A snap the helps you manage ERC-4337 smart account", "proposedName": "SmartHub", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/transeptorlabs/smarthub-snap.git" }, "source": { - "shasum": "FiaxHBC9ZBxB1ZyRR6Wkk078DvWLLpdBXjdtkcos4eA=", + "shasum": "enaolr+s+pZ0y3tbkWTBJgfbmAEpAH40xTgtToymSDc=", "location": { "npm": { "filePath": "dist/bundle.js",