Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/breezy-years-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-beds-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-bananas-kneel.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changeset/pre.json

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-kiwis-play.md

This file was deleted.

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

### 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.3.0-beta.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.3.0-beta.0",
"version": "0.3.0",
"private": false,
"description": "",
"keywords": [],
Expand Down
6 changes: 6 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.5.0

### Minor Changes

- [#667](https://github.com/blockchain-lab-um/masca/pull/667) [`a9fac60`](https://github.com/blockchain-lab-um/masca/commit/a9fac609b1bb98bb6fefa5e99674f74eec404132) Thanks [@martines3000](https://github.com/martines3000)! - Resolve issues with create verifiable credential on dapp.

## 1.5.0-beta.0

### Minor Changes
Expand Down
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": "@blockchain-lab-um/masca-connector",
"version": "1.5.0-beta.0",
"version": "1.5.0",
"description": "Library for using Masca on the frontend",
"keywords": [
"MetaMask",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/src/masca.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"mascaVersion": "1.3.0"
"mascaVersion": "1.4.0"
}
14 changes: 14 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @blockchain-lab-um/dapp

## 1.5.0

### Minor Changes

- [#670](https://github.com/blockchain-lab-um/masca/pull/670) [`0c5eeb4`](https://github.com/blockchain-lab-um/masca/commit/0c5eeb45be786b8714d93bf7eaac472daf0e41a2) Thanks [@martines3000](https://github.com/martines3000)! - Add support for `opendi4vp://`

### Patch Changes

- [#665](https://github.com/blockchain-lab-um/masca/pull/665) [`e28adf7`](https://github.com/blockchain-lab-um/masca/commit/e28adf711ba0a68a2c50fbb3ae3996b580e5e7bf) Thanks [@martines3000](https://github.com/martines3000)! - Hide JSON-LD as it is currently not working.

- Updated dependencies [[`5f2be1c`](https://github.com/blockchain-lab-um/masca/commit/5f2be1cd0211e17cb2445944eae27b5108cdcaa0), [`a9fac60`](https://github.com/blockchain-lab-um/masca/commit/a9fac609b1bb98bb6fefa5e99674f74eec404132)]:
- @blockchain-lab-um/extended-verification@0.3.0
- @blockchain-lab-um/masca-connector@1.5.0

## 1.5.0-beta.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.5.0-beta.0",
"version": "1.5.0",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand All @@ -20,8 +20,8 @@
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.1.0",
"@blockchain-lab-um/extended-verification": "0.3.0-beta.0",
"@blockchain-lab-um/masca-connector": "1.5.0-beta.0",
"@blockchain-lab-um/extended-verification": "0.3.0",
"@blockchain-lab-um/masca-connector": "1.5.0",
"@blockchain-lab-um/oidc-types": "0.1.0",
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.1.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.4.0

### Minor Changes

- [#670](https://github.com/blockchain-lab-um/masca/pull/670) [`0c5eeb4`](https://github.com/blockchain-lab-um/masca/commit/0c5eeb45be786b8714d93bf7eaac472daf0e41a2) Thanks [@martines3000](https://github.com/martines3000)! - Add support for `opendi4vp://`

- [#667](https://github.com/blockchain-lab-um/masca/pull/667) [`a9fac60`](https://github.com/blockchain-lab-um/masca/commit/a9fac609b1bb98bb6fefa5e99674f74eec404132) Thanks [@martines3000](https://github.com/martines3000)! - Resolve issues with create verifiable credential on dapp.

### Patch Changes

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

## 1.4.0-beta.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.4.0-beta.0",
"version": "1.4.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.3.0-beta.0",
"@blockchain-lab-um/extended-verification": "0.3.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.4.0-beta.0",
"version": "1.4.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": "IpZ89EW6PPAo101mbkYNZec47FeLtiQYiO/77q+9dBM="
"shasum": "pLk+WsIqtHkiefXTBSAy2kLdfBpafqtHJ8TYkcaVzbo="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down
25 changes: 20 additions & 5 deletions pnpm-lock.yaml

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

Loading