Skip to content

Commit

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

### Minor Changes

- fe251c8: Expose a `lastSyncedAt` field on the `ShapeStream` and
`Shape` classes which is the time elapsed since the last sync with
Electric (in milliseconds). Remove the `isUpToDate` field on the `Shape`
class.

### Patch Changes

- fe251c8: Expose an `isConnected` method on `ShapeStream` and `Shape`
classes.

## @electric-sql/[email protected]

### Patch Changes

-   Updated dependencies [fe251c8]
-   Updated dependencies [fe251c8]
    -   @electric-sql/[email protected]

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 6, 2024
1 parent fe251c8 commit 5fff096
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-turtles-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-houses-remember.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.5

### Patch Changes

- Updated dependencies [fe251c8]
- Updated dependencies [fe251c8]
- @electric-sql/client@0.4.0

## 0.3.4

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

## 0.4.0

### Minor Changes

- fe251c8: Expose a `lastSyncedAt` field on the `ShapeStream` and `Shape` classes which is the time elapsed since the last sync with Electric (in milliseconds). Remove the `isUpToDate` field on the `Shape` class.

### Patch Changes

- fe251c8: Expose an `isConnected` method on `ShapeStream` and `Shape` classes.

## 0.3.4

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

0 comments on commit 5fff096

Please sign in to comment.