Skip to content

Commit 8a5b4ef

Browse files
committed
Update changelog. Update minor version.
1 parent 9cd94b6 commit 8a5b4ef

File tree

20 files changed

+23
-19
lines changed

20 files changed

+23
-19
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Next Release
44

5+
## Amarok 1.0.3-alpha.0
6+
7+
- [sdk] Fixed getTransfers
8+
59
## Amarok 1.0.2
610

711
- [sdk] more optimisation

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/nxtp",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"private": true,
55
"devDependencies": {
66
"@istanbuljs/nyc-config-typescript": "1.0.2",

packages/adapters/cache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/nxtp-adapters-cache",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "adapter for handling communication with Redis cache for nxtp protocol",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/adapters/database/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/nxtp-adapters-database",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "adapter for handling communication with Redis cache for nxtp protocol",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/adapters/relayer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/nxtp-adapters-relayer",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "adapter for handling communication with relayer",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/adapters/subgraph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/nxtp-adapters-subgraph",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "adapter for subgraph interaction of nxtp protocol",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/adapters/txservice/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/nxtp-txservice",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "Robust transaction sending service for a wallet configured across multiple chains. Will bump gas and reattempt transactions as needed",
55
"author": "Connext",
66
"license": "MIT",

packages/adapters/watcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/nxtp-adapters-watcher",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "adapter for watcher related calls, monitoring, and functionality",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/adapters/web3signer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/nxtp-adapters-web3signer",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "adapter for subgraph interaction of nxtp protocol",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/agents/cartographer/poller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/cartographer-poller",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "",
55
"types": "dist/index.d.ts",
66
"files": [

packages/agents/lighthouse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/lighthouse",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/agents/relayer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/nxtp-relayer",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "Generic relayer agent for Amarok",
55
"author": "Connext",
66
"license": "MIT",

packages/agents/router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/nxtp-router",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/agents/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/sdk",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "Client-side package for interacting with the NXTP protocol for crosschain packages",
55
"author": "Connext",
66
"license": "MIT",

packages/agents/sequencer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/nxtp-sequencer",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "Sequencer for Amarok, previously auctioneer",
55
"author": "Connext",
66
"license": "MIT",

packages/agents/watcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/nxtp-watcher",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "",
55
"types": "dist/index.d.ts",
66
"files": [

packages/deployments/contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/smart-contracts",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "",
55
"scripts": {
66
"test": "yarn forge test --no-match-path '*/upgrade/**.sol'",

packages/deployments/subgraph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/nxtp-subgraph",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"license": "UNLICENSED",
55
"scripts": {
66
"graph": "graph",

packages/integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/nxtp-integration",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "Integration tests for NXTP",
55
"author": "Connext",
66
"license": "MIT",

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connext/nxtp-utils",
3-
"version": "1.0.2",
3+
"version": "1.0.3-alpha.0",
44
"description": "Common utilities for use within the @connext/nxtp-* packages",
55
"author": "Connext",
66
"license": "MIT",

0 commit comments

Comments
 (0)