Skip to content

Commit dcfa325

Browse files
chore: version packages (beta) (#633)
Co-authored-by: martines3000 <[email protected]>
1 parent 160d322 commit dcfa325

23 files changed

+187
-59
lines changed

.changeset/pre.json

+14
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,22 @@
1616
"@blockchain-lab-um/masca-types": "1.3.2"
1717
},
1818
"changesets": [
19+
"calm-icons-develop",
20+
"cold-deers-allow",
21+
"cyan-ravens-rhyme",
22+
"eleven-eyes-hide",
23+
"five-goats-stare",
1924
"five-poets-yell",
25+
"funny-tools-flow",
26+
"grumpy-drinks-mix",
27+
"late-radios-carry",
28+
"lemon-bears-lay",
29+
"metal-carrots-try",
30+
"nine-pens-cover",
31+
"poor-walls-boil",
2032
"rich-pandas-add",
33+
"sixty-students-play",
34+
"swift-roses-change",
2135
"young-forks-jog"
2236
]
2337
}

libs/did-provider-key/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.1.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]:
12+
- @blockchain-lab-um/utils@1.4.0-beta.0
13+
314
## 1.0.8
415

516
### Patch Changes

libs/did-provider-key/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/did-provider-key",
3-
"version": "1.0.8",
3+
"version": "1.1.0-beta.0",
44
"private": false,
55
"description": "Veramo plugin for the key did method (with added support for EBSI)",
66
"keywords": [],
@@ -30,7 +30,7 @@
3030
"test:ci": "pnpm run test"
3131
},
3232
"dependencies": {
33-
"@blockchain-lab-um/utils": "1.3.8",
33+
"@blockchain-lab-um/utils": "1.4.0-beta.0",
3434
"@cef-ebsi/key-did-resolver": "^2.0.0",
3535
"@stablelib/ed25519": "^1.0.3",
3636
"@veramo/core": "6.0.0",

libs/extended-verification/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @blockchain-lab-um/extended-verification
22

3+
## 0.2.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]:
12+
- @blockchain-lab-um/utils@1.4.0-beta.0
13+
- @blockchain-lab-um/did-provider-key@1.1.0-beta.0
14+
- @blockchain-lab-um/masca-types@1.4.0-beta.0
15+
316
## 0.1.2
417

518
### Patch Changes

libs/extended-verification/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/extended-verification",
3-
"version": "0.1.2",
3+
"version": "0.2.0-beta.0",
44
"private": false,
55
"description": "",
66
"keywords": [],
@@ -30,9 +30,9 @@
3030
"test:ci": "pnpm run test"
3131
},
3232
"dependencies": {
33-
"@blockchain-lab-um/did-provider-key": "1.0.8",
34-
"@blockchain-lab-um/masca-types": "1.3.2",
35-
"@blockchain-lab-um/utils": "1.3.8",
33+
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.0",
34+
"@blockchain-lab-um/masca-types": "1.4.0-beta.0",
35+
"@blockchain-lab-um/utils": "1.4.0-beta.0",
3636
"@veramo/core": "6.0.0",
3737
"@veramo/credential-eip712": "6.0.0",
3838
"@veramo/credential-status": "6.0.0",

libs/oidc/client-plugin/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @blockchain-lab-um/oidc-client-plugin
22

3+
## 0.4.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]:
12+
- @blockchain-lab-um/utils@1.4.0-beta.0
13+
- @blockchain-lab-um/oidc-types@0.1.0-beta.0
14+
315
## 0.3.1
416

517
### Patch Changes

libs/oidc/client-plugin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/oidc-client-plugin",
3-
"version": "0.3.1",
3+
"version": "0.4.0-beta.0",
44
"license": "(Apache-2.0 AND MIT)",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -20,8 +20,8 @@
2020
"test:ci": "pnpm run test"
2121
},
2222
"dependencies": {
23-
"@blockchain-lab-um/oidc-types": "0.0.8",
24-
"@blockchain-lab-um/utils": "1.3.8",
23+
"@blockchain-lab-um/oidc-types": "0.1.0-beta.0",
24+
"@blockchain-lab-um/utils": "1.4.0-beta.0",
2525
"@sphereon/pex": "^2.0.1",
2626
"@veramo/core": "6.0.0",
2727
"@veramo/utils": "6.0.0",

libs/oidc/types/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @blockchain-lab-um/oidc-types
22

3+
## 0.1.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.
8+
39
## 0.0.8
410

511
### Patch Changes

libs/oidc/types/package.json

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

libs/utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.4.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.
8+
39
## 1.3.8
410

511
### Patch Changes

libs/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/utils",
3-
"version": "1.3.8",
3+
"version": "1.4.0-beta.0",
44
"private": false,
55
"description": "Helper utilities for Masca monorepo",
66
"keywords": [],

packages/connector/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.4.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Deprecate Polygon Mumbai and add support for Polygon Amoy.
8+
9+
- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]:
14+
- @blockchain-lab-um/utils@1.4.0-beta.0
15+
- @blockchain-lab-um/masca-types@1.4.0-beta.0
16+
317
## 1.3.2
418

