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 Dec 14, 2023
1 parent 1cbfa95 commit d6a66a0
Show file tree
Hide file tree
Showing 10 changed files with 81 additions and 24 deletions.

This file was deleted.

This file was deleted.

17 changes: 17 additions & 0 deletions graphql/graphql-server/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@subsquid/graphql-server",
"entries": [
{
"version": "4.4.0",
"tag": "@subsquid/graphql-server_v4.4.0",
"date": "Thu, 14 Dec 2023 11:16:15 GMT",
"comments": {
"minor": [
{
"comment": "introduce `DB_URL`, `DB_SSL_CA(_FILE)`, `DB_SSL_CERT(_FILE)`, `DB_SSL_KEY(_FILE)` env variables"
}
],
"dependency": [
{
"comment": "Updating dependency \"@subsquid/typeorm-config\" from `^3.3.2` to `^4.0.0`"
}
]
}
},
{
"version": "4.3.2",
"tag": "@subsquid/graphql-server_v4.3.2",
Expand Down
9 changes: 8 additions & 1 deletion graphql/graphql-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @subsquid/graphql-server

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, 14 Dec 2023 11:16:15 GMT and should not be manually modified.

## 4.4.0
Thu, 14 Dec 2023 11:16:15 GMT

### Minor changes

- introduce `DB_URL`, `DB_SSL_CA(_FILE)`, `DB_SSL_CERT(_FILE)`, `DB_SSL_KEY(_FILE)` env variables

## 4.3.2
Fri, 01 Dec 2023 16:55:51 GMT
Expand Down
12 changes: 12 additions & 0 deletions typeorm/typeorm-config/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@subsquid/typeorm-config",
"entries": [
{
"version": "4.0.0",
"tag": "@subsquid/typeorm-config_v4.0.0",
"date": "Thu, 14 Dec 2023 11:16:15 GMT",
"comments": {
"major": [
{
"comment": "introduce `DB_URL`, `DB_SSL_CA(_FILE)`, `DB_SSL_CERT(_FILE)`, `DB_SSL_KEY(_FILE)` env variables"
}
]
}
},
{
"version": "3.3.2",
"tag": "@subsquid/typeorm-config_v3.3.2",
Expand Down
9 changes: 8 additions & 1 deletion typeorm/typeorm-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @subsquid/typeorm-config

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, 14 Dec 2023 11:16:15 GMT and should not be manually modified.

## 4.0.0
Thu, 14 Dec 2023 11:16:15 GMT

### Breaking changes

- introduce `DB_URL`, `DB_SSL_CA(_FILE)`, `DB_SSL_CERT(_FILE)`, `DB_SSL_KEY(_FILE)` env variables

## 3.3.2
Fri, 01 Dec 2023 16:55:51 GMT
Expand Down
12 changes: 12 additions & 0 deletions typeorm/typeorm-migration/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@subsquid/typeorm-migration",
"entries": [
{
"version": "1.2.4",
"tag": "@subsquid/typeorm-migration_v1.2.4",
"date": "Thu, 14 Dec 2023 11:16:15 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@subsquid/typeorm-config\" from `^3.3.2` to `^4.0.0`"
}
]
}
},
{
"version": "1.2.3",
"tag": "@subsquid/typeorm-migration_v1.2.3",
Expand Down
7 changes: 6 additions & 1 deletion typeorm/typeorm-migration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @subsquid/typeorm-migration

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, 14 Dec 2023 11:16:15 GMT and should not be manually modified.

## 1.2.4
Thu, 14 Dec 2023 11:16:15 GMT

_Version update only_

## 1.2.3
Fri, 01 Dec 2023 16:55:51 GMT
Expand Down
12 changes: 12 additions & 0 deletions typeorm/typeorm-store/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@subsquid/typeorm-store",
"entries": [
{
"version": "1.2.6",
"tag": "@subsquid/typeorm-store_v1.2.6",
"date": "Thu, 14 Dec 2023 11:16:15 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@subsquid/typeorm-config\" from `^3.3.2` to `^4.0.0`"
}
]
}
},
{
"version": "1.2.5",
"tag": "@subsquid/typeorm-store_v1.2.5",
Expand Down
7 changes: 6 additions & 1 deletion typeorm/typeorm-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @subsquid/typeorm-store

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, 14 Dec 2023 11:16:15 GMT and should not be manually modified.

## 1.2.6
Thu, 14 Dec 2023 11:16:15 GMT

_Version update only_

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

0 comments on commit d6a66a0

Please sign in to comment.