Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
esterlus committed Apr 26, 2024
1 parent af3a2e8 commit ab22949
Show file tree
Hide file tree
Showing 18 changed files with 69 additions and 39 deletions.
7 changes: 0 additions & 7 deletions .changeset/big-buttons-develop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/good-lions-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-crews-sing.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/unlucky-pens-reflect.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/availability-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rpch/availability-monitor

## 1.1.4

### Patch Changes

- Updated dependencies [af3a2e8]
- Updated dependencies [af3a2e8]
- @rpch/sdk@2.0.0

## 1.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/availability-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/availability-monitor",
"version": "1.1.3",
"version": "1.1.4",
"license": "LGPL-3.0",
"private": true,
"scripts": {
Expand All @@ -15,7 +15,7 @@
"start": "node build/index.js"
},
"dependencies": {
"@rpch/sdk": "1.14.0",
"@rpch/sdk": "2.0.0",
"pg": "^8.11.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/availability-monitor/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.1.3';
export default '1.1.4';
8 changes: 8 additions & 0 deletions apps/discovery-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rpch/discovery-platform

## 1.1.2

### Patch Changes

- Updated dependencies [af3a2e8]
- Updated dependencies [af3a2e8]
- @rpch/sdk@2.0.0

## 1.1.1

### 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": "1.1.1",
"version": "1.1.2",
"license": "LGPL-3.0",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
"start": "node build/index.js"
},
"dependencies": {
"@rpch/sdk": "1.14.0",
"@rpch/sdk": "2.0.0",
"@types/express-session": "^1.17.7",
"@types/memory-cache": "^0.2.2",
"@types/passport": "^1.0.12",
Expand Down
2 changes: 1 addition & 1 deletion apps/discovery-platform/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.1.1';
export default '1.1.2';
14 changes: 14 additions & 0 deletions apps/rpc-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rpch/rpc-server

## 1.4.0

### Minor Changes

- af3a2e8: Propagate request and response headers.
Allow priority header definition via url search parameters.
These can be useful to provide authorization header value to various RPC endpoint.

### Patch Changes

- Updated dependencies [af3a2e8]
- Updated dependencies [af3a2e8]
- @rpch/sdk@2.0.0

## 1.3.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": "1.3.4",
"version": "1.4.0",
"license": "LGPL-3.0",
"private": true,
"scripts": {
Expand All @@ -14,6 +14,6 @@
"start": "node build/index.js"
},
"dependencies": {
"@rpch/sdk": "1.14.0"
"@rpch/sdk": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion apps/rpc-server/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.3.4';
export default '1.4.0';
12 changes: 12 additions & 0 deletions examples/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rpch-examples/ethers

## 0.1.0

### Minor Changes

- af3a2e8: Showcase new send API in examples

### Patch Changes

- Updated dependencies [af3a2e8]
- Updated dependencies [af3a2e8]
- @rpch/sdk@2.0.0

## 0.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch-examples/ethers",
"version": "0.0.7",
"version": "0.1.0",
"license": "LGPL-3.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"lint:ci": "eslint --max-warnings 0 src/"
},
"dependencies": {
"@rpch/sdk": "1.14.0",
"@rpch/sdk": "2.0.0",
"dotenv": "^16.3.1",
"ethers": "^6.8.0"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rpch/sdk

## 2.0.0

### Major Changes

- af3a2e8: Changes SDK send function return response.
No longer offers async resolvers for json and text.
Response contains attributes for server status, statusCode and headers.
Text property can now be used to parse as JSON.

### Minor Changes

- af3a2e8: Consolidated latency metrics env vars.
RPC server now only exposes `RPCH_LATENCY_STATS` to retrieve additional metrics from the logs.

## 1.14.0

### Minor Changes
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": "@rpch/sdk",
"version": "1.14.0",
"version": "2.0.0",
"license": "LGPL-3.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.14.0';
export default '2.0.0';

0 comments on commit ab22949

Please sign in to comment.