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 22, 2024
1 parent 160d322 commit 4dd8fac
Show file tree
Hide file tree
Showing 23 changed files with 282 additions and 80 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
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.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 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.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
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.1.2",
"version": "0.2.0-beta.0",
"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.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
13 changes: 9 additions & 4 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.3.1",
"version": "0.4.0-beta.0",
"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 @@ -20,8 +25,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
16 changes: 13 additions & 3 deletions libs/oidc/types/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"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"],
"keywords": [
"ssi",
"oidc",
"vc",
"vp"
],
"license": "(Apache-2.0 AND MIT)",
"author": {
"name": "Blockchain Lab:UM",
Expand All @@ -14,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
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
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.3.8",
"version": "1.4.0-beta.0",
"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
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
36 changes: 25 additions & 11 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 Expand Up @@ -98,7 +98,9 @@
},
"nx": {
"namedInputs": {
"default": ["{projectRoot}/**/*"],
"default": [
"{projectRoot}/**/*"
],
"production": [
"default",
"!{projectRoot}/sonar-project.properties",
Expand All @@ -110,13 +112,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.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
Loading

0 comments on commit 4dd8fac

Please sign in to comment.