Skip to content

Commit

Permalink
v1.0.0.rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ihordiachenko committed Nov 17, 2023
1 parent a8765b7 commit 5fd444c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rarimo/rarime-connector",
"version": "0.8.0",
"version": "1.0.0-rc.0",
"description": "Facilitates interaction between a DApp and RariMe MetaMask snap",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.8.x"
"version": "1.0.0-rc.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": "@rarimo/rarime",
"version": "0.8.0",
"version": "1.0.0-rc.0",
"description": "RariMe is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology.",
"repository": {
"type": "git",
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.8.0",
"version": "1.0.0-rc.0",
"description": "Securely store and manage all of your identity credentials. Use them across chains with ZK-protected privacy guarantees.",
"proposedName": "RariMe",
"repository": {
"type": "git",
"url": "https://github.com/rarimo/rarime.git"
},
"source": {
"shasum": "1pIeUpMRKhhnJXoCH2u1I7TEBl3fRT+WB/X5N+8N4U8=",
"shasum": "EFhWqoLj5z89DeEtaTEqQaqBZWvlqcAIIuZ1TlyfS8M=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6589,7 +6589,17 @@ __metadata:
languageName: node
linkType: hard

"@rarimo/[email protected], @rarimo/rarime-connector@workspace:^, @rarimo/rarime-connector@workspace:packages/connector":
"@rarimo/rarime-connector@npm:0.8.0":
version: 0.8.0
resolution: "@rarimo/rarime-connector@npm:0.8.0"
dependencies:
"@ethersproject/providers": 5.7.2
ethers: 5.7.2
checksum: d59f4742aa7e5bfa26f9353106ee3f8dca29a49d24e644a8fc1718515dd79fb1861def89a2cacceca7373be6eeb3de15c2681d940dd82092173e88d3cb74abde
languageName: node
linkType: hard

"@rarimo/rarime-connector@workspace:^, @rarimo/rarime-connector@workspace:packages/connector":
version: 0.0.0-use.local
resolution: "@rarimo/rarime-connector@workspace:packages/connector"
dependencies:
Expand Down

0 comments on commit 5fd444c

Please sign in to comment.