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

Commit 0573321

Browse files
github-actions[bot]actions-userV00D00-child
authored
Release v0.1.0 (#47)
* Release v0.1.0 * add change log --------- Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Idris Bowman <[email protected]>
1 parent 9fd29b0 commit 0573321

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-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.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"description": "",
66
"homepage": "https://github.com/transeptorlabs/smarthub-snap#readme",

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.0.0",
3+
"version": "0.1.0",
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
@@ -6,3 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.1.0] - 2023-11-17
11+
12+
### Added
13+
14+
- Initial release.

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.0.0",
3+
"version": "0.1.0",
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.0.0",
2+
"version": "0.1.0",
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": "Zu13j4xqvnYhEc0NZdt8SaZkng5+e+BX8apKXyndlQo=",
10+
"shasum": "9Q4HBk5SUj6k+fzMCIAGRCO1Ag09i5ZU71TqtrAhTgI=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)