Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum committed Feb 13, 2025
1 parent 5f2be1c commit 7c33d70
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 11 deletions.
6 changes: 4 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
"@blockchain-lab-um/masca": "1.3.0",
"@blockchain-lab-um/masca-types": "1.4.0"
},
"changesets": []
}
"changesets": [
"heavy-bananas-kneel"
]
}
6 changes: 6 additions & 0 deletions libs/extended-verification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blockchain-lab-um/extended-verification

## 0.3.0-beta.0

### Minor Changes

- [#664](https://github.com/blockchain-lab-um/masca/pull/664) [`5f2be1c`](https://github.com/blockchain-lab-um/masca/commit/5f2be1cd0211e17cb2445944eae27b5108cdcaa0) Thanks [@martines3000](https://github.com/martines3000)! - Use `@cef-ebsi/ebsi-did-resolver` instead of uniresolver for resolving ebsi dids.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/extended-verification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/extended-verification",
"version": "0.2.0",
"version": "0.3.0-beta.0",
"private": false,
"description": "",
"keywords": [],
Expand Down
7 changes: 7 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blockchain-lab-um/dapp

## 1.4.1-beta.0

### Patch Changes

- Updated dependencies [[`5f2be1c`](https://github.com/blockchain-lab-um/masca/commit/5f2be1cd0211e17cb2445944eae27b5108cdcaa0)]:
- @blockchain-lab-um/extended-verification@0.3.0-beta.0

## 1.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/dapp",
"version": "1.4.0",
"version": "1.4.1-beta.0",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.1.0",
"@blockchain-lab-um/extended-verification": "0.2.0",
"@blockchain-lab-um/extended-verification": "0.3.0-beta.0",
"@blockchain-lab-um/masca-connector": "1.4.0",
"@blockchain-lab-um/oidc-types": "0.1.0",
"@headlessui/react": "^2.0.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.3.1-beta.0

### Patch Changes

- Updated dependencies [[`5f2be1c`](https://github.com/blockchain-lab-um/masca/commit/5f2be1cd0211e17cb2445944eae27b5108cdcaa0)]:
- @blockchain-lab-um/extended-verification@0.3.0-beta.0

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0",
"version": "1.3.1-beta.0",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"@0xpolygonid/js-sdk": "1.12.0",
"@blockchain-lab-um/did-provider-key": "1.1.0",
"@blockchain-lab-um/extended-verification": "0.2.0",
"@blockchain-lab-um/extended-verification": "0.3.0-beta.0",
"@blockchain-lab-um/masca-types": "1.4.0",
"@blockchain-lab-um/oidc-client-plugin": "0.4.0",
"@blockchain-lab-um/oidc-types": "0.1.0",
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.3.0",
"version": "1.3.1-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": "8URAjwPCrIRShFA7aIRxryil+i8RCtc48pLcpIyD+PU="
"shasum": "TOKitxlp/gKyo/2xz8BBZHOQHcvqQABXP9K3AIPbfeM="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c33d70

Please sign in to comment.