Skip to content

Commit

Permalink
Merge pull request #5796 from connext/feat/sdk-utils-2
Browse files Browse the repository at this point in the history
Utils version bump
  • Loading branch information
wanglonghong authored Feb 29, 2024
2 parents 64a2225 + b62df94 commit 9b1d2c9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/adapters/txservice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-txservice",
"version": "2.3.0-alpha.3",
"version": "2.3.0-alpha.4",
"description": "Robust transaction sending service for a wallet configured across multiple chains. Will bump gas and reattempt transactions as needed",
"author": "Connext",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/agents/sdk-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/sdk",
"version": "2.3.0-alpha.3",
"version": "2.3.0-alpha.4",
"description": "Client-side package for interacting with the Connext protocol",
"author": "Connext",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/agents/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/sdk-core",
"version": "2.3.0-alpha.3",
"version": "2.3.0-alpha.4",
"description": "Client-side package for interacting with the Connext protocol",
"author": "Connext",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/deployments/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/smart-contracts",
"version": "2.3.0-alpha.3",
"version": "2.3.0-alpha.4",
"description": "",
"scripts": {
"test": "yarn forge test --no-match-path '*/fork/**.sol'",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-utils",
"version": "2.3.0-alpha.0",
"version": "2.3.0-alpha.4",
"description": "Common utilities for use within the @connext/nxtp-* packages",
"author": "Connext",
"license": "MIT",
Expand Down

0 comments on commit 9b1d2c9

Please sign in to comment.