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.6 (#59)
Browse files Browse the repository at this point in the history
* Release v0.1.6

* update changelog

---------

Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: Idris Bowman <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2023
1 parent 0dc236f commit b8d7527
Show file tree
Hide file tree
Showing 6 changed files with 17 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.5",
"version": "0.1.6",
"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 @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.6] - 2023-11-26

### Changed

- Deploy simple smart account contract

## [0.1.5] - 2023-11-25

### Changed
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.5",
"version": "0.1.6",
"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.6] - 2023-11-26

### Changed

- Deploy simple smart account contract

## [0.1.5] - 2023-11-25

### 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.5",
"version": "0.1.6",
"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.5",
"version": "0.1.6",
"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": "NYRbTe8Y/UFx5pLNX3cnWlKBC20oa9KduqofTe2e+64=",
"shasum": "81YN33VNXaa9DOUrTebHRGQmPSfQ3I58VoQQamFKf5g=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit b8d7527

Please sign in to comment.