Skip to content

Commit

Permalink
chore: publish new package versions (#1651)
Browse files Browse the repository at this point in the history
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/[email protected]

### Patch Changes

- c60cadb: Handle Postgres Point In Time Recoveries (PITR) by cleaning
all shapes.
-   a95a269: Support OPTIONS request required for preflight requests.
- 6703657: feat: add cache max-age of 5 seconds to ?live requests so
request collapsing works
-   6895352: Support HTTP HEAD requests.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 10, 2024
1 parent 6703657 commit 89a75eb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-toys-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-wolves-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-masks-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-beans-do.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/sync-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @core/sync-service

## 0.4.2

### Patch Changes

- c60cadb: Handle Postgres Point In Time Recoveries (PITR) by cleaning all shapes.
- a95a269: Support OPTIONS request required for preflight requests.
- 6703657: feat: add cache max-age of 5 seconds to ?live requests so request collapsing works
- 6895352: Support HTTP HEAD requests.

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sync-service/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@core/sync-service",
"private": true,
"version": "0.4.1"
"version": "0.4.2"
}

0 comments on commit 89a75eb

Please sign in to comment.