Skip to content

Commit f19ba56

Browse files
authored
chore: version packages (beta) (#635)
1 parent c6a8416 commit f19ba56

21 files changed

+154
-59
lines changed

.changeset/pre.json

+10
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,29 @@
1919
"calm-icons-develop",
2020
"cold-deers-allow",
2121
"cyan-ravens-rhyme",
22+
"dull-cows-exist",
2223
"eleven-eyes-hide",
24+
"fair-elephants-float",
25+
"fifty-toes-beam",
2326
"five-goats-stare",
2427
"five-poets-yell",
2528
"funny-tools-flow",
2629
"grumpy-drinks-mix",
30+
"happy-otters-trade",
2731
"late-radios-carry",
2832
"lemon-bears-lay",
33+
"lemon-snakes-taste",
2934
"metal-carrots-try",
3035
"nine-pens-cover",
36+
"orange-sloths-applaud",
37+
"plenty-moles-return",
3138
"poor-walls-boil",
3239
"rich-pandas-add",
40+
"short-birds-hug",
3341
"sixty-students-play",
42+
"slow-cats-love",
3443
"swift-roses-change",
44+
"wise-spoons-lie",
3545
"young-forks-jog"
3646
]
3747
}

libs/did-provider-key/CHANGELOG.md

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

3+
## 1.1.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Update Vitest
8+
9+
- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]:
10+
- @blockchain-lab-um/utils@1.4.0-beta.1
11+
312
## 1.1.0-beta.0
413

514
### Minor 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.1.0-beta.0",
3+
"version": "1.1.0-beta.1",
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.4.0-beta.0",
33+
"@blockchain-lab-um/utils": "1.4.0-beta.1",
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

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

3+
## 0.2.0-beta.1
4+
5+
### Minor Changes
6+
7+
- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Add universal resolver support.
8+
9+
### Patch Changes
10+
11+
- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Update Vitest
12+
13+
- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]:
14+
- @blockchain-lab-um/did-provider-key@1.1.0-beta.1
15+
- @blockchain-lab-um/utils@1.4.0-beta.1
16+
- @blockchain-lab-um/masca-types@1.4.0-beta.1
17+
318
## 0.2.0-beta.0
419

520
### Minor 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.2.0-beta.0",
3+
"version": "0.2.0-beta.1",
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.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",
33+
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.1",
34+
"@blockchain-lab-um/masca-types": "1.4.0-beta.1",
35+
"@blockchain-lab-um/utils": "1.4.0-beta.1",
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

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

3+
## 0.4.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Update Vitest
8+
9+
- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]:
10+
- @blockchain-lab-um/utils@1.4.0-beta.1
11+
312
## 0.4.0-beta.0
413

514
### Minor Changes

libs/oidc/client-plugin/package.json

+2-2
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-beta.0",
3+
"version": "0.4.0-beta.1",
44
"license": "(Apache-2.0 AND MIT)",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@blockchain-lab-um/oidc-types": "0.1.0-beta.0",
24-
"@blockchain-lab-um/utils": "1.4.0-beta.0",
24+
"@blockchain-lab-um/utils": "1.4.0-beta.1",
2525
"@sphereon/pex": "^2.0.1",
2626
"@veramo/core": "6.0.0",
2727
"@veramo/utils": "6.0.0",

libs/utils/CHANGELOG.md

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

3+
## 1.4.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Update Vitest
8+
9+
- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Move UniversalResolver service implementation to utils library.
10+
311
## 1.4.0-beta.0
412

513
### Minor 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.4.0-beta.0",
3+
"version": "1.4.0-beta.1",
44
"private": false,
55
"description": "Helper utilities for Masca monorepo",
66
"keywords": [],

packages/connector/CHANGELOG.md

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

3+
## 1.4.0-beta.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]:
8+
- @blockchain-lab-um/utils@1.4.0-beta.1
9+
- @blockchain-lab-um/masca-types@1.4.0-beta.1
10+
311
## 1.4.0-beta.0
412

513
### Minor 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.4.0-beta.0",
3+
"version": "1.4.0-beta.1",
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.4.0-beta.0",
39-
"@blockchain-lab-um/utils": "1.4.0-beta.0",
38+
"@blockchain-lab-um/masca-types": "1.4.0-beta.1",
39+
"@blockchain-lab-um/utils": "1.4.0-beta.1",
4040
"@didtools/pkh-ethereum": "0.4.0",
4141
"@veramo/core": "6.0.0",
4242
"did-session": "2.0.1",

