Skip to content

Commit

Permalink
fix publish directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcwoshizz committed Feb 20, 2023
1 parent 7de5296 commit 377fcf8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .changeset/twenty-zebras-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@zcloak/contracts-core': patch
'@zcloak/ui-did-keyring': patch
'@zcloak/credential-core': patch
'@zcloak/did-keyring': patch
'@zcloak/extension-core': patch
'@zcloak/react-wallet': patch
'@zcloak/service': patch
'@zcloak/ui-store': patch
'@zcloak/web3-query': patch
---

fix publish directory
2 changes: 1 addition & 1 deletion packages/contracts-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/solidity": "^5.7.0",
"@zcloak/web3-query": "^0.8.0",
"@zcloak/web3-query": "workspace:^",
"eventemitter3": "^5.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/ui-did-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@polkadot/keyring": "^10.1.12",
"@polkadot/util": "^10.2.1",
"@zcloak/did": "^1.0.0",
"@zcloak/did-keyring": "^1.0.0",
"@zcloak/did-keyring": "workspace:^",
"@zcloak/did-resolver": "^1.0.0",
"@zcloak/keyring": "^1.0.0",
"@zcloak/ui-store": "^0.8.0"
"@zcloak/ui-store": "workspace:^"
},
"devDependencies": {
"@kiltprotocol/did": "^0.28.2",
Expand Down

0 comments on commit 377fcf8

Please sign in to comment.