Skip to content

Commit

Permalink
chore: version packages (beta) (#633)
Browse files Browse the repository at this point in the history
Co-authored-by: martines3000 <[email protected]>
  • Loading branch information
bclabum and martines3000 authored Apr 22, 2024
1 parent 160d322 commit dcfa325
Show file tree
Hide file tree
Showing 23 changed files with 187 additions and 59 deletions.
14 changes: 14 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,22 @@
"@blockchain-lab-um/masca-types": "1.3.2"
},
"changesets": [
"calm-icons-develop",
"cold-deers-allow",
"cyan-ravens-rhyme",
"eleven-eyes-hide",
"five-goats-stare",
"five-poets-yell",
"funny-tools-flow",
"grumpy-drinks-mix",
"late-radios-carry",
"lemon-bears-lay",
"metal-carrots-try",
"nine-pens-cover",
"poor-walls-boil",
"rich-pandas-add",
"sixty-students-play",
"swift-roses-change",
"young-forks-jog"
]
}
11 changes: 11 additions & 0 deletions libs/did-provider-key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.1.0-beta.0

### Minor Changes

- [#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.

### Patch Changes

- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]:
- @blockchain-lab-um/utils@1.4.0-beta.0

## 1.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/did-provider-key/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/did-provider-key",
"version": "1.0.8",
"version": "1.1.0-beta.0",
"private": false,
"description": "Veramo plugin for the key did method (with added support for EBSI)",
"keywords": [],
Expand Down Expand Up @@ -30,7 +30,7 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@blockchain-lab-um/utils": "1.3.8",
"@blockchain-lab-um/utils": "1.4.0-beta.0",
"@cef-ebsi/key-did-resolver": "^2.0.0",
"@stablelib/ed25519": "^1.0.3",
"@veramo/core": "6.0.0",
Expand Down
13 changes: 13 additions & 0 deletions libs/extended-verification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @blockchain-lab-um/extended-verification

## 0.2.0-beta.0

### Minor Changes

- [#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.

### Patch Changes

- 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)]:
- @blockchain-lab-um/utils@1.4.0-beta.0
- @blockchain-lab-um/did-provider-key@1.1.0-beta.0
- @blockchain-lab-um/masca-types@1.4.0-beta.0

## 0.1.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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",
"version": "0.2.0-beta.0",
"private": false,
"description": "",
"keywords": [],
Expand Down Expand Up @@ -30,9 +30,9 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.0.8",
"@blockchain-lab-um/masca-types": "1.3.2",
"@blockchain-lab-um/utils": "1.3.8",
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.0",
"@blockchain-lab-um/masca-types": "1.4.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0-beta.0",
"@veramo/core": "6.0.0",
"@veramo/credential-eip712": "6.0.0",
"@veramo/credential-status": "6.0.0",
Expand Down
12 changes: 12 additions & 0 deletions libs/oidc/client-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @blockchain-lab-um/oidc-client-plugin

## 0.4.0-beta.0

### Minor Changes

- [#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.

### Patch Changes

- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]:
- @blockchain-lab-um/utils@1.4.0-beta.0
- @blockchain-lab-um/oidc-types@0.1.0-beta.0

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/oidc/client-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/oidc-client-plugin",
"version": "0.3.1",
"version": "0.4.0-beta.0",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -20,8 +20,8 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/utils": "1.3.8",
"@blockchain-lab-um/oidc-types": "0.1.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0-beta.0",
"@sphereon/pex": "^2.0.1",
"@veramo/core": "6.0.0",
"@veramo/utils": "6.0.0",
Expand Down
6 changes: 6 additions & 0 deletions libs/oidc/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blockchain-lab-um/oidc-types

## 0.1.0-beta.0

### Minor Changes

