Skip to content

Commit

Permalink
chore: publish new package versions (#125)
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/react@0.0.4

### Patch Changes

-   Updated dependencies [958cc0c]
    -   @electric-sql/next@0.0.4

## @electric-sql/next@0.0.4

### Patch Changes

- 958cc0c: Respect 409 errors by restarting the stream with the new
`shape_id`.

## @core/sync-service@0.1.5

### Patch Changes

- 94956f7: Fix bug with LogOffsets being wrongly compared by the guard
of get_log_stream.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 18, 2024
1 parent dc9553e commit cc4c7ef
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-ligers-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-teachers-perform.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.0.4

### Patch Changes

- Updated dependencies [958cc0c]
- @electric-sql/next@0.0.4

## 0.0.3

### 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.0.3",
"version": "0.0.4",
"description": "React hooks for ElectricSQL",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/sync-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @core/sync-service

## 0.1.5

### Patch Changes

- 94956f7: Fix bug with LogOffsets being wrongly compared by the guard of get_log_stream.

## 0.1.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.1.4"
"version": "0.1.5"
}
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/next

## 0.0.4

### Patch Changes

- 958cc0c: Respect 409 errors by restarting the stream with the new `shape_id`.

## 0.0.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/next",
"version": "0.0.3",
"version": "0.0.4",
"description": "Postgres everywhere - your data, in sync, wherever you need it.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit cc4c7ef

Please sign in to comment.