Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages (beta) #635

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,29 @@
"calm-icons-develop",
"cold-deers-allow",
"cyan-ravens-rhyme",
"dull-cows-exist",
"eleven-eyes-hide",
"fair-elephants-float",
"fifty-toes-beam",
"five-goats-stare",
"five-poets-yell",
"funny-tools-flow",
"grumpy-drinks-mix",
"happy-otters-trade",
"late-radios-carry",
"lemon-bears-lay",
"lemon-snakes-taste",
"metal-carrots-try",
"nine-pens-cover",
"orange-sloths-applaud",
"plenty-moles-return",
"poor-walls-boil",
"rich-pandas-add",
"short-birds-hug",
"sixty-students-play",
"slow-cats-love",
"swift-roses-change",
"wise-spoons-lie",
"young-forks-jog"
]
}
9 changes: 9 additions & 0 deletions libs/did-provider-key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.1.0-beta.1

### Patch Changes

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

- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]:
- @blockchain-lab-um/utils@1.4.0-beta.1

## 1.1.0-beta.0

### Minor 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.1.0-beta.0",
"version": "1.1.0-beta.1",
"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.4.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0-beta.1",
"@cef-ebsi/key-did-resolver": "^2.0.0",
"@stablelib/ed25519": "^1.0.3",
"@veramo/core": "6.0.0",
Expand Down
15 changes: 15 additions & 0 deletions libs/extended-verification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @blockchain-lab-um/extended-verification

## 0.2.0-beta.1

### Minor Changes

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

### Patch Changes

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

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

## 0.2.0-beta.0

### Minor 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.2.0-beta.0",
"version": "0.2.0-beta.1",
"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.1.0-beta.0",
"@blockchain-lab-um/masca-types": "1.4.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0-beta.0",
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.1",
"@blockchain-lab-um/masca-types": "1.4.0-beta.1",
"@blockchain-lab-um/utils": "1.4.0-beta.1",
"@veramo/core": "6.0.0",
"@veramo/credential-eip712": "6.0.0",
"@veramo/credential-status": "6.0.0",
Expand Down
9 changes: 9 additions & 0 deletions libs/oidc/client-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @blockchain-lab-um/oidc-client-plugin

## 0.4.0-beta.1

### Patch Changes

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

- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]:
- @blockchain-lab-um/utils@1.4.0-beta.1

## 0.4.0-beta.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.4.0-beta.0",
"version": "0.4.0-beta.1",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@blockchain-lab-um/oidc-types": "0.1.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0-beta.1",
"@sphereon/pex": "^2.0.1",
"@veramo/core": "6.0.0",
"@veramo/utils": "6.0.0",
Expand Down
8 changes: 8 additions & 0 deletions libs/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.4.0-beta.1

### Patch Changes

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

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

## 1.4.0-beta.0

### Minor 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.4.0-beta.0",
"version": "1.4.0-beta.1",
"private": false,
"description": "Helper utilities for Masca monorepo",
"keywords": [],
Expand Down
8 changes: 8 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.4.0-beta.1

### Patch Changes

- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]:
- @blockchain-lab-um/utils@1.4.0-beta.1
- @blockchain-lab-um/masca-types@1.4.0-beta.1

## 1.4.0-beta.0

### Minor 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.4.0-beta.0",
"version": "1.4.0-beta.1",
"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.4.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0-beta.0",
"@blockchain-lab-um/masca-types": "1.4.0-beta.1",
"@blockchain-lab-um/utils": "1.4.0-beta.1",
"@didtools/pkh-ethereum": "0.4.0",
"@veramo/core": "6.0.0",
"did-session": "2.0.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @blockchain-lab-um/dapp

## 1.4.0-beta.2

### Patch Changes

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

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

- 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)]:
- @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

## 1.4.0-beta.1

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "1.4.0-beta.2",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand All @@ -19,9 +19,9 @@
"start:local": "infisical run --env=dev --path=/packages/dapp -- next start"
},
"dependencies": {
"@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/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/oidc-types": "0.1.0-beta.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
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.1

### Patch Changes

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

## 1.1.0-beta.0

### Minor 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.1.0-beta.0",
"version": "1.1.0-beta.1",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.3.0-beta.2

### Patch Changes

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

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

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

## 1.3.0-beta.1

### Minor Changes
Expand Down
14 changes: 7 additions & 7 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.1",
"version": "1.3.0-beta.2",
"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.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/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/oidc-client-plugin": "0.4.0-beta.1",
"@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",
"@blockchain-lab-um/utils": "1.4.0-beta.1",
"@blockchain-lab-um/veramo-datamanager": "1.1.0-beta.1",
"@ceramicnetwork/http-client": "2.27.0",
"@glazed/did-datastore": "0.3.2",
"@iden3/js-iden3-core": "1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0-beta.1",
"version": "1.3.0-beta.2",
"description": "Snap for managing VCs and VPs in MetaMask",
"proposedName": "Masca",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.4.0-beta.1

### Patch Changes

- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]:
- @blockchain-lab-um/utils@1.4.0-beta.1

## 1.4.0-beta.0

### Minor 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.4.0-beta.0",
"version": "1.4.0-beta.1",
"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.4.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0-beta.1",
"@veramo/core": "6.0.0",
"typia": "^5.5.0"
},
Expand Down
Loading