diff --git a/common/changes/@subsquid/graphql-server/master_2023-12-04-11-07.json b/common/changes/@subsquid/graphql-server/master_2023-12-04-11-07.json deleted file mode 100644 index 9f9947ac3..000000000 --- a/common/changes/@subsquid/graphql-server/master_2023-12-04-11-07.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@subsquid/graphql-server", - "comment": "introduce `DB_URL`, `DB_SSL_CA(_FILE)`, `DB_SSL_CERT(_FILE)`, `DB_SSL_KEY(_FILE)` env variables", - "type": "minor" - } - ], - "packageName": "@subsquid/graphql-server" -} \ No newline at end of file diff --git a/common/changes/@subsquid/typeorm-config/master_2023-12-04-11-07.json b/common/changes/@subsquid/typeorm-config/master_2023-12-04-11-07.json deleted file mode 100644 index 341999628..000000000 --- a/common/changes/@subsquid/typeorm-config/master_2023-12-04-11-07.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@subsquid/typeorm-config", - "comment": "introduce `DB_URL`, `DB_SSL_CA(_FILE)`, `DB_SSL_CERT(_FILE)`, `DB_SSL_KEY(_FILE)` env variables", - "type": "major" - } - ], - "packageName": "@subsquid/typeorm-config" -} \ No newline at end of file diff --git a/graphql/graphql-server/CHANGELOG.json b/graphql/graphql-server/CHANGELOG.json index c951a3a30..30bb27673 100644 --- a/graphql/graphql-server/CHANGELOG.json +++ b/graphql/graphql-server/CHANGELOG.json @@ -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", diff --git a/graphql/graphql-server/CHANGELOG.md b/graphql/graphql-server/CHANGELOG.md index 945dd8b0f..ee3409dd9 100644 --- a/graphql/graphql-server/CHANGELOG.md +++ b/graphql/graphql-server/CHANGELOG.md @@ -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 diff --git a/typeorm/typeorm-config/CHANGELOG.json b/typeorm/typeorm-config/CHANGELOG.json index 0709088af..aa680f616 100644 --- a/typeorm/typeorm-config/CHANGELOG.json +++ b/typeorm/typeorm-config/CHANGELOG.json @@ -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", diff --git a/typeorm/typeorm-config/CHANGELOG.md b/typeorm/typeorm-config/CHANGELOG.md index 435d55449..e54a3f1e4 100644 --- a/typeorm/typeorm-config/CHANGELOG.md +++ b/typeorm/typeorm-config/CHANGELOG.md @@ -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 diff --git a/typeorm/typeorm-migration/CHANGELOG.json b/typeorm/typeorm-migration/CHANGELOG.json index 89696862c..f360cc886 100644 --- a/typeorm/typeorm-migration/CHANGELOG.json +++ b/typeorm/typeorm-migration/CHANGELOG.json @@ -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", diff --git a/typeorm/typeorm-migration/CHANGELOG.md b/typeorm/typeorm-migration/CHANGELOG.md index 8fa48a8d1..9704042b2 100644 --- a/typeorm/typeorm-migration/CHANGELOG.md +++ b/typeorm/typeorm-migration/CHANGELOG.md @@ -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 diff --git a/typeorm/typeorm-store/CHANGELOG.json b/typeorm/typeorm-store/CHANGELOG.json index 326d1ca78..f4c869cce 100644 --- a/typeorm/typeorm-store/CHANGELOG.json +++ b/typeorm/typeorm-store/CHANGELOG.json @@ -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", diff --git a/typeorm/typeorm-store/CHANGELOG.md b/typeorm/typeorm-store/CHANGELOG.md index 10e1a9bc3..65847e014 100644 --- a/typeorm/typeorm-store/CHANGELOG.md +++ b/typeorm/typeorm-store/CHANGELOG.md @@ -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