Skip to content

Commit

Permalink
chore: publish new package versions (#1603)
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

-   0836ebb: Improve type of selector argument in useShape hook.
-   Updated dependencies [d3b4711]
    -   @electric-sql/[email protected]

## @electric-sql/[email protected]

### Patch Changes

-   d3b4711: Fix nullable array fields not being parsed as `null`.

## @core/[email protected]

### Patch Changes

- 67b0a5e: Remove timeout when quering to create the initial log to
support tables over 150MB in size
- 2b2c2fe: Support BETWEEN, BETWEEN SYMMETRIC and IS UNKNOWN comparison
predicates
- 77d7bff: Implement log chunking, which tries to keep chunks within the
specified `LOG_CHUNK_BYTES_THREHSOLD` - see [relevant
PR](#1606)
-   538d99f: Remove list_active_shapes and replace it by list_shapes.
-   1d00501: Clean cached column info on relation changes.

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 3, 2024
1 parent 2a10649 commit 4619eaa
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-chairs-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-islands-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-eggs-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-tools-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-moons-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-icons-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-gifts-watch.md

This file was deleted.

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

## 0.3.2

### Patch Changes

- 0836ebb: Improve type of selector argument in useShape hook.
- Updated dependencies [d3b4711]
- @electric-sql/client@0.3.3

## 0.3.1

### 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.3.1",
"version": "0.3.2",
"description": "React hooks for ElectricSQL",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down
10 changes: 10 additions & 0 deletions packages/sync-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @core/sync-service

## 0.3.7

### Patch Changes

- 67b0a5e: Remove timeout when quering to create the initial log to support tables over 150MB in size
- 2b2c2fe: Support BETWEEN, BETWEEN SYMMETRIC and IS UNKNOWN comparison predicates
- 77d7bff: Implement log chunking, which tries to keep chunks within the specified `LOG_CHUNK_BYTES_THREHSOLD` - see [relevant PR](https://github.com/electric-sql/electric/pull/1606)
- 538d99f: Remove list_active_shapes and replace it by list_shapes.
- 1d00501: Clean cached column info on relation changes.

## 0.3.6

### 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.3.6"
"version": "0.3.7"
}
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.3.3

### Patch Changes

- d3b4711: Fix nullable array fields not being parsed as `null`.

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"description": "Postgres everywhere - your data, in sync, wherever you need it.",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down

0 comments on commit 4619eaa

Please sign in to comment.