Skip to content

Commit

Permalink
Merge pull request #5484 from connext/sdk-v2.2.2-alpha.1
Browse files Browse the repository at this point in the history
build: sdk v2.2.2-alpha.1
  • Loading branch information
preethamr authored Jan 8, 2024
2 parents 3363e8d + e485a0f commit 110a606
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/agents/sdk-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next Release

## v2.2.2-alpha.1

- X1 testnet support with `smart-contracts` deployments

## v2.2.2-alpha.0

- X1 testnet support
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.0",
"version": "2.2.2-alpha.1",
"description": "Client-side package for interacting with the Connext protocol",
"author": "Connext",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/agents/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next Release

## v2.2.2-alpha.1

- X1 testnet support with `smart-contracts` deployments

## v2.2.2-alpha.0

- X1 testnet support
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.0",
"version": "2.2.2-alpha.1",
"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.0-alpha.2",
"version": "2.2.2-alpha.1",
"description": "",
"scripts": {
"test": "yarn forge test --no-match-path '*/fork/**.sol'",
Expand Down

0 comments on commit 110a606

Please sign in to comment.