Skip to content

Commit

Permalink
update changeset baseBranch
Browse files Browse the repository at this point in the history
  • Loading branch information
nionis committed May 25, 2023
1 parent f0a222c commit 885fa3d
Show file tree
Hide file tree
Showing 20 changed files with 89 additions and 22 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": "release/v0.2.1",
"baseBranch": "release/v0.2.2",
"updateInternalDependencies": "patch"
}
7 changes: 7 additions & 0 deletions apps/discovery-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rpch/discovery-platform

## 0.0.7

### Patch Changes

- Updated dependencies
- @rpch/common@0.2.2

## 0.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/discovery-platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/discovery-platform",
"version": "0.0.6",
"version": "0.0.7",
"license": "LGPL-3.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"supertest": "^6.3.3"
},
"dependencies": {
"@rpch/common": "0.2.1",
"@rpch/common": "0.2.2",
"@types/memory-cache": "^0.2.2",
"async": "^3.2.4",
"async-retry": "^1.3.3",
Expand Down
7 changes: 7 additions & 0 deletions apps/exit-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rpch/exit-node

## 0.0.11

### Patch Changes

- Updated dependencies
- @rpch/common@0.2.2

## 0.0.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "0.0.11",
"license": "LGPL-3.0",
"private": true,
"scripts": {
Expand All @@ -25,7 +25,7 @@
"nock": "^13.2.9"
},
"dependencies": {
"@rpch/common": "0.2.1",
"@rpch/common": "0.2.2",
"@rpch/crypto-for-nodejs": "0.3.4",
"ethers": "^5.7.2",
"leveldown": "^6.1.1",
Expand Down
7 changes: 7 additions & 0 deletions apps/funding-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rpch/funding-service

## 0.0.11

### Patch Changes

- Updated dependencies
- @rpch/common@0.2.2

## 0.0.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/funding-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/funding-service",
"version": "0.0.10",
"version": "0.0.11",
"license": "LGPL-3.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"ts-node": "^10.9.1"
},
"dependencies": {
"@rpch/common": "0.2.1",
"@rpch/common": "0.2.2",
"ethers": "^5.7.2",
"express": "^4.18.2",
"express-validator": "^6.15.0",
Expand Down
7 changes: 7 additions & 0 deletions apps/rpc-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rpch/rpc-server

## 0.0.5

### Patch Changes

- Updated dependencies
- @rpch/sdk@0.2.2

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/rpc-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/rpc-server",
"version": "0.0.4",
"version": "0.0.5",
"license": "LGPL-3.0",
"private": true,
"scripts": {
Expand All @@ -24,7 +24,7 @@
"supertest": "^6.3.3"
},
"dependencies": {
"@rpch/sdk": "0.2.1",
"@rpch/sdk": "0.2.2",
"@rpch/crypto-for-nodejs": "0.3.4",
"leveldown": "^6.1.1",
"levelup": "^5.1.1"
Expand Down
4 changes: 2 additions & 2 deletions devkit/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@rpch/configs-eslint": "*",
"@rpch/configs-prettier": "*",
"@rpch/configs-jest": "*",
"@rpch/ethers": "0.2.1",
"@rpch/common": "0.2.1",
"@rpch/ethers": "0.2.2",
"@rpch/common": "0.2.2",
"@rpch/crypto-for-nodejs": "0.3.4"
}
}
7 changes: 7 additions & 0 deletions devkit/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rpch/manager

## 0.0.5

### Patch Changes

- Updated dependencies
- @rpch/common@0.2.2

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions devkit/manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/manager",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"license": "LGPL-3.0",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"@types/node-fetch": "2.6.2"
},
"dependencies": {
"@rpch/common": "0.2.1",
"@rpch/common": "0.2.2",
"async-retry": "^1.3.3",
"ethers": "^5.7.2",
"express": "^4.18.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rpch/common

## 0.2.2

### Patch Changes

- Improved entry node re-selection

## 0.2.1

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

## 0.2.2

### Patch Changes

- Improved entry node re-selection
- Updated dependencies
- @rpch/common@0.2.2
- @rpch/sdk@0.2.2

## 0.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ethereum-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/ethereum-provider",
"version": "0.2.1",
"version": "0.2.2",
"license": "LGPL-3.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -21,8 +21,8 @@
"nock": "^13.2.9"
},
"dependencies": {
"@rpch/common": "0.2.1",
"@rpch/sdk": "0.2.1",
"@rpch/common": "0.2.2",
"@rpch/sdk": "0.2.2",
"ethereum-provider": "^0.7.7",
"events": "^3.3.0"
}
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.2.2

### Patch Changes

- Improved entry node re-selection
- Updated dependencies
- @rpch/common@0.2.2
- @rpch/sdk@0.2.2

## 0.2.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.2.1",
"version": "0.2.2",
"license": "LGPL-3.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"@ethersproject/properties": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@rpch/common": "0.2.1",
"@rpch/sdk": "0.2.1"
"@rpch/common": "0.2.2",
"@rpch/sdk": "0.2.2"
},
"peerDependencies": {
"ethers": "^5.7.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rpch/sdk

## 0.2.2

### Patch Changes

- Improved entry node re-selection
- Updated dependencies
- @rpch/common@0.2.2

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/sdk",
"version": "0.2.1",
"version": "0.2.2",
"license": "LGPL-3.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"@types/async-retry": "^1.4.5"
},
"dependencies": {
"@rpch/common": "0.2.1",
"@rpch/common": "0.2.2",
"cross-fetch": "3.2.0-alpha.2",
"ethers": "^5.7.2",
"async-retry": "^1.3.3"
Expand Down

0 comments on commit 885fa3d

Please sign in to comment.