diff --git a/lerna.json b/lerna.json index a8c5a764..7f7760df 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.0.66" + "version": "0.0.67" } diff --git a/packages/huma-sdk/package.json b/packages/huma-sdk/package.json index f467dd25..22acc408 100644 --- a/packages/huma-sdk/package.json +++ b/packages/huma-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@huma-finance/sdk", - "version": "0.0.66", + "version": "0.0.67", "types": "./dist/index.d.ts", "main": "./dist/cjs/index.js", "module": "./dist/index.js", @@ -29,7 +29,7 @@ "@ethersproject/constants": "^5.7.0", "@ethersproject/contracts": "^5.7.0", "@ethersproject/providers": "^5.6.0", - "@huma-finance/shared": "^0.0.66", + "@huma-finance/shared": "^0.0.67", "@irys/sdk": "^0.2.11", "axios": "^1.4.0", "bignumber.js": "^9.1.1", diff --git a/packages/huma-shared/package.json b/packages/huma-shared/package.json index ce08d377..c67a354e 100644 --- a/packages/huma-shared/package.json +++ b/packages/huma-shared/package.json @@ -1,6 +1,6 @@ { "name": "@huma-finance/shared", - "version": "0.0.66", + "version": "0.0.67", "types": "./dist/index.d.ts", "main": "./dist/cjs/index.js", "module": "./dist/index.js", diff --git a/packages/huma-web-shared/package.json b/packages/huma-web-shared/package.json index 5dc2c0c6..2455354d 100644 --- a/packages/huma-web-shared/package.json +++ b/packages/huma-web-shared/package.json @@ -1,6 +1,6 @@ { "name": "@huma-finance/web-shared", - "version": "0.0.66", + "version": "0.0.67", "types": "./dist/index.d.ts", "main": "./dist/cjs/index.js", "module": "./dist/index.js", diff --git a/packages/huma-widget/package.json b/packages/huma-widget/package.json index 2eb5e44b..8df3e0da 100644 --- a/packages/huma-widget/package.json +++ b/packages/huma-widget/package.json @@ -1,6 +1,6 @@ { "name": "@huma-finance/widgets", - "version": "0.0.66", + "version": "0.0.67", "publishConfig": { "access": "public" }, @@ -29,9 +29,9 @@ "@ethersproject/experimental": "^5.7.0", "@ethersproject/providers": "^5.6.0", "@ethersproject/units": "^5.6.0", - "@huma-finance/sdk": "^0.0.66", - "@huma-finance/shared": "^0.0.66", - "@huma-finance/web-shared": "^0.0.66", + "@huma-finance/sdk": "^0.0.67", + "@huma-finance/shared": "^0.0.67", + "@huma-finance/web-shared": "^0.0.67", "@mui/x-date-pickers": "^5.0.7", "@notifi-network/notifi-frontend-client": "^1.1.2", "@notifi-network/notifi-react": "^1.1.2",