Skip to content

Commit a8695f2

Browse files
authored
chore: version packages (beta)
1 parent ba5ca5c commit a8695f2

11 files changed

Lines changed: 58 additions & 16 deletions

File tree

.changeset/pre.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@
1515
"@blockchain-lab-um/masca": "1.4.0",
1616
"@blockchain-lab-um/masca-types": "1.4.0"
1717
},
18-
"changesets": []
19-
}
18+
"changesets": [
19+
"modern-rabbits-rhyme"
20+
]
21+
}

libs/oidc/client-plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @blockchain-lab-um/oidc-client-plugin
22

3+
## 0.5.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`753bd6b`](https://github.com/blockchain-lab-um/masca/commit/753bd6b7080819ca6617eda1b6e6c9423ed89d7f)]:
12+
- @blockchain-lab-um/oidc-types@0.2.0-beta.0
13+
314
## 0.4.0
415

516
### Minor Changes

libs/oidc/client-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/oidc-client-plugin",
3-
"version": "0.4.0",
3+
"version": "0.5.0-beta.0",
44
"license": "(Apache-2.0 AND MIT)",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -20,7 +20,7 @@
2020
"test:ci": "pnpm run test"
2121
},
2222
"dependencies": {
23-
"@blockchain-lab-um/oidc-types": "0.1.0",
23+
"@blockchain-lab-um/oidc-types": "0.2.0-beta.0",
2424
"@blockchain-lab-um/utils": "1.4.0",
2525
"@sphereon/pex": "^3.3.3",
2626
"@veramo/core": "6.0.0",

libs/oidc/types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @blockchain-lab-um/oidc-types
22

3+
## 0.2.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 0.1.0
410

511
### Minor Changes

libs/oidc/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/oidc-types",
3-
"version": "0.1.0",
3+
"version": "0.2.0-beta.0",
44
"description": "Types for OIDC.",
55
"keywords": ["ssi", "oidc", "vc", "vp"],
66
"license": "(Apache-2.0 AND MIT)",

packages/dapp/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @blockchain-lab-um/dapp
22

3+
## 1.6.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`753bd6b`](https://github.com/blockchain-lab-um/masca/commit/753bd6b7080819ca6617eda1b6e6c9423ed89d7f)]:
12+
- @blockchain-lab-um/oidc-types@0.2.0-beta.0
13+
314
## 1.5.0
415

516
### Minor Changes

packages/dapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/dapp",
3-
"version": "1.5.0",
3+
"version": "1.6.0-beta.0",
44
"private": true,
55
"license": "(Apache-2.0 AND MIT)",
66
"type": "commonjs",
@@ -21,7 +21,7 @@
2121
"@blockchain-lab-um/did-provider-key": "1.1.0",
2222
"@blockchain-lab-um/extended-verification": "0.3.0",
2323
"@blockchain-lab-um/masca-connector": "1.5.0",
24-
"@blockchain-lab-um/oidc-types": "0.1.0",
24+
"@blockchain-lab-um/oidc-types": "0.2.0-beta.0",
2525
"@headlessui/react": "^2.0.3",
2626
"@heroicons/react": "^2.1.3",
2727
"@nextui-org/react": "^2.3.6",

packages/snap/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.5.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`753bd6b`](https://github.com/blockchain-lab-um/masca/commit/753bd6b7080819ca6617eda1b6e6c9423ed89d7f)]:
12+
- @blockchain-lab-um/oidc-client-plugin@0.5.0-beta.0
13+
- @blockchain-lab-um/oidc-types@0.2.0-beta.0
14+
315
## 1.4.0
416

517
### Minor Changes

packages/snap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/masca",
3-
"version": "1.4.0",
3+
"version": "1.5.0-beta.0",
44
"description": "Snap for managing VCs and VPs in MetaMask",
55
"keywords": [
66
"MetaMask",
@@ -58,8 +58,8 @@
5858
"@blockchain-lab-um/did-provider-key": "1.1.0",
5959
"@blockchain-lab-um/extended-verification": "0.3.0",
6060
"@blockchain-lab-um/masca-types": "1.4.0",
61-
"@blockchain-lab-um/oidc-client-plugin": "0.4.0",
62-
"@blockchain-lab-um/oidc-types": "0.1.0",
61+
"@blockchain-lab-um/oidc-client-plugin": "0.5.0-beta.0",
62+
"@blockchain-lab-um/oidc-types": "0.2.0-beta.0",
6363
"@blockchain-lab-um/utils": "1.4.0",
6464
"@blockchain-lab-um/veramo-datamanager": "1.1.0",
6565
"@ceramicnetwork/http-client": "2.27.0",

packages/snap/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.0",
2+
"version": "1.5.0-beta.0",
33
"description": "Snap for managing VCs and VPs in MetaMask",
44
"proposedName": "Masca",
55
"repository": {
@@ -26,7 +26,7 @@
2626
"./files/circuits/credentialAtomicQuerySigV2/circuit_final.zkey",
2727
"./files/circuits/credentialAtomicQuerySigV2/verification_key.json"
2828
],
29-
"shasum": "O/Qhud1U692mHu8bcYMabrXNRcCD7+mBr6rmbPYkCwo="
29+
"shasum": "+vwsGw55LeFc9DfiB/9guzrunUP3hWYmc+F0akCZijo="
3030
},
3131
"initialPermissions": {
3232
"endowment:ethereum-provider": {},

0 commit comments

Comments
 (0)