Skip to content

Commit b0fbe12

Browse files
committed
chore: update versions
1 parent 6ef5ef2 commit b0fbe12

File tree

13 files changed

+64
-19
lines changed

13 files changed

+64
-19
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@blockchain-lab-um/masca-types": "1.4.0"
1717
},
1818
"changesets": [
19-
"modern-rabbits-rhyme"
19+
"modern-rabbits-rhyme",
20+
"six-knives-do"
2021
]
2122
}

libs/extended-verification/CHANGELOG.md

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

3+
## 0.3.1-beta.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c388cff`](https://github.com/blockchain-lab-um/masca/commit/c388cffbfb165b2b6c59902d892a7a1b13dddb3b)]:
8+
- @blockchain-lab-um/masca-types@1.5.0-beta.0
9+
310
## 0.3.0
411

512
### Minor Changes

libs/extended-verification/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/extended-verification",
3-
"version": "0.3.0",
3+
"version": "0.3.1-beta.0",
44
"private": false,
55
"description": "",
66
"keywords": [],
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@blockchain-lab-um/did-provider-key": "1.1.0",
34-
"@blockchain-lab-um/masca-types": "1.4.0",
34+
"@blockchain-lab-um/masca-types": "1.5.0-beta.0",
3535
"@blockchain-lab-um/utils": "1.4.0",
3636
"@cef-ebsi/ebsi-did-resolver": "^3.2.0",
3737
"@sd-jwt/crypto-nodejs": "^0.7.2",

packages/connector/CHANGELOG.md

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

3+
## 1.5.1-beta.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c388cff`](https://github.com/blockchain-lab-um/masca/commit/c388cffbfb165b2b6c59902d892a7a1b13dddb3b)]:
8+
- @blockchain-lab-um/masca-types@1.5.0-beta.0
9+
310
## 1.5.0
411

512
### Minor Changes

packages/connector/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/masca-connector",
3-
"version": "1.5.0",
3+
"version": "1.5.1-beta.0",
44
"description": "Library for using Masca on the frontend",
55
"keywords": [
66
"MetaMask",
@@ -35,7 +35,7 @@
3535
"prepack": "pnpm build"
3636
},
3737
"dependencies": {
38-
"@blockchain-lab-um/masca-types": "1.4.0",
38+
"@blockchain-lab-um/masca-types": "1.5.0-beta.0",
3939
"@blockchain-lab-um/utils": "1.4.0",
4040
"@didtools/pkh-ethereum": "0.4.0",
4141
"@veramo/core": "6.0.0",

packages/dapp/CHANGELOG.md

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

3+
## 1.6.0-beta.1
4+
5+
### Minor Changes
6+
7+
- [`c388cff`](https://github.com/blockchain-lab-um/masca/commit/c388cffbfb165b2b6c59902d892a7a1b13dddb3b) Thanks [@martines3000](https://github.com/martines3000)! - Update Polygon rpc urls and qrcode support
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @blockchain-lab-um/extended-verification@0.3.1-beta.0
13+
- @blockchain-lab-um/masca-connector@1.5.1-beta.0
14+
315
## 1.6.0-beta.0
416

517
### Minor Changes

packages/dapp/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/dapp",
3-
"version": "1.6.0-beta.0",
3+
"version": "1.6.0-beta.1",
44
"private": true,
55
"license": "(Apache-2.0 AND MIT)",
66
"type": "commonjs",
@@ -19,8 +19,8 @@
1919
},
2020
"dependencies": {
2121
"@blockchain-lab-um/did-provider-key": "1.1.0",
22-
"@blockchain-lab-um/extended-verification": "0.3.0",
23-
"@blockchain-lab-um/masca-connector": "1.5.0",
22+
"@blockchain-lab-um/extended-verification": "0.3.1-beta.0",
23+
"@blockchain-lab-um/masca-connector": "1.5.1-beta.0",
2424
"@blockchain-lab-um/oidc-types": "0.2.0-beta.0",
2525
"@headlessui/react": "^2.0.3",
2626
"@heroicons/react": "^2.1.3",

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.1
4+
5+
### Minor Changes
6+
7+
- [`c388cff`](https://github.com/blockchain-lab-um/masca/commit/c388cffbfb165b2b6c59902d892a7a1b13dddb3b) Thanks [@martines3000](https://github.com/martines3000)! - Update Polygon rpc urls and qrcode support
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`c388cff`](https://github.com/blockchain-lab-um/masca/commit/c388cffbfb165b2b6c59902d892a7a1b13dddb3b)]:
12+
- @blockchain-lab-um/masca-types@1.5.0-beta.0
13+
- @blockchain-lab-um/extended-verification@0.3.1-beta.0
14+
315
## 1.5.0-beta.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.5.0-beta.0",
3+
"version": "1.5.0-beta.1",
44
"description": "Snap for managing VCs and VPs in MetaMask",
55
"keywords": [
66
"MetaMask",
@@ -56,8 +56,8 @@
5656
"dependencies": {
5757
"@0xpolygonid/js-sdk": "1.12.0",
5858
"@blockchain-lab-um/did-provider-key": "1.1.0",
59-
"@blockchain-lab-um/extended-verification": "0.3.0",
60-
"@blockchain-lab-um/masca-types": "1.4.0",
59+
"@blockchain-lab-um/extended-verification": "0.3.1-beta.0",
60+
"@blockchain-lab-um/masca-types": "1.5.0-beta.0",
6161
"@blockchain-lab-um/oidc-client-plugin": "0.5.0-beta.0",
6262
"@blockchain-lab-um/oidc-types": "0.2.0-beta.0",
6363
"@blockchain-lab-um/utils": "1.4.0",

packages/snap/snap.manifest.json

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

0 commit comments

Comments
 (0)