519
### Patch Changes

packages/connector/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/masca-connector",
3-
"version": "1.3.2",
3+
"version": "1.4.0-beta.0",
44
"description": "Library for using Masca on the frontend",
55
"keywords": [
66
"MetaMask",
@@ -35,8 +35,8 @@
3535
"prepack": "pnpm build"
3636
},
3737
"dependencies": {
38-
"@blockchain-lab-um/masca-types": "1.3.2",
39-
"@blockchain-lab-um/utils": "1.3.8",
38+
"@blockchain-lab-um/masca-types": "1.4.0-beta.0",
39+
"@blockchain-lab-um/utils": "1.4.0-beta.0",
4040
"@didtools/pkh-ethereum": "0.4.0",
4141
"@veramo/core": "6.0.0",
4242
"did-session": "2.0.1",

packages/dapp/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @blockchain-lab-um/dapp
22

3+
## 1.4.0-beta.1
4+
5+
### Minor Changes
6+
7+
- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.
8+
9+
### Patch Changes
10+
11+
- [#629](https://github.com/blockchain-lab-um/masca/pull/629) [`d5601e5`](https://github.com/blockchain-lab-um/masca/commit/d5601e5a30ed2297b5b09507c72e23ca56328349) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Replaced shared presentation verifying lib.
12+
13+
- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]:
14+
- @blockchain-lab-um/extended-verification@0.2.0-beta.0
15+
- @blockchain-lab-um/did-provider-key@1.1.0-beta.0
16+
- @blockchain-lab-um/masca-connector@1.4.0-beta.0
17+
- @blockchain-lab-um/oidc-types@0.1.0-beta.0
18+
319
## 1.3.2-beta.0
420

521
### Patch Changes

packages/dapp/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/dapp",
3-
"version": "1.3.2-beta.0",
3+
"version": "1.4.0-beta.1",
44
"private": true,
55
"license": "(Apache-2.0 AND MIT)",
66
"type": "commonjs",
@@ -19,10 +19,10 @@
1919
"start:local": "infisical run --env=dev --path=/packages/dapp -- next start"
2020
},
2121
"dependencies": {
22-
"@blockchain-lab-um/did-provider-key": "1.0.8",
23-
"@blockchain-lab-um/extended-verification": "0.1.2",
24-
"@blockchain-lab-um/masca-connector": "1.3.2",
25-
"@blockchain-lab-um/oidc-types": "0.0.8",
22+
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.0",
23+
"@blockchain-lab-um/extended-verification": "0.2.0-beta.0",
24+
"@blockchain-lab-um/masca-connector": "1.4.0-beta.0",
25+
"@blockchain-lab-um/oidc-types": "0.1.0-beta.0",
2626
"@headlessui/react": "^1.7.18",
2727
"@heroicons/react": "^2.1.1",
2828
"@nextui-org/react": "^2.2.10",

packages/datamanager/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.
8+
39
## 1.0.2
410

511
### Patch Changes

packages/datamanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/veramo-datamanager",
3-
"version": "1.0.2",
3+
"version": "1.1.0-beta.0",
44
"license": "(Apache-2.0 AND MIT)",
55
"type": "module",
66
"main": "./dist/index.js",

packages/snap/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 1.3.0-beta.1
4+
5+
### Minor Changes
6+
7+
- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Deprecate Polygon Mumbai and add support for Polygon Amoy.
8+
9+
- [#617](https://github.com/blockchain-lab-um/masca/pull/617) [`3f6d73e`](https://github.com/blockchain-lab-um/masca/commit/3f6d73eeee4c6b9a6b869b8e075c6dc147b4fd80) Thanks [@martines3000](https://github.com/martines3000)! - Update snaps libraries
10+
11+
### Patch Changes
12+
13+
- [#623](https://github.com/blockchain-lab-um/masca/pull/623) [`34fef30`](https://github.com/blockchain-lab-um/masca/commit/34fef30741b91440366ec7abe980c825a6ab01f5) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Use external verification for verifyData rpc.
14+
15+
- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo and iden3 libraries
16+
17+
- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]:
18+
- @blockchain-lab-um/oidc-client-plugin@0.4.0-beta.0
19+
- @blockchain-lab-um/utils@1.4.0-beta.0
20+
- @blockchain-lab-um/extended-verification@0.2.0-beta.0
21+
- @blockchain-lab-um/did-provider-key@1.1.0-beta.0
22+
- @blockchain-lab-um/masca-types@1.4.0-beta.0
23+
- @blockchain-lab-um/oidc-types@0.1.0-beta.0
24+
- @blockchain-lab-um/veramo-datamanager@1.1.0-beta.0
25+
326
## 1.2.3-beta.0
427

528
### Patch Changes

packages/snap/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/masca",
3-
"version": "1.2.3-beta.0",
3+
"version": "1.3.0-beta.1",
44
"description": "Snap for managing VCs and VPs in MetaMask",
55
"keywords": [
66
"MetaMask",
@@ -55,13 +55,13 @@
5555
},
5656
"dependencies": {
5757
"@0xpolygonid/js-sdk": "1.10.4",
58-
"@blockchain-lab-um/did-provider-key": "1.0.8",
59-
"@blockchain-lab-um/extended-verification": "0.1.2",
60-
"@blockchain-lab-um/masca-types": "1.3.2",
61-
"@blockchain-lab-um/oidc-client-plugin": "0.3.1",
62-
"@blockchain-lab-um/oidc-types": "0.0.8",
63-
"@blockchain-lab-um/utils": "1.3.8",
64-
"@blockchain-lab-um/veramo-datamanager": "1.0.2",
58+
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.0",
59+
"@blockchain-lab-um/extended-verification": "0.2.0-beta.0",
60+
"@blockchain-lab-um/masca-types": "1.4.0-beta.0",
61+
"@blockchain-lab-um/oidc-client-plugin": "0.4.0-beta.0",
62+
"@blockchain-lab-um/oidc-types": "0.1.0-beta.0",
63+
"@blockchain-lab-um/utils": "1.4.0-beta.0",
64+
"@blockchain-lab-um/veramo-datamanager": "1.1.0-beta.0",
6565
"@ceramicnetwork/http-client": "2.27.0",
6666
"@glazed/did-datastore": "0.3.2",
6767
"@iden3/js-iden3-core": "1.3.1",

packages/snap/snap.manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.3-beta.0",
2+
"version": "1.3.0-beta.1",
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": "nJD8ZmvsKsRpincDU6YiKWIBAI0PCtt5pEqLhbFPesw="
29+
"shasum": "ojb0SBSAxtyw0jve30mjVcdByeY5rszbBwJlAfkvEuo="
3030
},
3131
"initialPermissions": {
3232
"endowment:ethereum-provider": {},

packages/types/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.4.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.
8+
9+
- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Deprecate Polygon Mumbai and add support for Polygon Amoy.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]:
14+
- @blockchain-lab-um/utils@1.4.0-beta.0
15+
316
## 1.3.2
417

518
### Patch Changes

packages/types/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/masca-types",
3-
"version": "1.3.2",
3+
"version": "1.4.0-beta.0",
44
"description": "Types for Masca",
55
"keywords": ["ssi", "metamask", "snap", "dapp"],
66
"license": "(Apache-2.0 AND MIT)",
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@0xpolygonid/js-sdk": "1.10.4",
28-
"@blockchain-lab-um/utils": "1.3.8",
28+
"@blockchain-lab-um/utils": "1.4.0-beta.0",
2929
"@veramo/core": "6.0.0",
3030
"typia": "^5.5.0"
3131
},

0 commit comments

Comments
 (0)