Skip to content

Commit

Permalink
feat: publish packages with version v0.0.16 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
yum0e authored Jul 4, 2023
1 parent 0a2f8d0 commit ec66242
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/sismo-connect-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sismo-core/sismo-connect-client",
"version": "0.0.13",
"version": "0.0.16",
"description": "Sismo Connect client package",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/sismo-connect-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sismo-core/sismo-connect-react",
"version": "0.0.15",
"version": "0.0.16",
"description": "sismoConnect React package",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -44,6 +44,6 @@
},
"peerDependencies": {},
"dependencies": {
"@sismo-core/sismo-connect-client": "0.0.13"
"@sismo-core/sismo-connect-client": "0.0.16"
}
}
8 changes: 4 additions & 4 deletions packages/sismo-connect-react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@
"@noble/hashes" "~1.3.0"
"@scure/base" "~1.1.0"

"@sismo-core/[email protected].13":
version "0.0.13"
resolved "https://registry.yarnpkg.com/@sismo-core/sismo-connect-client/-/sismo-connect-client-0.0.13.tgz#3d6d6b06b21cae33ec71b2d696d7bd21c431f616"
integrity sha512-mlCT5rzqxvj9LAEFIMpQsxRAcxFN8Dt2SJgJx96RdY50l4jKAOkzLftltrEvNVsUjvN0sE3FGOcMt/vb3LFIbw==
"@sismo-core/[email protected].16":
version "0.0.16"
resolved "https://registry.yarnpkg.com/@sismo-core/sismo-connect-client/-/sismo-connect-client-0.0.16.tgz#28f1c8e586509bf6272fc42969c8b13d837e3cbc"
integrity sha512-SO33SjpVPy2rVSIqE3B568+bQfNGe1T5ieh1pxNR68W6sAeLGU+PtzRegdKNbirFLVhVTi0Ky/vfmqI12Ehmng==
dependencies:
"@ethersproject/bignumber" "5.7.0"
js-base64 "^3.7.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/sismo-connect-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sismo-core/sismo-connect-server",
"version": "0.0.13",
"version": "0.0.16",
"description": "sismoConnect server package",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit ec66242

Please sign in to comment.