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

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrunic committed Mar 21, 2022
1 parent 8f66577 commit f008067
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"stream": true,
"version": "1.0.0"
"version": "2.1.0"
}
3 changes: 1 addition & 2 deletions 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.1",
"version": "2.1.0",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -18,7 +18,6 @@
"access": "public"
},
"description": "Adapter for installing Filsnap",
"dependencies": {},
"scripts": {
"prebuild": "rm -rf build",
"build": "yarn run build:lib && yarn run build:types",
Expand Down
6 changes: 3 additions & 3 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "example",
"version": "0.1.0",
"version": "2.1.0",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"devDependencies": {
"eslint-config-react-app": "^6.0.0",
"gh-pages": "^3.1.0"
},
"dependencies": {
"@chainsafe/filsnap-adapter": "2.0.1",
"@chainsafe/filsnap-types": "2.0.0",
"@chainsafe/filsnap-adapter": "^2.1.0",
"@chainsafe/filsnap-types": "^2.1.0",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "latest",
Expand Down
6 changes: 3 additions & 3 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",
"version": "2.1.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",
"@chainsafe/filsnap-types": "^2.1.0",
"@metamask/snaps-cli": "^0.7.0",
"@types/bn.js": "^4.11.6",
"@types/chai": "^4.2.10",
Expand All @@ -69,8 +69,8 @@
"@filecoin-shipyard/lotus-client-provider-nodejs": "^0.0.5",
"@filecoin-shipyard/lotus-client-rpc": "^0.0.11",
"@filecoin-shipyard/lotus-client-schema": "^0.0.14",
"@metamask/key-tree": "^3.0.1",
"@glif/filecoin-number": "1.1.0",
"@metamask/key-tree": "^3.0.1",
"@zondax/filecoin-signing-tools": "^0.18.3",
"bn.js": "^5.1.2",
"deepmerge": "^4.2.2"
Expand Down
5 changes: 2 additions & 3 deletions 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",
"version": "2.1.0",
"types": "./index.d.ts",
"license": "(Apache-2.0 AND MIT)",
"author": "chainsafe <[email protected]>",
Expand All @@ -14,6 +14,5 @@
"metamask",
"snap",
"dapp"
],
"dependencies": {}
]
}

0 comments on commit f008067

Please sign in to comment.