Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum committed Apr 24, 2024
1 parent 696ffc3 commit 2dba674
Show file tree
Hide file tree
Showing 21 changed files with 240 additions and 81 deletions.
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
11 changes: 8 additions & 3 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 All @@ -19,7 +19,12 @@
"module": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": ["dist/**", "README.md", "package.json", "CHANGELOG.md"],
"files": [
"dist/**",
"README.md",
"package.json",
"CHANGELOG.md"
],
"scripts": {
"build": "pnpm clean && pnpm compile",
"clean": "rimraf dist",
Expand All @@ -30,7 +35,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
15 changes: 10 additions & 5 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 All @@ -19,7 +19,12 @@
"module": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": ["dist/**", "README.md", "package.json", "CHANGELOG.md"],
"files": [
"dist/**",
"README.md",
"package.json",
"CHANGELOG.md"
],
"scripts": {
"build": "pnpm clean && pnpm compile",
"clean": "rimraf dist",
Expand All @@ -30,9 +35,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
11 changes: 8 additions & 3 deletions libs/oidc/client-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"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",
"module": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": ["dist/", "README.md", "CHANGELOG.md", "package.json"],
"files": [
"dist/",
"README.md",
"CHANGELOG.md",
"package.json"
],
"scripts": {
"build": "pnpm clean && pnpm compile",
"clean": "rimraf dist",
Expand All @@ -21,7 +26,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
9 changes: 7 additions & 2 deletions 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 All @@ -19,7 +19,12 @@
"module": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": ["dist/**", "README.md", "package.json", "CHANGELOG.md"],
"files": [
"dist/**",
"README.md",
"package.json",
"CHANGELOG.md"
],
"scripts": {
"build": "pnpm clean && pnpm compile",
"clean": "rimraf dist",
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
34 changes: 24 additions & 10 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 Expand Up @@ -107,7 +107,9 @@
},
"nx": {
"namedInputs": {
"default": ["{projectRoot}/**/*"],
"default": [
"{projectRoot}/**/*"
],
"production": [
"default",
"!{projectRoot}/sonar-project.properties",
Expand All @@ -119,13 +121,25 @@
},
"targets": {
"build": {
"inputs": ["production", "^production"],
"dependsOn": ["^build"],
"outputs": ["{projectRoot}/.next"]
"inputs": [
"production",
"^production"
],
"dependsOn": [
"^build"
],
"outputs": [
"{projectRoot}/.next"
]
},
"start": {
"inputs": ["production", "^production"],
"dependsOn": ["build"],
"inputs": [
"production",
"^production"
],
"dependsOn": [
"build"
],
"outputs": []
}
}
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
9 changes: 7 additions & 2 deletions packages/datamanager/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"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",
"module": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": ["dist/**", "README.md", "package.json", "CHANGELOG.md"],
"files": [
"dist/**",
"README.md",
"package.json",
"CHANGELOG.md"
],
"scripts": {
"build": "pnpm clean && pnpm compile",
"clean": "rimraf dist",
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
Loading

0 comments on commit 2dba674

Please sign in to comment.