Skip to content

Commit

Permalink
chore: version packages (beta) (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum authored Feb 3, 2025
1 parent 7577d4e commit 121790f
Show file tree
Hide file tree
Showing 13 changed files with 68 additions and 19 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"poor-walls-boil",
"rich-pandas-add",
"serious-swans-cough",
"seven-tables-serve",
"shaggy-humans-bake",
"short-birds-hug",
"sixty-students-play",
Expand Down
7 changes: 7 additions & 0 deletions libs/extended-verification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blockchain-lab-um/extended-verification

## 0.2.0-beta.2

### Patch Changes

- Updated dependencies [[`8480f01`](https://github.com/blockchain-lab-um/masca/commit/8480f01a217123ed51a51fc235609a41174a4223)]:
- @blockchain-lab-um/masca-types@1.4.0-beta.2

## 0.2.0-beta.1

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/extended-verification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/extended-verification",
"version": "0.2.0-beta.1",
"version": "0.2.0-beta.2",
"private": false,
"description": "",
"keywords": [],
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.1",
"@blockchain-lab-um/masca-types": "1.4.0-beta.1",
"@blockchain-lab-um/masca-types": "1.4.0-beta.2",
"@blockchain-lab-um/utils": "1.4.0-beta.1",
"@sd-jwt/crypto-nodejs": "^0.7.2",
"@sd-jwt/sd-jwt-vc": "^0.8.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.4.0-beta.2

### Minor Changes

- [`8480f01`](https://github.com/blockchain-lab-um/masca/commit/8480f01a217123ed51a51fc235609a41174a4223) Thanks [@SinanovicEdis](https://github.com/SinanovicEdis)! - Added SD-JWT support

### Patch Changes

- Updated dependencies [[`8480f01`](https://github.com/blockchain-lab-um/masca/commit/8480f01a217123ed51a51fc235609a41174a4223)]:
- @blockchain-lab-um/masca-types@1.4.0-beta.2

## 1.4.0-beta.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/masca-connector",
"version": "1.4.0-beta.1",
"version": "1.4.0-beta.2",
"description": "Library for using Masca on the frontend",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -35,7 +35,7 @@
"prepack": "pnpm build"
},
"dependencies": {
"@blockchain-lab-um/masca-types": "1.4.0-beta.1",
"@blockchain-lab-um/masca-types": "1.4.0-beta.2",
"@blockchain-lab-um/utils": "1.4.0-beta.1",
"@didtools/pkh-ethereum": "0.4.0",
"@veramo/core": "6.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @blockchain-lab-um/dapp

## 1.4.0-beta.4

### Minor Changes

- [`8480f01`](https://github.com/blockchain-lab-um/masca/commit/8480f01a217123ed51a51fc235609a41174a4223) Thanks [@SinanovicEdis](https://github.com/SinanovicEdis)! - Added SD-JWT support

### Patch Changes

- Updated dependencies [[`8480f01`](https://github.com/blockchain-lab-um/masca/commit/8480f01a217123ed51a51fc235609a41174a4223)]:
- @blockchain-lab-um/masca-connector@1.4.0-beta.2
- @blockchain-lab-um/extended-verification@0.2.0-beta.2

## 1.4.0-beta.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4.0-beta.3",
"version": "1.4.0-beta.4",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand All @@ -20,8 +20,8 @@
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.1",
"@blockchain-lab-um/extended-verification": "0.2.0-beta.1",
"@blockchain-lab-um/masca-connector": "1.4.0-beta.1",
"@blockchain-lab-um/extended-verification": "0.2.0-beta.2",
"@blockchain-lab-um/masca-connector": "1.4.0-beta.2",
"@blockchain-lab-um/oidc-types": "0.1.0-beta.0",
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.1.3",
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.3.0-beta.4

### Minor Changes

- [`8480f01`](https://github.com/blockchain-lab-um/masca/commit/8480f01a217123ed51a51fc235609a41174a4223) Thanks [@SinanovicEdis](https://github.com/SinanovicEdis)! - Added SD-JWT support

### Patch Changes

- Updated dependencies [[`8480f01`](https://github.com/blockchain-lab-um/masca/commit/8480f01a217123ed51a51fc235609a41174a4223)]:
- @blockchain-lab-um/masca-types@1.4.0-beta.2
- @blockchain-lab-um/extended-verification@0.2.0-beta.2

## 1.3.0-beta.3

### 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.3.0-beta.3",
"version": "1.3.0-beta.4",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -56,8 +56,8 @@
"dependencies": {
"@0xpolygonid/js-sdk": "1.12.0",
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.1",
"@blockchain-lab-um/extended-verification": "0.2.0-beta.1",
"@blockchain-lab-um/masca-types": "1.4.0-beta.1",
"@blockchain-lab-um/extended-verification": "0.2.0-beta.2",
"@blockchain-lab-um/masca-types": "1.4.0-beta.2",
"@blockchain-lab-um/oidc-client-plugin": "0.4.0-beta.2",
"@blockchain-lab-um/oidc-types": "0.1.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0-beta.1",
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.3.0-beta.3",
"version": "1.3.0-beta.4",
"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": "7AzAYDZrCnI/TUi2oQgISevznktGYCkFgkcx9THLhIs="
"shasum": "rvyX72Qu6w2oJOTVV64QJDsGFmgrWeVZQqNL4ccZa4A="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.4.0-beta.2

### Minor Changes

- [`8480f01`](https://github.com/blockchain-lab-um/masca/commit/8480f01a217123ed51a51fc235609a41174a4223) Thanks [@SinanovicEdis](https://github.com/SinanovicEdis)! - Added SD-JWT support

## 1.4.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/masca-types",
"version": "1.4.0-beta.1",
"version": "1.4.0-beta.2",
"description": "Types for Masca",
"keywords": ["ssi", "metamask", "snap", "dapp"],
"license": "(Apache-2.0 AND MIT)",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 121790f

Please sign in to comment.