Skip to content

Commit

Permalink
v0.0.81
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Nov 16, 2021
1 parent 567735d commit dc5b768
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp",
"version": "0.0.80",
"version": "0.0.81",
"private": true,
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-contracts",
"version": "0.0.80",
"version": "0.0.81",
"description": "",
"scripts": {
"test": "hardhat test",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-integration",
"version": "0.0.80",
"version": "0.0.81",
"description": "Integration tests for NXTP",
"author": "Connext",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-router",
"version": "0.0.80",
"version": "0.0.81",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-sdk",
"version": "0.0.80",
"version": "0.0.81",
"description": "Client-side package for interacting with the NXTP protocol for crosschain packages",
"author": "Connext",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.80",
"version": "0.0.81",
"name": "@connext/nxtp-subgraph",
"license": "UNLICENSED",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-test-ui",
"version": "0.0.80",
"version": "0.0.81",
"dependencies": {
"@connext/nxtp-sdk": "workspace:*",
"@connext/nxtp-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/txservice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-txservice",
"version": "0.0.80",
"version": "0.0.81",
"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/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-utils",
"version": "0.0.80",
"version": "0.0.81",
"description": "Common utilities for use within the @connext/nxtp-* packages",
"author": "Connext",
"license": "MIT",
Expand Down

0 comments on commit dc5b768

Please sign in to comment.