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 Feb 21, 2024
1 parent 99ab62b commit 52a020b
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 43 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 20 additions & 0 deletions evm/evm-processor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"name": "@subsquid/evm-processor",
"entries": [
{
"version": "1.16.0",
"tag": "@subsquid/evm-processor_v1.16.0",
"date": "Wed, 21 Feb 2024 19:22:05 GMT",
"comments": {
"minor": [
{
"comment": "add field selection schema validation"
},
{
"comment": "update evm trace schema definition"
}
],
"dependency": [
{
"comment": "Updating dependency \"@subsquid/util-internal-validation\" from `^0.2.0` to `^0.3.0`"
}
]
}
},
{
"version": "1.15.0",
"tag": "@subsquid/evm-processor_v1.15.0",
Expand Down
10 changes: 9 additions & 1 deletion evm/evm-processor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @subsquid/evm-processor

This log was last generated on Sat, 17 Feb 2024 17:47:08 GMT and should not be manually modified.
This log was last generated on Wed, 21 Feb 2024 19:22:05 GMT and should not be manually modified.

## 1.16.0
Wed, 21 Feb 2024 19:22:05 GMT

### Minor changes

- add field selection schema validation
- update evm trace schema definition

## 1.15.0
Sat, 17 Feb 2024 17:47:08 GMT
Expand Down
17 changes: 17 additions & 0 deletions substrate/substrate-processor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@subsquid/substrate-processor",
"entries": [
{
"version": "8.2.0",
"tag": "@subsquid/substrate-processor_v8.2.0",
"date": "Wed, 21 Feb 2024 19:22:05 GMT",
"comments": {
"minor": [
{
"comment": "add field selection schema validation"
}
],
"dependency": [
{
"comment": "Updating dependency \"@subsquid/util-internal-validation\" from `~0.2.0` to `~0.3.0`"
}
]
}
},
{
"version": "8.1.1",
"tag": "@subsquid/substrate-processor_v8.1.1",
Expand Down
9 changes: 8 additions & 1 deletion substrate/substrate-processor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @subsquid/substrate-processor

This log was last generated on Mon, 01 Jan 2024 14:37:34 GMT and should not be manually modified.
This log was last generated on Wed, 21 Feb 2024 19:22:05 GMT and should not be manually modified.

## 8.2.0
Wed, 21 Feb 2024 19:22:05 GMT

### Minor changes

- add field selection schema validation

## 8.1.1
Mon, 01 Jan 2024 14:37:34 GMT
Expand Down
12 changes: 12 additions & 0 deletions util/util-internal-validation/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@subsquid/util-internal-validation",
"entries": [
{
"version": "0.3.0",
"tag": "@subsquid/util-internal-validation_v0.3.0",
"date": "Wed, 21 Feb 2024 19:22:05 GMT",
"comments": {
"minor": [
{
"comment": "add `BOOLEAN` primitive"
}
]
}
},
{
"version": "0.2.0",
"tag": "@subsquid/util-internal-validation_v0.2.0",
Expand Down
9 changes: 8 additions & 1 deletion util/util-internal-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @subsquid/util-internal-validation

This log was last generated on Wed, 14 Feb 2024 20:01:22 GMT and should not be manually modified.
This log was last generated on Wed, 21 Feb 2024 19:22:05 GMT and should not be manually modified.

## 0.3.0
Wed, 21 Feb 2024 19:22:05 GMT

### Minor changes

- add `BOOLEAN` primitive

## 0.2.0
Wed, 14 Feb 2024 20:01:22 GMT
Expand Down

0 comments on commit 52a020b

Please sign in to comment.