Skip to content

Commit a6e8cf4

Browse files
authored
chore(release): 19.2.1 (#1507)
1 parent c365490 commit a6e8cf4

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [19.2.1](https://github.com/paritytech/substrate-api-sidecar/compare/v19.2.0..v19.2.1) (2024-10-09)
6+
7+
### Fix
8+
9+
- fix: queryInfo call in fee-estimate endpoint ([#1505](https://github.com/paritytech/substrate-api-sidecar/pull/1505)) ([68be48b](https://github.com/paritytech/substrate-api-sidecar/commit/68be48b715e1f53abcc91eb54ac447432715f26f))
10+
11+
### Chore
12+
13+
- chore(deps): update express to v5 & jest deprecations ([#1502](https://github.com/paritytech/substrate-api-sidecar/pull/1502)) ([28e039e](https://github.com/paritytech/substrate-api-sidecar/commit/28e039e8cfa54b3080e584f1598ccf8cb9a978bc))
14+
- chore(deps): update substrate dev package & types ([#1500](https://github.com/paritytech/substrate-api-sidecar/pull/1500)) ([cf2b58b](https://github.com/paritytech/substrate-api-sidecar/commit/cf2b58bff7855bd97c90badc2192cb3f55e1835e))
15+
- chore(yarn): bump yarn to 4.5.0 ([#1498](https://github.com/paritytech/substrate-api-sidecar/pull/1498)) ([6aac632](https://github.com/paritytech/substrate-api-sidecar/commit/6aac63270701ceb75b2a8cf87cd3f86a9baa1c67))
16+
17+
### Test
18+
19+
- test: add test for fee-estimate fix ([#1506](https://github.com/paritytech/substrate-api-sidecar/pull/1506)) ([c365490](https://github.com/paritytech/substrate-api-sidecar/commit/c3654903f258f5186e648989be1f1f79a5503c33))
20+
21+
22+
## Compatibility
23+
24+
Tested against the following node releases:
25+
- Polkadot v1.15.2 (Polkadot stable2407-2)
26+
- Kusama v1.15.2 (Polkadot stable2407-2)
27+
- Westend v1.15.2 (Polkadot stable2407-2)
28+
29+
Tested against the following runtime releases:
30+
- Polkadot v1003000
31+
- Kusama v1003000
32+
- Westend v1016000
33+
534
## [19.2.0](https://github.com/paritytech/substrate-api-sidecar/compare/v19.1.0..v19.2.0) (2024-09-23)
635

736
### Feat

docs/dist/app.bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/openapi-v1.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
license:
99
name: GPL-3.0-or-later
1010
url: https://github.com/paritytech/substrate-api-sidecar/blob/master/LICENSE
11-
version: 19.2.0
11+
version: 19.2.1
1212
servers:
1313
- url: https://polkadot-public-sidecar.parity-chains.parity.io/
1414
description: Polkadot Parity public sidecar

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "19.2.0",
2+
"version": "19.2.1",
33
"name": "@substrate/api-sidecar",
44
"description": "REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.",
55
"homepage": "https://github.com/paritytech/substrate-api-sidecar#readme",

0 commit comments

Comments
 (0)