diff --git a/lerna.json b/lerna.json index b800daf9..38de5172 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.0.62" + "version": "0.0.63" } diff --git a/packages/huma-sdk/package.json b/packages/huma-sdk/package.json index 4e9d9264..4a36c118 100644 --- a/packages/huma-sdk/package.json +++ b/packages/huma-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@huma-finance/sdk", - "version": "0.0.62", + "version": "0.0.63", "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.62", + "@huma-finance/shared": "^0.0.63", "@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 652cceb3..828e7a1d 100644 --- a/packages/huma-shared/package.json +++ b/packages/huma-shared/package.json @@ -1,6 +1,6 @@ { "name": "@huma-finance/shared", - "version": "0.0.62", + "version": "0.0.63", "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 9d40c6d4..1e5a530e 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.62", + "version": "0.0.63", "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 abf798ba..9dfdcc49 100644 --- a/packages/huma-widget/package.json +++ b/packages/huma-widget/package.json @@ -1,6 +1,6 @@ { "name": "@huma-finance/widgets", - "version": "0.0.62", + "version": "0.0.63", "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.62", - "@huma-finance/shared": "^0.0.62", - "@huma-finance/web-shared": "^0.0.62", + "@huma-finance/sdk": "^0.0.63", + "@huma-finance/shared": "^0.0.63", + "@huma-finance/web-shared": "^0.0.63", "@mui/x-date-pickers": "^5.0.7", "@notifi-network/notifi-frontend-client": "^1.1.2", "@notifi-network/notifi-react": "^1.1.2",