Skip to content

Commit

Permalink
chore(bump-version): bump package versions (4.1.0) (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: carlascarvalho <[email protected]>
  • Loading branch information
github-actions[bot] and carlascarvalho authored Jan 28, 2025
1 parent ae64439 commit 2a72470
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"version": "4.0.1",
"version": "4.1.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "lefthook install",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dynamic-labs-connectors/abstract-global-wallet-evm",
"version": "4.0.1",
"version": "4.1.0",
"type": "module",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dynamic-labs-connectors/intersend-evm",
"version": "4.0.1",
"version": "4.1.0",
"description": "Intersend EVM connector for Dynamic SDK",
"type": "module",
"main": "./src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/@dynamic-labs-connectors/safe-evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dynamic-labs-connectors/safe-evm",
"version": "4.0.1",
"version": "4.1.0",
"type": "module",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dynamic-labs-connectors/sequence-cross-app-evm",
"version": "4.0.1",
"version": "4.1.0",
"type": "module",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down

0 comments on commit 2a72470

Please sign in to comment.