From 71764546e8c0004e895662400ee06201c249caf3 Mon Sep 17 00:00:00 2001 From: Bnonni Date: Thu, 5 Sep 2024 19:33:04 -0400 Subject: [PATCH] bump all major versions --- package.json | 4 ++-- packages/applicant/package.json | 2 +- packages/common/package.json | 2 +- packages/issuer/package.json | 2 +- packages/server/package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a1b382da..bbec26d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dcx-protocol/root", - "version": "5.0.1", + "version": "7.0.0", "description": "DCX: Decentralized Credential Exchange. DWN protocol for verifiable credential exchange.", "type": "module", "workspaces": [ @@ -80,4 +80,4 @@ "dependencies": { "typescript": "^5.5.4" } -} \ No newline at end of file +} diff --git a/packages/applicant/package.json b/packages/applicant/package.json index acee0592..b42e0cb7 100644 --- a/packages/applicant/package.json +++ b/packages/applicant/package.json @@ -1,6 +1,6 @@ { "name": "@dcx-protocol/applicant", - "version": "6.0.0", + "version": "7.0.0", "description": "DCX Applicant protocol and server", "type": "module", "main": "./dist/cjs/index.js", diff --git a/packages/common/package.json b/packages/common/package.json index 69bbe5d5..2924c420 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@dcx-protocol/common", - "version": "6.0.0", + "version": "7.0.0", "description": "Common library shared by the other @dcx-protocol packages", "type": "module", "main": "./dist/cjs/index.js", diff --git a/packages/issuer/package.json b/packages/issuer/package.json index 0b458f5e..7fb2efc0 100644 --- a/packages/issuer/package.json +++ b/packages/issuer/package.json @@ -1,6 +1,6 @@ { "name": "@dcx-protocol/issuer", - "version": "6.0.0", + "version": "7.0.0", "description": "DCX Issuer protocol and server", "type": "module", "main": "./dist/cjs/index.js", diff --git a/packages/server/package.json b/packages/server/package.json index 14da8f66..8b98068a 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@dcx-protocol/server", - "version": "6.0.0", + "version": "7.0.0", "description": "DCX Server Implementation", "type": "module", "main": "./dist/cjs/index.js",