Skip to content

Commit

Permalink
Bump remaining package versions to publish new React Native directive
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <frankhinek@users.noreply.github.com>
  • Loading branch information
frankhinek committed Jun 27, 2023
1 parent deac9cd commit def4104
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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": "@tbd54566975/common",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "./dist/cjs/main.cjs",
"module": "./dist/esm/main.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/credentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbd54566975/credentials",
"version": "0.1.4",
"version": "0.1.5",
"description": "Verifiable Credentials",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tbd54566975/crypto",
"version": "0.1.4",
"version": "0.1.5",
"description": "TBD crypto library",
"type": "module",
"main": "./dist/cjs/main.cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/dids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
},
"dependencies": {
"@decentralized-identity/ion-tools": "1.1.1",
"@tbd54566975/common": "0.1.0",
"@tbd54566975/crypto": "0.1.4",
"@tbd54566975/common": "0.1.1",
"@tbd54566975/crypto": "0.1.5",
"@tbd54566975/dwn-sdk-js": "0.0.35",
"cross-fetch": "3.1.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"dependencies": {
"@decentralized-identity/ion-tools": "1.1.1",
"@tbd54566975/crypto": "0.1.4",
"@tbd54566975/crypto": "0.1.5",
"@tbd54566975/dids": "0.1.8",
"@tbd54566975/dwn-sdk-js": "0.0.35",
"@tbd54566975/web5-agent": "0.1.6",
Expand Down

0 comments on commit def4104

Please sign in to comment.