packages/dapp/CHANGELOG.md

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

3+
## 1.4.0-beta.2
4+
5+
### Patch Changes
6+
7+
- [#634](https://github.com/blockchain-lab-um/masca/pull/634) [`c829624`](https://github.com/blockchain-lab-um/masca/commit/c8296242be92d0a76e3d762f952d2d549a570ab0) Thanks [@pseudobun](https://github.com/pseudobun)! - Adds banner at the top of dapp.
8+
9+
- [#626](https://github.com/blockchain-lab-um/masca/pull/626) [`932f6aa`](https://github.com/blockchain-lab-um/masca/commit/932f6aa03cde4007a6e65100869e8403de525552) Thanks [@SinanovicEdis](https://github.com/SinanovicEdis)! - Improves dropdowns.
10+
11+
- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]:
12+
- @blockchain-lab-um/did-provider-key@1.1.0-beta.1
13+
- @blockchain-lab-um/extended-verification@0.2.0-beta.1
14+
- @blockchain-lab-um/masca-connector@1.4.0-beta.1
15+
316
## 1.4.0-beta.1
417

518
### Minor Changes

packages/dapp/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/dapp",
3-
"version": "1.4.0-beta.1",
3+
"version": "1.4.0-beta.2",
44
"private": true,
55
"license": "(Apache-2.0 AND MIT)",
66
"type": "commonjs",
@@ -19,9 +19,9 @@
1919
"start:local": "infisical run --env=dev --path=/packages/dapp -- next start"
2020
},
2121
"dependencies": {
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",
22+
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.1",
23+
"@blockchain-lab-um/extended-verification": "0.2.0-beta.1",
24+
"@blockchain-lab-um/masca-connector": "1.4.0-beta.1",
2525
"@blockchain-lab-um/oidc-types": "0.1.0-beta.0",
2626
"@headlessui/react": "^1.7.18",
2727
"@heroicons/react": "^2.1.1",

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.1
4+
5+
### Patch Changes
6+
7+
- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Update Vitest
8+
39
## 1.1.0-beta.0
410

511
### Minor 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.1.0-beta.0",
3+
"version": "1.1.0-beta.1",
44
"license": "(Apache-2.0 AND MIT)",
55
"type": "module",
66
"main": "./dist/index.js",

packages/snap/CHANGELOG.md

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

3+
## 1.3.0-beta.2
4+
5+
### Patch Changes
6+
7+
- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Update Vitest
8+
9+
- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Move UniversalResolver service implementation to utils library.
10+
11+
- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]:
12+
- @blockchain-lab-um/did-provider-key@1.1.0-beta.1
13+
- @blockchain-lab-um/veramo-datamanager@1.1.0-beta.1
14+
- @blockchain-lab-um/utils@1.4.0-beta.1
15+
- @blockchain-lab-um/extended-verification@0.2.0-beta.1
16+
- @blockchain-lab-um/oidc-client-plugin@0.4.0-beta.1
17+
- @blockchain-lab-um/masca-types@1.4.0-beta.1
18+
319
## 1.3.0-beta.1
420

521
### Minor Changes

packages/snap/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/masca",
3-
"version": "1.3.0-beta.1",
3+
"version": "1.3.0-beta.2",
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.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",
58+
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.1",
59+
"@blockchain-lab-um/extended-verification": "0.2.0-beta.1",
60+
"@blockchain-lab-um/masca-types": "1.4.0-beta.1",
61+
"@blockchain-lab-um/oidc-client-plugin": "0.4.0-beta.1",
6262
"@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",
63+
"@blockchain-lab-um/utils": "1.4.0-beta.1",
64+
"@blockchain-lab-um/veramo-datamanager": "1.1.0-beta.1",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.0-beta.1",
2+
"version": "1.3.0-beta.2",
33
"description": "Snap for managing VCs and VPs in MetaMask",
44
"proposedName": "Masca",
55
"repository": {

packages/types/CHANGELOG.md

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

3+
## 1.4.0-beta.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]:
8+
- @blockchain-lab-um/utils@1.4.0-beta.1
9+
310
## 1.4.0-beta.0
411

512
### Minor 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.4.0-beta.0",
3+
"version": "1.4.0-beta.1",
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.4.0-beta.0",
28+
"@blockchain-lab-um/utils": "1.4.0-beta.1",
2929
"@veramo/core": "6.0.0",
3030
"typia": "^5.5.0"
3131
},

0 commit comments

Comments
 (0)