Skip to content

Commit

Permalink
Merge pull request #5182 from connext/update_version_2.2.0-alpha.0
Browse files Browse the repository at this point in the history
chore: update package json with release version
  • Loading branch information
preethamr authored Nov 16, 2023
2 parents 7b67142 + 3ddf547 commit 79daac1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.0.0",
"version": "2.2.0-alpha.0",
"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.0.0",
"version": "2.2.0-alpha.0",
"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.1.0-alpha.0",
"version": "2.2.0-alpha.0",
"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/deployments/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/smart-contracts",
"version": "2.0.0",
"version": "2.2.0-alpha.0",
"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.0.4",
"version": "2.2.0-alpha.0",
"description": "Common utilities for use within the @connext/nxtp-* packages",
"author": "Connext",
"license": "MIT",
Expand Down

0 comments on commit 79daac1

Please sign in to comment.