From 8fb68d5a23b2bf157949346a6603dc40b1594195 Mon Sep 17 00:00:00 2001 From: Berend Sliedrecht Date: Fri, 19 Jan 2024 09:46:00 +0000 Subject: [PATCH] chore(release): v0.2.0 --- lerna.json | 2 +- packages/core/package.json | 2 +- packages/decode/package.json | 2 +- packages/present/package.json | 2 +- packages/types/package.json | 2 +- packages/utils/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index 7f07381..ead99bd 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "0.1.2-alpha.9", + "version": "0.2.0", "exact": true, "message": "chore(release): %s" } diff --git a/packages/core/package.json b/packages/core/package.json index 57ffb96..6c5a43a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/core", - "version": "0.1.2-alpha.9", + "version": "0.2.0", "description": "Core implementation of sd-jwt Draft 06 and sd-jwt-vc Draft 01", "license": "(MIT OR Apache-2.0)", "author": "Berend Sliedrecht ", diff --git a/packages/decode/package.json b/packages/decode/package.json index 4ef83e2..4096992 100644 --- a/packages/decode/package.json +++ b/packages/decode/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/decode", - "version": "0.1.2-alpha.9", + "version": "0.2.0", "description": "Decode implementation of sd-jwt Draft 06 and sd-jwt-vc Draft 01", "license": "(MIT OR Apache-2.0)", "author": "Berend Sliedrecht ", diff --git a/packages/present/package.json b/packages/present/package.json index 152cc9c..51fc281 100644 --- a/packages/present/package.json +++ b/packages/present/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/present", - "version": "0.1.2-alpha.9", + "version": "0.2.0", "description": "Presentation implementation of sd-jwt Draft 06 and sd-jwt-vc Draft 01", "license": "(MIT OR Apache-2.0)", "author": "Berend Sliedrecht ", diff --git a/packages/types/package.json b/packages/types/package.json index 490fe6d..52c7a2e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/types", - "version": "0.1.2-alpha.9", + "version": "0.2.0", "description": "Common types of sd-jwt Draft 06 and sd-jwt-vc Draft 01", "license": "(MIT OR Apache-2.0)", "author": "Berend Sliedrecht ", diff --git a/packages/utils/package.json b/packages/utils/package.json index caaef67..2b531cb 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/utils", - "version": "0.1.2-alpha.9", + "version": "0.2.0", "description": "Utility functions for sd-jwt Draft 06 and sd-jwt-vc Draft 01", "license": "(MIT OR Apache-2.0)", "author": "Berend Sliedrecht ",