Skip to content

Commit

Permalink
chore: version packages (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum committed Mar 21, 2024
1 parent d2aca7a commit e116aa3
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 49 deletions.
6 changes: 0 additions & 6 deletions .changeset/clever-wasps-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-cats-scream.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/pre.json

This file was deleted.

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.1.2

### Patch Changes

- Updated dependencies [[`ce8a6d5`](https://github.com/blockchain-lab-um/masca/commit/ce8a6d58aa7986e6b2064cc754cada5956f89c0d)]:
- @blockchain-lab-um/masca-types@1.3.2

## 0.1.2-beta.0

### Patch 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.1.2-beta.0",
"version": "0.1.2",
"private": false,
"description": "",
"keywords": [],
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.0.8",
"@blockchain-lab-um/masca-types": "1.3.2-beta.0",
"@blockchain-lab-um/masca-types": "1.3.2",
"@blockchain-lab-um/utils": "1.3.8",
"@veramo/core": "5.6.0",
"@veramo/credential-eip712": "5.6.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.3.2

### Patch Changes

- Updated dependencies [[`ce8a6d5`](https://github.com/blockchain-lab-um/masca/commit/ce8a6d58aa7986e6b2064cc754cada5956f89c0d)]:
- @blockchain-lab-um/masca-types@1.3.2

## 1.3.2-beta.0

### 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.3.2-beta.0",
"version": "1.3.2",
"description": "Library for using Masca on the frontend",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -40,7 +40,7 @@
"prepack": "pnpm build"
},
"dependencies": {
"@blockchain-lab-um/masca-types": "1.3.2-beta.0",
"@blockchain-lab-um/masca-types": "1.3.2",
"@blockchain-lab-um/utils": "1.3.8",
"@didtools/pkh-ethereum": "0.4.0",
"@veramo/core": "5.6.1-next.57",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/src/masca.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"mascaVersion": "1.2.1"
"mascaVersion": "1.2.2"
}
9 changes: 9 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @blockchain-lab-um/dapp

## 1.3.1

### Patch Changes

- [#602](https://github.com/blockchain-lab-um/masca/pull/602) [`34321c6`](https://github.com/blockchain-lab-um/masca/commit/34321c662c08138d778d3c8000179f9e94d2eb6e) Thanks [@pseudobun](https://github.com/pseudobun)! - Format addresses and DIDs uniformly.

- Updated dependencies []:
- @blockchain-lab-um/masca-connector@1.3.2

## 1.3.1-beta.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.3.1-beta.1",
"version": "1.3.1",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.0.8",
"@blockchain-lab-um/masca-connector": "1.3.2-beta.0",
"@blockchain-lab-um/masca-connector": "1.3.2",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.2.2

### Patch Changes

- [#600](https://github.com/blockchain-lab-um/masca/pull/600) [`ce8a6d5`](https://github.com/blockchain-lab-um/masca/commit/ce8a6d58aa7986e6b2064cc754cada5956f89c0d) Thanks [@martines3000](https://github.com/martines3000)! - Resolve issue with importing old state.

- Updated dependencies [[`ce8a6d5`](https://github.com/blockchain-lab-um/masca/commit/ce8a6d58aa7986e6b2064cc754cada5956f89c0d)]:
- @blockchain-lab-um/masca-types@1.3.2

## 1.2.2-beta.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.2.2-beta.0",
"version": "1.2.2",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"@0xpolygonid/js-sdk": "1.0.3",
"@blockchain-lab-um/did-provider-key": "1.0.8",
"@blockchain-lab-um/masca-types": "1.3.2-beta.0",
"@blockchain-lab-um/masca-types": "1.3.2",
"@blockchain-lab-um/oidc-client-plugin": "0.3.1",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/utils": "1.3.8",
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.2.2-beta.0",
"version": "1.2.2",
"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": "eNUSDM+FIRe65Nd48dXam1yJhTxHo9x2gHiPm5JrsDU="
"shasum": "0+ZdkgoSljBRrV6JARt/+Z2Amq30jiWb2EItGfihB30="
},
"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.3.2

### Patch Changes

- [#600](https://github.com/blockchain-lab-um/masca/pull/600) [`ce8a6d5`](https://github.com/blockchain-lab-um/masca/commit/ce8a6d58aa7986e6b2064cc754cada5956f89c0d) Thanks [@martines3000](https://github.com/martines3000)! - Resolve issue with importing old state.

## 1.3.2-beta.0

### 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.3.2-beta.0",
"version": "1.3.2",
"description": "Types for Masca",
"keywords": [
"ssi",
Expand Down
8 changes: 4 additions & 4 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 e116aa3

Please sign in to comment.