Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Commit

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

* chore: add changelog

---------

Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: Idris Bowman <[email protected]>
  • Loading branch information
3 people authored Nov 25, 2023
1 parent cf9c13b commit 2692c97
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 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.2",
"version": "0.1.3",
"private": true,
"description": "",
"homepage": "https://github.com/transeptorlabs/smarthub-snap#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3] - 2023-11-25

### Added

- Add block explorer links for all ethereum addresses
- Add entrypoint and account factory addresses to the management tab

## [0.1.2] - 2023-11-23

### Added
Expand Down
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.2",
"version": "0.1.3",
"license": "(MIT-0 OR Apache-2.0)",
"author": {
"name": "Transeptor Labs",
Expand Down
6 changes: 6 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3] - 2023-11-25

### Changed

- Update snap `sc_account` method to return `isAccountDeployed` boolean value

## [0.1.2] - 2023-11-23

### Changed
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.2",
"version": "0.1.3",
"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.2",
"version": "0.1.3",
"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": "Db0YngVfW1e45l4UU/xgYnHzSuhU0/ya/KJxyI5baMc=",
"shasum": "bfP8JNBZS7EaK7Sz2FGfTX8UstW6EVp6RWNpZdimgGk=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 2692c97

Please sign in to comment.