Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aldhosutra committed May 20, 2024
1 parent 3364a7e commit 330f73d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.2.5",
"version": "0.2.6",
"useNx": true
}
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/klayr-decentralized-identifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klayr-did/klayr-decentralized-identifier",
"version": "0.2.5",
"version": "0.2.6",
"description": "A library to work with W3C Decentralized Identifier (DID) for Klayr sidechains with the Klayr DID module",
"keywords": [
"did",
Expand Down
4 changes: 2 additions & 2 deletions packages/klayr-did-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klayr-did/klayr-did-module",
"version": "0.2.5",
"version": "0.2.6",
"description": "Klayr module which implements on-chain logic for Klayr decentralized identifiers (DIDs)",
"keywords": [
"did",
Expand Down Expand Up @@ -67,7 +67,7 @@
"access": "public"
},
"dependencies": {
"@klayr-did/klayr-decentralized-identifier": "^0.2.5",
"@klayr-did/klayr-decentralized-identifier": "^0.2.6",
"klayr-sdk": "^6.0.4"
},
"gitHead": "515766d8e5502c4fda3876e7f54fab163da453ec"
Expand Down
8 changes: 4 additions & 4 deletions packages/klayr-did/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "klayr-did",
"version": "0.2.5",
"version": "0.2.6",
"description": "Klayr DID/VC Development Kit",
"keywords": [
"did",
Expand Down Expand Up @@ -44,9 +44,9 @@
"url": "https://github.com/aldhosutra/klayr-did/issues"
},
"dependencies": {
"@klayr-did/klayr-decentralized-identifier": "^0.2.5",
"@klayr-did/klayr-did-module": "^0.2.5",
"@klayr-did/klayr-verifiable-credentials": "^0.2.5"
"@klayr-did/klayr-decentralized-identifier": "^0.2.6",
"@klayr-did/klayr-did-module": "^0.2.6",
"@klayr-did/klayr-verifiable-credentials": "^0.2.6"
},
"devDependencies": {
"@types/jest": "^29.5.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/klayr-verifiable-credentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klayr-did/klayr-verifiable-credentials",
"version": "0.2.5",
"version": "0.2.6",
"description": "A library for working with W3C verifiable credentials (VC) and verifiable presentations (VP) using Klayr DID",
"keywords": [
"vc",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@digitalcredentials/dcc-context": "^1.0.0",
"@digitalcredentials/vc": "^6.0.0",
"@digitalcredentials/vc-data-model": "^1.1.1",
"@klayr-did/klayr-decentralized-identifier": "^0.2.5",
"@klayr-did/klayr-decentralized-identifier": "^0.2.6",
"did-context": "^3.1.1",
"html-entities": "^2.4.0",
"klayr-sdk": "^6.0.4",
Expand Down

0 comments on commit 330f73d

Please sign in to comment.