diff --git a/.gitignore b/.gitignore index 2ce0c4ac..523da6e3 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ yarn-error.log* !.yarn/sdks .yarn/versions .pnp.* - +.yarnrc.yml # testing coverage diff --git a/package.json b/package.json index c5c4dd6b..727113a5 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,6 @@ "typedoc": "^0.22.7", "typescript": "^4.5.4" }, - "version": "0.7.3-0", + "version": "0.7.4-0", "packageManager": "yarn@3.2.1" } diff --git a/packages/config/package.json b/packages/config/package.json index 29b186e2..f8e30f25 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/config", - "version": "0.7.3-0", + "version": "0.7.4-0", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 77305a71..c4c6ca52 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/messaging", - "version": "0.7.3-0", + "version": "0.7.4-0", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/modules/package.json b/packages/modules/package.json index e28f9a0e..dc0a791f 100644 --- a/packages/modules/package.json +++ b/packages/modules/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/modules", - "version": "0.7.3-0", + "version": "0.7.4-0", "description": "Core Modules", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/network/package.json b/packages/network/package.json index 34624ecf..62d6c748 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/network", - "version": "0.7.3-0", + "version": "0.7.4-0", "description": "", "main": "./lib/index.js", "module": "./lib/esm/index.js", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index ad74676b..96986eb6 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/sdk", - "version": "0.7.3-0", + "version": "0.7.4-0", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/types/package.json b/packages/types/package.json index 33fc11a1..bb68ad31 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/types", - "version": "0.7.3-0", + "version": "0.7.4-0", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index 300ae468..e3274b0c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/utils", - "version": "0.7.3-0", + "version": "0.7.4-0", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/vc-export/package.json b/packages/vc-export/package.json index 361f6958..ecdd59a8 100644 --- a/packages/vc-export/package.json +++ b/packages/vc-export/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/vc-export", - "version": "0.7.3-0", + "version": "0.7.4-0", "description": "Verifiable Credentials", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js",