Skip to content

Commit

Permalink
chore: version packages (beta) (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum authored Nov 2, 2023
1 parent 4f70f23 commit 677c87a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"@blockchain-lab-um/masca": "1.1.0",
"@blockchain-lab-um/masca-types": "1.2.0"
},
"changesets": []
"changesets": [
"thin-donkeys-grin"
]
}
6 changes: 6 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.0-beta.0

### Minor Changes

- [#516](https://github.com/blockchain-lab-um/masca/pull/516) [`8b03b51`](https://github.com/blockchain-lab-um/masca/commit/8b03b510715b9d0e8203583444b458e61e2f19bf) Thanks [@martines3000](https://github.com/martines3000)! - Use new `snap_getFile` API for loading circuits

## 1.1.0

### Minor Changes
Expand Down
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": "@blockchain-lab-um/masca",
"version": "1.1.0",
"version": "1.2.0-beta.0",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.2.0-beta.0",
"description": "Snap for managing VCs and VPs in MetaMask",
"proposedName": "Masca",
"repository": {
Expand All @@ -26,7 +26,7 @@
"./files/circuits/credentialAtomicQuerySigV2/circuit_final.zkey",
"./files/circuits/credentialAtomicQuerySigV2/verification_key.json"
],
"shasum": "WrcOIqhs7v+MHWYLLMFdfP++hgpi1zqv53PlmH5mL8U="
"shasum": "wspaS/8UJT4A8/gqD9bzbMdem7dTVVHoBw27ZPgd0NA="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down

0 comments on commit 677c87a

Please sign in to comment.