Skip to content

Commit

Permalink
Auto-merge master back to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
humaci committed Jan 8, 2025
2 parents 8ae9dff + 3f1dfcf commit a55fc63
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.0.66"
"version": "0.0.67"
}
4 changes: 2 additions & 2 deletions packages/huma-sdk/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/huma-shared/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/huma-web-shared/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/huma-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huma-finance/widgets",
"version": "0.0.66",
"version": "0.0.67",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a55fc63

Please sign in to comment.