Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.0 #10

Merged
merged 5 commits into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snap-watch-only",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"description": "Monitor public addresses or ENS domains directly in MetaMask with this Watch-Only Snap.",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0]
## [1.0.0]

### Added

- Pre release.
- Initial release.

[Unreleased]: https://github.com/metamask/snap-watch-only/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/metamask/snap-watch-only/releases/tag/v0.1.0
[Unreleased]: https://github.com/metamask/snap-watch-only/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/metamask/snap-watch-only/releases/tag/v1.0.0
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": "@metamask/snap-watch-only-snap",
"version": "0.1.0",
"version": "1.0.0",
"description": "Keep an eye on Ethereum addresses or ENS domains right in MetaMask",
"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": "1.0.0",
"description": "Keep an eye on Ethereum addresses or ENS domains right in MetaMask",
"proposedName": "Account Watcher",
"repository": {
"type": "git",
"url": "git+https://github.com/metamask/snap-watch-only.git"
},
"source": {
"shasum": "Ct6mlR2vGCvqP8iHRpt3TdCalO+zHy2qqBAyTuniDZ8=",
"shasum": "buATwWiG/3zm8qkhvXsV6K1lhrQU2+rOa//W8NDJDGE=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Loading