- [#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.

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/oidc/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/oidc-types",
"version": "0.0.8",
"version": "0.1.0-beta.0",
"description": "Types for OIDC.",
"keywords": ["ssi", "oidc", "vc", "vp"],
"license": "(Apache-2.0 AND MIT)",
Expand Down
6 changes: 6 additions & 0 deletions libs/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.4.0-beta.0

### Minor Changes

- [#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.

## 1.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/utils",
"version": "1.3.8",
"version": "1.4.0-beta.0",
"private": false,
"description": "Helper utilities for Masca monorepo",
"keywords": [],
Expand Down
14 changes: 14 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.4.0-beta.0

### Minor Changes

- [#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.

- [#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.

### Patch Changes

- 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)]:
- @blockchain-lab-um/utils@1.4.0-beta.0
- @blockchain-lab-um/masca-types@1.4.0-beta.0

## 1.3.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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",
"version": "1.4.0-beta.0",
"description": "Library for using Masca on the frontend",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -35,8 +35,8 @@
"prepack": "pnpm build"
},
"dependencies": {
"@blockchain-lab-um/masca-types": "1.3.2",
"@blockchain-lab-um/utils": "1.3.8",
"@blockchain-lab-um/masca-types": "1.4.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0-beta.0",
"@didtools/pkh-ethereum": "0.4.0",
"@veramo/core": "6.0.0",
"did-session": "2.0.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @blockchain-lab-um/dapp

## 1.4.0-beta.1

### Minor Changes

- [#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.

### Patch Changes

- [#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.

- 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)]:
- @blockchain-lab-um/extended-verification@0.2.0-beta.0
- @blockchain-lab-um/did-provider-key@1.1.0-beta.0
- @blockchain-lab-um/masca-connector@1.4.0-beta.0
- @blockchain-lab-um/oidc-types@0.1.0-beta.0

## 1.3.2-beta.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.2-beta.0",
"version": "1.4.0-beta.1",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand All @@ -19,10 +19,10 @@
"start:local": "infisical run --env=dev --path=/packages/dapp -- next start"
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.0.8",
"@blockchain-lab-um/extended-verification": "0.1.2",
"@blockchain-lab-um/masca-connector": "1.3.2",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.0",
"@blockchain-lab-um/extended-verification": "0.2.0-beta.0",
"@blockchain-lab-um/masca-connector": "1.4.0-beta.0",
"@blockchain-lab-um/oidc-types": "0.1.0-beta.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@nextui-org/react": "^2.2.10",
Expand Down
6 changes: 6 additions & 0 deletions packages/datamanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.0-beta.0

### Minor Changes

- [#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.

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/datamanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/veramo-datamanager",
"version": "1.0.2",
"version": "1.1.0-beta.0",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand Down
23 changes: 23 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 1.3.0-beta.1

### Minor Changes

- [#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.

- [#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

### Patch Changes

- [#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.

- [#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

- 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)]:
- @blockchain-lab-um/oidc-client-plugin@0.4.0-beta.0
- @blockchain-lab-um/utils@1.4.0-beta.0
- @blockchain-lab-um/extended-verification@0.2.0-beta.0
- @blockchain-lab-um/did-provider-key@1.1.0-beta.0
- @blockchain-lab-um/masca-types@1.4.0-beta.0
- @blockchain-lab-um/oidc-types@0.1.0-beta.0
- @blockchain-lab-um/veramo-datamanager@1.1.0-beta.0

## 1.2.3-beta.0

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.3-beta.0",
"version": "1.3.0-beta.1",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -55,13 +55,13 @@
},
"dependencies": {
"@0xpolygonid/js-sdk": "1.10.4",
"@blockchain-lab-um/did-provider-key": "1.0.8",
"@blockchain-lab-um/extended-verification": "0.1.2",
"@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",
"@blockchain-lab-um/veramo-datamanager": "1.0.2",
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.0",
"@blockchain-lab-um/extended-verification": "0.2.0-beta.0",
"@blockchain-lab-um/masca-types": "1.4.0-beta.0",
"@blockchain-lab-um/oidc-client-plugin": "0.4.0-beta.0",
"@blockchain-lab-um/oidc-types": "0.1.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0-beta.0",
"@blockchain-lab-um/veramo-datamanager": "1.1.0-beta.0",
"@ceramicnetwork/http-client": "2.27.0",
"@glazed/did-datastore": "0.3.2",
"@iden3/js-iden3-core": "1.3.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.2.3-beta.0",
"version": "1.3.0-beta.1",
"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": "nJD8ZmvsKsRpincDU6YiKWIBAI0PCtt5pEqLhbFPesw="
"shasum": "ojb0SBSAxtyw0jve30mjVcdByeY5rszbBwJlAfkvEuo="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down
13 changes: 13 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.4.0-beta.0

### Minor Changes

- [#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.

- [#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.

### Patch Changes

- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]:
- @blockchain-lab-um/utils@1.4.0-beta.0

## 1.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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",
"version": "1.4.0-beta.0",
"description": "Types for Masca",
"keywords": ["ssi", "metamask", "snap", "dapp"],
"license": "(Apache-2.0 AND MIT)",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@0xpolygonid/js-sdk": "1.10.4",
"@blockchain-lab-um/utils": "1.3.8",
"@blockchain-lab-um/utils": "1.4.0-beta.0",
"@veramo/core": "6.0.0",
"typia": "^5.5.0"
},
Expand Down
Loading

0 comments on commit dcfa325

Please sign in to comment.