Skip to content

Commit

Permalink
Update changelogs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 4, 2024
1 parent 3a5e4d0 commit 53839d5
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 38 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 12 additions & 0 deletions substrate/substrate-data-raw/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@subsquid/substrate-data-raw",
"entries": [
{
"version": "1.1.0",
"tag": "@subsquid/substrate-data-raw_v1.1.0",
"date": "Thu, 04 Jan 2024 17:31:35 GMT",
"comments": {
"minor": [
{
"comment": "allow `block.events` to be null"
}
]
}
},
{
"version": "1.0.1",
"tag": "@subsquid/substrate-data-raw_v1.0.1",
Expand Down
9 changes: 8 additions & 1 deletion substrate/substrate-data-raw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @subsquid/substrate-data-raw

This log was last generated on Fri, 01 Dec 2023 17:09:03 GMT and should not be manually modified.
This log was last generated on Thu, 04 Jan 2024 17:31:35 GMT and should not be manually modified.

## 1.1.0
Thu, 04 Jan 2024 17:31:35 GMT

### Minor changes

- allow `block.events` to be null

## 1.0.1
Fri, 01 Dec 2023 17:09:03 GMT
Expand Down
20 changes: 20 additions & 0 deletions substrate/substrate-data/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"name": "@subsquid/substrate-data",
"entries": [
{
"version": "4.0.1",
"tag": "@subsquid/substrate-data_v4.0.1",
"date": "Thu, 04 Jan 2024 17:31:35 GMT",
"comments": {
"patch": [
{
"comment": "fix genesis block fetch error by allowing `null` event storage values"
},
{
"comment": "fix: sometimes block validator is not set"
}
],
"dependency": [
{
"comment": "Updating dependency \"@subsquid/substrate-data-raw\" from `^1.0.1` to `^1.1.0`"
}
]
}
},
{
"version": "4.0.0",
"tag": "@subsquid/substrate-data_v4.0.0",
Expand Down
10 changes: 9 additions & 1 deletion substrate/substrate-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @subsquid/substrate-data

This log was last generated on Fri, 01 Dec 2023 16:55:51 GMT and should not be manually modified.
This log was last generated on Thu, 04 Jan 2024 17:31:35 GMT and should not be manually modified.

## 4.0.1
Thu, 04 Jan 2024 17:31:35 GMT

### Patches

- fix genesis block fetch error by allowing `null` event storage values
- fix: sometimes block validator is not set

## 4.0.0
Fri, 01 Dec 2023 16:55:51 GMT
Expand Down
17 changes: 17 additions & 0 deletions substrate/substrate-dump/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@subsquid/substrate-dump",
"entries": [
{
"version": "0.3.1",
"tag": "@subsquid/substrate-dump_v0.3.1",
"date": "Thu, 04 Jan 2024 17:31:35 GMT",
"comments": {
"patch": [
{
"comment": "fix genesis block fetch error by allowing `null` event storage values"
}
],
"dependency": [
{
"comment": "Updating dependency \"@subsquid/substrate-data-raw\" from `^1.0.1` to `^1.1.0`"
}
]
}
},
{
"version": "0.3.0",
"tag": "@subsquid/substrate-dump_v0.3.0",
Expand Down
9 changes: 8 additions & 1 deletion substrate/substrate-dump/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @subsquid/substrate-dump

This log was last generated on Fri, 01 Dec 2023 16:55:51 GMT and should not be manually modified.
This log was last generated on Thu, 04 Jan 2024 17:31:35 GMT and should not be manually modified.

## 0.3.1
Thu, 04 Jan 2024 17:31:35 GMT

### Patches

- fix genesis block fetch error by allowing `null` event storage values

## 0.3.0
Fri, 01 Dec 2023 16:55:51 GMT
Expand Down

0 comments on commit 53839d5

Please sign in to comment.