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: 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.4.0",
"@blockchain-lab-um/masca-types": "1.4.0"
},
"changesets": []
}
"changesets": [
"modern-rabbits-rhyme"
]
}
11 changes: 11 additions & 0 deletions libs/oidc/client-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @blockchain-lab-um/oidc-client-plugin

## 0.5.0-beta.0

### Minor Changes

- [#673](https://github.com/blockchain-lab-um/masca/pull/673) [`753bd6b`](https://github.com/blockchain-lab-um/masca/commit/753bd6b7080819ca6617eda1b6e6c9423ed89d7f) Thanks [@pegi4](https://github.com/pegi4)! - SD-JWT improvements and support in OIDC flows

### Patch Changes

- Updated dependencies [[`753bd6b`](https://github.com/blockchain-lab-um/masca/commit/753bd6b7080819ca6617eda1b6e6c9423ed89d7f)]:
- @blockchain-lab-um/oidc-types@0.2.0-beta.0

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/oidc/client-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/oidc-client-plugin",
"version": "0.4.0",
"version": "0.5.0-beta.0",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -20,7 +20,7 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@blockchain-lab-um/oidc-types": "0.1.0",
"@blockchain-lab-um/oidc-types": "0.2.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0",
"@sphereon/pex": "^3.3.3",
"@veramo/core": "6.0.0",
Expand Down
6 changes: 6 additions & 0 deletions libs/oidc/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blockchain-lab-um/oidc-types

## 0.2.0-beta.0

### Minor Changes

- [#673](https://github.com/blockchain-lab-um/masca/pull/673) [`753bd6b`](https://github.com/blockchain-lab-um/masca/commit/753bd6b7080819ca6617eda1b6e6c9423ed89d7f) Thanks [@pegi4](https://github.com/pegi4)! - SD-JWT improvements and support in OIDC flows

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/oidc/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/oidc-types",
"version": "0.1.0",
"version": "0.2.0-beta.0",
"description": "Types for OIDC.",
"keywords": ["ssi", "oidc", "vc", "vp"],
"license": "(Apache-2.0 AND MIT)",
Expand Down
11 changes: 11 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @blockchain-lab-um/dapp

## 1.6.0-beta.0

### Minor Changes

- [#673](https://github.com/blockchain-lab-um/masca/pull/673) [`753bd6b`](https://github.com/blockchain-lab-um/masca/commit/753bd6b7080819ca6617eda1b6e6c9423ed89d7f) Thanks [@pegi4](https://github.com/pegi4)! - SD-JWT improvements and support in OIDC flows

### Patch Changes

- Updated dependencies [[`753bd6b`](https://github.com/blockchain-lab-um/masca/commit/753bd6b7080819ca6617eda1b6e6c9423ed89d7f)]:
- @blockchain-lab-um/oidc-types@0.2.0-beta.0

## 1.5.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.5.0",
"version": "1.6.0-beta.0",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand All @@ -21,7 +21,7 @@
"@blockchain-lab-um/did-provider-key": "1.1.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",
"@blockchain-lab-um/oidc-types": "0.2.0-beta.0",
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.1.3",
"@nextui-org/react": "^2.3.6",
Expand Down
12 changes: 12 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.5.0-beta.0

### Minor Changes

- [#673](https://github.com/blockchain-lab-um/masca/pull/673) [`753bd6b`](https://github.com/blockchain-lab-um/masca/commit/753bd6b7080819ca6617eda1b6e6c9423ed89d7f) Thanks [@pegi4](https://github.com/pegi4)! - SD-JWT improvements and support in OIDC flows

### Patch Changes

- Updated dependencies [[`753bd6b`](https://github.com/blockchain-lab-um/masca/commit/753bd6b7080819ca6617eda1b6e6c9423ed89d7f)]:
- @blockchain-lab-um/oidc-client-plugin@0.5.0-beta.0
- @blockchain-lab-um/oidc-types@0.2.0-beta.0

## 1.4.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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",
"version": "1.5.0-beta.0",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -58,8 +58,8 @@
"@blockchain-lab-um/did-provider-key": "1.1.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",
"@blockchain-lab-um/oidc-client-plugin": "0.5.0-beta.0",
"@blockchain-lab-um/oidc-types": "0.2.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0",
"@blockchain-lab-um/veramo-datamanager": "1.1.0",
"@ceramicnetwork/http-client": "2.27.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",
"version": "1.5.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": "O/Qhud1U692mHu8bcYMabrXNRcCD7+mBr6rmbPYkCwo="
"shasum": "+vwsGw55LeFc9DfiB/9guzrunUP3hWYmc+F0akCZijo="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

Loading