Skip to content

Commit 110a606

Browse files
authored
Merge pull request #5484 from connext/sdk-v2.2.2-alpha.1
build: sdk v2.2.2-alpha.1
2 parents 3363e8d + e485a0f commit 110a606

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

packages/agents/sdk-wrapper/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Next Release
44

5+
## v2.2.2-alpha.1
6+
7+
- X1 testnet support with `smart-contracts` deployments
8+
59
## v2.2.2-alpha.0
610

711
- X1 testnet support

packages/agents/sdk-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/sdk",
3-
"version": "2.2.2-alpha.0",
3+
"version": "2.2.2-alpha.1",
44
"description": "Client-side package for interacting with the Connext protocol",
55
"author": "Connext",
66
"license": "MIT",

packages/agents/sdk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Next Release
44

5+
## v2.2.2-alpha.1
6+
7+
- X1 testnet support with `smart-contracts` deployments
8+
59
## v2.2.2-alpha.0
610

711
- X1 testnet support

packages/agents/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/sdk-core",
3-
"version": "2.2.2-alpha.0",
3+
"version": "2.2.2-alpha.1",
44
"description": "Client-side package for interacting with the Connext protocol",
55
"author": "Connext",
66
"license": "MIT",

packages/deployments/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/smart-contracts",
3-
"version": "2.2.0-alpha.2",
3+
"version": "2.2.2-alpha.1",
44
"description": "",
55
"scripts": {
66
"test": "yarn forge test --no-match-path '*/fork/**.sol'",

0 commit comments

Comments
 (0)