Skip to content

Commit

Permalink
build: sdk v2.2.2-alpha.2 (#5491)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-zhipeng authored Jan 8, 2024
1 parent 110a606 commit 5627860
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/adapters/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-adapters-cache",
"version": "2.2.0-alpha.2",
"version": "2.2.2-alpha.2",
"description": "adapter for handling communication with Redis cache for nxtp protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-adapters-subgraph",
"version": "2.2.0-alpha.2",
"version": "2.2.2-alpha.2",
"description": "adapter for subgraph interaction of nxtp protocol",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
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.2.0-alpha.2",
"version": "2.2.2-alpha.2",
"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.2.2-alpha.1",
"version": "2.2.2-alpha.2",
"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.2.2-alpha.1",
"version": "2.2.2-alpha.2",
"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.2.2-alpha.1",
"version": "2.2.2-alpha.2",
"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.2.0-alpha.2",
"version": "2.2.2-alpha.2",
"description": "Common utilities for use within the @connext/nxtp-* packages",
"author": "Connext",
"license": "MIT",
Expand Down

0 comments on commit 5627860

Please sign in to comment.