Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrunic committed Jan 18, 2022
1 parent 5b7b053 commit 7b7894b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/filsnap-adapter",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"gh-pages": "^3.1.0"
},
"dependencies": {
"@chainsafe/filsnap-adapter": "2.0.0-beta.1",
"@chainsafe/filsnap-types": "2.0.0-beta.1",
"@chainsafe/filsnap-adapter": "2.0.0",
"@chainsafe/filsnap-types": "2.0.0",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "latest",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/filsnap",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"license": "(Apache-2.0 AND MIT)",
"description": "Filsnap - Metamask snap to interact with Filecoin dapps.",
"private": false,
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/chainsafe/filecoin-metamask-snap#readme",
"devDependencies": {
"@chainsafe/filsnap-types": "2.0.0-beta.1",
"@chainsafe/filsnap-types": "2.0.0",
"@metamask/snaps-cli": "^0.7.0",
"@types/bn.js": "^4.11.6",
"@types/chai": "^4.2.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-beta.1",
"version": "2.0.0",
"proposedName": "Filsnap",
"description": "The Filecoin snap.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/filsnap-types",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"types": "./index.d.ts",
"license": "(Apache-2.0 AND MIT)",
"author": "chainsafe <[email protected]>",
Expand Down

0 comments on commit 7b7894b

Please sign in to comment.