Skip to content

Commit

Permalink
Release v0.1.2 (#105)
Browse files Browse the repository at this point in the history
* update deps

* update changeset base branch to latest release
  • Loading branch information
nionis authored Dec 31, 2022
1 parent 8ac76ed commit d372bad
Show file tree
Hide file tree
Showing 15 changed files with 73 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"baseBranch": "release/v0.1.2",
"updateInternalDependencies": "patch"
}
8 changes: 8 additions & 0 deletions apps/exit-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rpch/exit-node

## 0.0.3

### Patch Changes

- Updated dependencies
- @rpch/crypto-bridge@0.1.2
- @rpch/common@0.1.2

## 0.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/exit-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/exit-node",
"version": "0.0.2",
"version": "0.0.3",
"license": "LGPL-3.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"leveldown": "^6.1.1",
"levelup": "^5.1.1",
"node-fetch": "^2.6.2",
"@rpch/common": "0.1.1",
"@rpch/crypto-bridge": "0.1.1"
"@rpch/common": "0.1.2",
"@rpch/crypto-bridge": "0.1.2"
}
}
7 changes: 7 additions & 0 deletions apps/funding-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rpch/funding-platform

## 0.0.3

### Patch Changes

- Updated dependencies
- @rpch/common@0.1.2

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/funding-platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/funding-platform",
"version": "0.0.2",
"version": "0.0.3",
"license": "LGPL-3.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -35,6 +35,6 @@
"express-validator": "^6.14.2",
"lowdb": "^5.0.5",
"pg-promise": "^10.15.4",
"@rpch/common": "0.1.1"
"@rpch/common": "0.1.2"
}
}
8 changes: 8 additions & 0 deletions devkit/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rpch/e2e

## 0.0.3

### Patch Changes

- Updated dependencies
- @rpch/common@0.1.2
- @rpch/ethers@0.1.2

## 0.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions devkit/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/e2e",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"license": "LGPL-3.0",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"@rpch/configs-tsup": "*"
},
"dependencies": {
"@rpch/ethers": "0.1.1",
"@rpch/common": "0.1.1"
"@rpch/ethers": "0.1.2",
"@rpch/common": "0.1.2"
}
}
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rpch/common

## 0.1.2

### Patch Changes

- Introduce web compatibility and various improvements.
- Updated dependencies
- @rpch/crypto-bridge@0.1.2

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/common",
"version": "0.1.1",
"version": "0.1.2",
"license": "LGPL-3.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"ethers": "^5.7.2",
"isomorphic-ws": "^5.0.0",
"peer-id": "^0.16.0",
"@rpch/crypto-bridge": "0.1.1",
"@rpch/crypto-bridge": "0.1.2",
"ws": "^8.11.0"
}
}
6 changes: 6 additions & 0 deletions packages/crypto-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rpch/crypto-bridge

## 0.1.2

### Patch Changes

- Introduce web compatibility and various improvements.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/crypto-bridge",
"version": "0.1.1",
"version": "0.1.2",
"license": "LGPL-3.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rpch/ethers

## 0.1.2

### Patch Changes

- Introduce web compatibility and various improvements.
- Updated dependencies
- @rpch/common@0.1.2
- @rpch/sdk@0.1.2

## 0.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/ethers",
"version": "0.1.1",
"version": "0.1.2",
"license": "LGPL-3.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -20,8 +20,8 @@
"nock": "^13.2.9"
},
"dependencies": {
"@rpch/common": "0.1.1",
"@rpch/sdk": "0.1.1"
"@rpch/common": "0.1.2",
"@rpch/sdk": "0.1.2"
},
"peerDependencies": {
"ethers": "^5.7.2"
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rpch/sdk

## 0.1.2

### Patch Changes

- Introduce web compatibility and various improvements.
- Updated dependencies
- @rpch/crypto-bridge@0.1.2
- @rpch/common@0.1.2

## 0.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/sdk",
"version": "0.1.1",
"version": "0.1.2",
"license": "LGPL-3.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"peer-id": "^0.16.0",
"@rpch/common": "0.1.1",
"@rpch/crypto-bridge": "0.1.1"
"@rpch/common": "0.1.2",
"@rpch/crypto-bridge": "0.1.2"
}
}

0 comments on commit d372bad

Please sign in to comment.