Skip to content

Commit

Permalink
chore: publish new package versions (#240)
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/sync-service@0.2.5

### Patch Changes

- 10585f4: Add type modifier information in the schema for types that
are not built-in.
- 5522305: Enforce the use of consistent display formats for both the
initial snapshot and the live replication stream.
- e9a05f8: Use a persistent replication slot to maintain replication
connection state between Electric/Postgres restarts.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 5, 2024
1 parent c237e9c commit 2992dda
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-bulldogs-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-meals-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-swans-bake.md

This file was deleted.

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

## 0.2.5

### Patch Changes

- 10585f4: Add type modifier information in the schema for types that are not built-in.
- 5522305: Enforce the use of consistent display formats for both the initial snapshot and the live replication stream.
- e9a05f8: Use a persistent replication slot to maintain replication connection state between Electric/Postgres restarts.

## 0.2.4

### 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.2.4"
"version": "0.2.5"
}

0 comments on commit 2992dda

Please sign in to comment.