Skip to content

Commit

Permalink
chore(release): v0.1.2-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
berendsliedrecht committed Jan 17, 2024
1 parent 2590028 commit 80d6d41
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "pnpm",
"version": "0.1.2-alpha.8",
"version": "0.1.2-alpha.9",
"exact": true,
"message": "chore(release): %s"
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sd-jwt/core",
"version": "0.1.2-alpha.8",
"version": "0.1.2-alpha.9",
"description": "Core implementation of sd-jwt Draft 06 and sd-jwt-vc Draft 01",
"license": "(MIT OR Apache-2.0)",
"author": "Berend Sliedrecht <[email protected]>",
Expand Down Expand Up @@ -38,9 +38,9 @@
},
"dependencies": {
"@sd-jwt/decode": "workspace:*",
"@sd-jwt/present": "workspace:*",
"@sd-jwt/types": "workspace:*",
"@sd-jwt/utils": "workspace:*",
"@sd-jwt/present": "workspace:*"
"@sd-jwt/utils": "workspace:*"
},
"devDependencies": {
"@types/node": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/decode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sd-jwt/decode",
"version": "0.1.2-alpha.8",
"version": "0.1.2-alpha.9",
"description": "Decode implementation of sd-jwt Draft 06 and sd-jwt-vc Draft 01",
"license": "(MIT OR Apache-2.0)",
"author": "Berend Sliedrecht <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/present/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sd-jwt/present",
"version": "0.1.2-alpha.8",
"version": "0.1.2-alpha.9",
"description": "Presentation implementation of sd-jwt Draft 06 and sd-jwt-vc Draft 01",
"license": "(MIT OR Apache-2.0)",
"author": "Berend Sliedrecht <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sd-jwt/types",
"version": "0.1.2-alpha.8",
"version": "0.1.2-alpha.9",
"description": "Common types of sd-jwt Draft 06 and sd-jwt-vc Draft 01",
"license": "(MIT OR Apache-2.0)",
"author": "Berend Sliedrecht <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sd-jwt/utils",
"version": "0.1.2-alpha.8",
"version": "0.1.2-alpha.9",
"description": "Utility functions for sd-jwt Draft 06 and sd-jwt-vc Draft 01",
"license": "(MIT OR Apache-2.0)",
"author": "Berend Sliedrecht <[email protected]>",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 80d6d41

Please sign in to comment.