From 8da97cf5b9fc2310ae4cd7abac68cf9c16e3e902 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:53:56 -0700 Subject: [PATCH] chore: publish new package versions (#1782) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @core/sync-service@0.6.3 ### Patch Changes - c886f86: Query Postgres server version as early as possible so that it is available throughout the whole connection initialization process. - 841922d: Cover the processing of GET /shape with OpenTelemetry spans for improved observability. Co-authored-by: github-actions[bot] --- .changeset/dry-buses-fail.md | 5 ----- .changeset/tasty-phones-do.md | 5 ----- packages/sync-service/CHANGELOG.md | 7 +++++++ packages/sync-service/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/dry-buses-fail.md delete mode 100644 .changeset/tasty-phones-do.md diff --git a/.changeset/dry-buses-fail.md b/.changeset/dry-buses-fail.md deleted file mode 100644 index 757bf02ee3..0000000000 --- a/.changeset/dry-buses-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@core/sync-service": patch ---- - -Query Postgres server version as early as possible so that it is available throughout the whole connection initialization process. diff --git a/.changeset/tasty-phones-do.md b/.changeset/tasty-phones-do.md deleted file mode 100644 index 6c6950205e..0000000000 --- a/.changeset/tasty-phones-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@core/sync-service": patch ---- - -Cover the processing of GET /shape with OpenTelemetry spans for improved observability. diff --git a/packages/sync-service/CHANGELOG.md b/packages/sync-service/CHANGELOG.md index e1c3bda8cf..6efdd4a8c7 100644 --- a/packages/sync-service/CHANGELOG.md +++ b/packages/sync-service/CHANGELOG.md @@ -1,5 +1,12 @@ # @core/sync-service +## 0.6.3 + +### Patch Changes + +- c886f86: Query Postgres server version as early as possible so that it is available throughout the whole connection initialization process. +- 841922d: Cover the processing of GET /shape with OpenTelemetry spans for improved observability. + ## 0.6.2 ### Patch Changes diff --git a/packages/sync-service/package.json b/packages/sync-service/package.json index dfffb2f0dd..778c31abe9 100644 --- a/packages/sync-service/package.json +++ b/packages/sync-service/package.json @@ -1,7 +1,7 @@ { "name": "@core/sync-service", "private": true, - "version": "0.6.2", + "version": "0.6.3", "scripts": { "publish:hex": "mix do deps.get, hex.publish --yes" }