Skip to content

Commit

Permalink
Release v0.1.1 (#49)
Browse files Browse the repository at this point in the history
* Release v0.1.1

* release 0.1.1

---------

Co-authored-by: GitHub Actions <actions@github.com>
Co-authored-by: Idris Bowman <bowmanidris95@gmail.com>
  • Loading branch information
3 people committed Nov 18, 2023
1 parent f256283 commit d320fc2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.1.0",
"version": "0.1.1",
"description": "A snap the helps you manage ERC-4337 smart account",
"proposedName": "SmartHub",
"repository": {
"type": "git",
"url": "https://github.com/transeptorlabs/smarthub-snap.git"
},
"source": {
"shasum": "FiaxHBC9ZBxB1ZyRR6Wkk078DvWLLpdBXjdtkcos4eA=",
"shasum": "enaolr+s+pZ0y3tbkWTBJgfbmAEpAH40xTgtToymSDc=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit d320fc2

Please sign in to comment.