Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Updated @dcx-protocol/root to version 2.0.0
Browse files Browse the repository at this point in the history
Updated @dcx-protocol/applicant to version 2.0.0
Updated @dcx-protocol/common to version 3.0.0
Updated @dcx-protocol/issuer to version 2.0.0
Updated @dcx-protocol/server to version 2.0.0
Package versions updated: {
  root: '2.0.0',
  applicant: '2.0.0',
  common: '3.0.0',
  issuer: '2.0.0',
  server: '2.0.0'
}
  • Loading branch information
Bnonni committed Aug 27, 2024
1 parent f3d40fa commit dcf8512
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcx-protocol/root",
"version": "1.2.0",
"version": "2.0.0",
"description": "DCX: Decentralized Credential Exchange. DWN protocol for verifiable credential exchange.",
"type": "module",
"workspaces": [
Expand Down Expand Up @@ -105,4 +105,4 @@
"ws@<8.17.1": ">=8.17.1"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/applicant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcx-protocol/applicant",
"version": "1.2.0",
"version": "2.0.0",
"description": "DCX Applicant protocol and server",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcx-protocol/common",
"version": "2.0.0",
"version": "3.0.0",
"description": "Common library shared by the other @dcx-protocol packages",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/issuer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcx-protocol/issuer",
"version": "1.3.0",
"version": "2.0.0",
"description": "DCX Issuer protocol and server",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcx-protocol/server",
"version": "1.3.0",
"version": "2.0.0",
"description": "DCX Server Implementation",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit dcf8512

Please sign in to comment.