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

Commit 2692c97

Browse files
github-actions[bot]actions-userV00D00-child
authored
Release v0.1.3 (#54)
* Release v0.1.3 * chore: add changelog --------- Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Idris Bowman <[email protected]>
1 parent cf9c13b commit 2692c97

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"description": "",
66
"homepage": "https://github.com/transeptorlabs/smarthub-snap#readme",

packages/site/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.3] - 2023-11-25
11+
12+
### Added
13+
14+
- Add block explorer links for all ethereum addresses
15+
- Add entrypoint and account factory addresses to the management tab
16+
1017
## [0.1.2] - 2023-11-23
1118

1219
### Added

packages/site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transeptor-labs/smarthub-site",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "(MIT-0 OR Apache-2.0)",
55
"author": {
66
"name": "Transeptor Labs",

packages/snap/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.3] - 2023-11-25
11+
12+
### Changed
13+
14+
- Update snap `sc_account` method to return `isAccountDeployed` boolean value
15+
1016
## [0.1.2] - 2023-11-23
1117

1218
### Changed

packages/snap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transeptor-labs/smarthub-snap",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A MetaMask snap the helps you manage ERC-4337 smart account",
55
"keywords": [
66
"metamask",

packages/snap/snap.manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "0.1.2",
2+
"version": "0.1.3",
33
"description": "A snap the helps you manage ERC-4337 smart account",
44
"proposedName": "SmartHub",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/transeptorlabs/smarthub-snap.git"
88
},
99
"source": {
10-
"shasum": "Db0YngVfW1e45l4UU/xgYnHzSuhU0/ya/KJxyI5baMc=",
10+
"shasum": "bfP8JNBZS7EaK7Sz2FGfTX8UstW6EVp6RWNpZdimgGk=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)