Skip to content

Commit

Permalink
chore: publish new package versions (#1860)
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
## @electric-sql/[email protected]

### Patch Changes

-   Updated dependencies [7f86b47]
    -   @electric-sql/[email protected]

## @electric-sql/[email protected]

### Patch Changes

- 7f86b47: Fix prefetch logic to stop prefetching as soon as responses
stop advancing.

## @core/[email protected]

### Patch Changes

- 9860f5c: Increase max-age for the initial -1 offset request to 1 week
(from 60 seconds) so browsers/CDNs keep the initial segment of the shape
log in their cache
- 7f86b47: Fix in-memory storage chunking boundaries recovery to
actually respect stored boundaries
- bdbfd46: Parse and validate `REPLICATION_STREAM_ID` as it cannot
include special characters

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 17, 2024
1 parent 9860f5c commit 3f97a55
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-boxes-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-pears-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-carpets-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-nails-poke.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @electric-sql/react

## 0.4.6

### Patch Changes

- Updated dependencies [7f86b47]
- @electric-sql/client@0.6.4

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/react",
"version": "0.4.5",
"version": "0.4.6",
"description": "React hooks for ElectricSQL",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down
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.7.6

### Patch Changes

- 9860f5c: Increase max-age for the initial -1 offset request to 1 week (from 60 seconds) so browsers/CDNs keep the initial segment of the shape log in their cache
- 7f86b47: Fix in-memory storage chunking boundaries recovery to actually respect stored boundaries
- bdbfd46: Parse and validate `REPLICATION_STREAM_ID` as it cannot include special characters

## 0.7.5

### 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,7 +1,7 @@
{
"name": "@core/sync-service",
"private": true,
"version": "0.7.5",
"version": "0.7.6",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @electric-sql/client

## 0.6.4

### Patch Changes

- 7f86b47: Fix prefetch logic to stop prefetching as soon as responses stop advancing.

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/client",
"version": "0.6.3",
"version": "0.6.4",
"description": "Postgres everywhere - your data, in sync, wherever you need it.",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down

0 comments on commit 3f97a55

Please sign in to comment.